summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-976/+0
* run-command: support custom fd-set in asyncErik Faye-Lund2010-02-051-3/+4
* Smart fetch over HTTP: client sideShawn O. Pearce2009-11-041-17/+93
* Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2009-10-301-9/+32
* Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-301-0/+21
* fetch-pack: Use a strbuf to compose the want listShawn O. Pearce2009-10-301-18/+34
* fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt2009-06-081-1/+3
* Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-251-1/+1
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* | Sync with GIT 1.6.2.5Junio C Hamano2009-05-031-1/+12
|\ \
| * | honor repack.usedeltabaseoffset when fetching packsNicolas Pitre2009-05-011-1/+12
* | | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
| |/ |/|
* | builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-1/+1
* | Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-171-1/+1
|\ \
| * | recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt2009-03-101-1/+1
* | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-4/+2
|\ \ \ | |/ / |/| |
| * | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-151-1/+1
| * | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-081-1/+1
| * | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-071-3/+1
| * | fix compile error when USE_NSEC is definedKjetil Barvik2009-02-191-2/+2
| |/
* | Remove unused function scope local variablesBenjamin Kramer2009-03-071-2/+1
|/
* Merge branch 'maint'Junio C Hamano2008-12-071-1/+2
|\
| * fetch-pack: Avoid memcpy() with src==dstThomas Rast2008-12-071-1/+2
* | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-1/+2
|\ \ | |/
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+2
* | Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-1/+1
|\ \
| * | push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-091-1/+1
* | | Merge branch 'ho/dashless'Junio C Hamano2008-09-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-091-1/+1
* | Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\ \ | |/
| * 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-1/+1
* | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-311-1/+1
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-051-1/+2
* git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin2008-07-021-1/+2
* Incorporate fetched packs in future object traversalJohan Herland2008-06-191-0/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* fetch-pack: brown paper bag fixJunio C Hamano2008-04-301-1/+1
* fetch-pack: do not stop traversing an already parsed commitLinus Torvalds2008-04-281-4/+4
* Fix tag followingDaniel Barkalow2008-03-191-0/+16
* Merge branch 'sp/fetch-optim'Junio C Hamano2008-03-081-2/+7
|\
| * Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-041-2/+7
* | fetch-pack: check parse_commit/object resultsMartin Koegler2008-03-031-7/+10
|/
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-1/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-231-1/+3
* | Reduce the number of connects when fetchingDaniel Barkalow2008-02-051-35/+40
|/
* 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