git-cvsserver runs hooks/post-receive
[gitweb.git] / transport.c
2007-09-19 Fix memory leaks when disconnecting transport instances
2007-09-19 Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
2007-09-19 Always obtain fetch-pack arguments from struct fetch_pa...
2007-09-19 Refactor struct transport_ops inlined into struct transport
2007-09-19 Avoid printing unnecessary warnings during fetch and...
2007-09-19 Remove unnecessary 'fetch' argument from transport_get API
2007-09-19 Cleanup duplicate initialization code in transport_get
2007-09-19 Don't bother passing ref log details to walker in built...
2007-09-19 Backup the array passed to fetch_pack so we can free...
2007-09-19 Remove pack.keep after ref updates in git-fetch
2007-09-19 Simplify fetch transport API to just one function
2007-09-19 Replace custom memory growth allocator with ALLOC_GROW
2007-09-19 Add bundle transport
2007-09-19 Add fetch methods to transport library.
2007-09-19 Push code for transport library