summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2007-09-19Refactor struct transport_ops inlined into struct transportShawn O. Pearce
2007-09-19Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce
2007-09-19Cleanup duplicate initialization code in transport_getShawn O. Pearce
2007-09-19Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce
2007-09-19Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Simplify fetch transport API to just one functionShawn O. Pearce
2007-09-19Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce
2007-09-19Add bundle transportJohannes Schindelin
2007-09-19Add fetch methods to transport library.Daniel Barkalow
2007-09-19Push code for transport libraryDaniel Barkalow