summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-08fetch-pack: close output channel after sideband demultiplexer terminatesLibravatar Johannes Sixt1-1/+3
2009-05-25Merge branch 'ar/unlink-err' into maintLibravatar Junio C Hamano1-1/+1
2009-05-03Sync with GIT 1.6.2.5Libravatar Junio C Hamano1-1/+12
2009-05-01honor repack.usedeltabaseoffset when fetching packsLibravatar Nicolas Pitre1-1/+12
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-1/+1
2009-03-23builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-1/+1
2009-03-17Merge branch 'js/sideband-stderr'Libravatar Junio C Hamano1-1/+1
2009-03-17Merge branch 'kb/checkout-optim'Libravatar Junio C Hamano1-4/+2
2009-03-15checkout bugfix: use stat.mtime instead of stat.ctime in two placesLibravatar Kjetil Barvik1-1/+1
2009-03-10recv_sideband: Bands #2 and #3 always go to stderrLibravatar Johannes Sixt1-1/+1
2009-03-08Not all systems use st_[cm]tim field for ns resolution file timestampLibravatar Junio C Hamano1-1/+1
2009-03-07Remove unused function scope local variablesLibravatar Benjamin Kramer1-2/+1
2009-03-07Record ns-timestamps if possible, but do not use it without USE_NSECLibravatar Kjetil Barvik1-3/+1
2009-02-19fix compile error when USE_NSEC is definedLibravatar Kjetil Barvik1-2/+2
2008-12-07Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2008-12-07fetch-pack: Avoid memcpy() with src==dstLibravatar Thomas Rast1-1/+2
2008-10-21Merge branch 'jc/maint-co-track'Libravatar Junio C Hamano1-1/+2
2008-10-19Enhance hold_lock_file_for_{update,append}() APILibravatar Junio C Hamano1-1/+2
2008-09-25Merge branch 'jc/alternate-push'Libravatar Shawn O. Pearce1-1/+1
2008-09-09Merge branch 'ho/dashless'Libravatar Junio C Hamano1-1/+1
2008-09-09push: prepare sender to receive extended ref information from the receiverLibravatar Junio C Hamano1-1/+1
2008-09-09Start conforming code to "git subcmd" style part 2Libravatar Heikki Orsila1-1/+1
2008-09-03Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-08-31cast pid_t's to uintmax_t to improve portabilityLibravatar David Soria Parra1-1/+1
2008-08-31'git foo' program identifies itself without dash in die() messagesLibravatar Junio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-05Fix some warnings (on cygwin) to allow -WerrorLibravatar Ramsay Jones1-1/+2
2008-07-02git fetch-pack: do not complain about "no common commits" in an empty repoLibravatar Johannes Schindelin1-1/+2
2008-06-19Incorporate fetched packs in future object traversalLibravatar Johan Herland1-0/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-04-30fetch-pack: brown paper bag fixLibravatar Junio C Hamano1-1/+1
2008-04-28fetch-pack: do not stop traversing an already parsed commitLibravatar Linus Torvalds1-4/+4
2008-03-19Fix tag followingLibravatar Daniel Barkalow1-0/+16
2008-03-08Merge branch 'sp/fetch-optim'Libravatar Junio C Hamano1-2/+7
2008-03-04Teach fetch-pack/upload-pack about --include-tagLibravatar Shawn O. Pearce1-2/+7
2008-03-03fetch-pack: check parse_commit/object resultsLibravatar Martin Koegler1-7/+10
2008-03-02Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano1-1/+0
2008-02-25Remove unused object-ref codeLibravatar Martin Koegler1-1/+0
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