summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorLibravatar Johannes Sixt1-1/+3
2008-02-05Reduce the number of connects when fetchingLibravatar Daniel Barkalow1-35/+40
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-1/+0
2007-11-17fetch-pack: Prepare for a side-band demultiplexer in a thread.Libravatar Johannes Sixt1-26/+16
2007-11-07restore fetching with thin-pack capabilityLibravatar Nicolas Pitre1-2/+2
2007-11-01Merge branch 'js/forkexec'Libravatar Junio C Hamano1-65/+36
2007-10-29Correct handling of upload-pack in builtin-fetch-packLibravatar Daniel Barkalow1-3/+4
2007-10-21Use the asyncronous function infrastructure in builtin-fetch-pack.c.Libravatar Johannes Sixt1-21/+18
2007-10-21Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Libravatar Johannes Sixt1-40/+16
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Libravatar Johannes Sixt1-5/+3
2007-09-19Ensure builtin-fetch honors {fetch,transfer}.unpackLimitLibravatar Shawn O. Pearce1-6/+13
2007-09-19Always obtain fetch-pack arguments from struct fetch_pack_argsLibravatar Shawn O. Pearce1-65/+46
2007-09-19Fix builtin-fetch memory corruption by not overstepping arrayLibravatar Shawn O. Pearce1-1/+0
2007-09-19Remove pack.keep after ref updates in git-fetchLibravatar Shawn O. Pearce1-6/+25
2007-09-19Remove unnecessary debugging from builtin-fetchLibravatar Shawn O. Pearce1-2/+0
2007-09-19Make fetch-pack a builtin with an internal APILibravatar Daniel Barkalow1-0/+829