summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Improve use of lockfile APIBrandon Casey2008-01-161-1/+0
* fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt2007-11-171-26/+16
* restore fetching with thin-pack capabilityNicolas Pitre2007-11-071-2/+2
* Merge branch 'js/forkexec'Junio C Hamano2007-11-011-65/+36
|\
| * Use the asyncronous function infrastructure in builtin-fetch-pack.c.Johannes Sixt2007-10-211-21/+18
| * Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Johannes Sixt2007-10-211-40/+16
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-5/+3
* | Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow2007-10-291-3/+4
|/
* Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-191-6/+13
* Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-191-65/+46
* Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-191-1/+0
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-191-6/+25
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-191-2/+0
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+829