summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
2011-04-27Merge branch 'jk/maint-upload-pack-shallow'Junio C Hamano
2011-04-06upload-pack: start pack-objects before async rev-listJeff King
2011-03-29Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...Junio C Hamano
2011-03-29Revert two "no-done" revertsJunio C Hamano
2011-03-29enable "no-done" extension only when serving over smart-httpJunio C Hamano
2011-03-29Revert "upload-pack: Implement no-done capability"Junio C Hamano
2011-03-23Merge branch 'sp/maint-upload-pack-stop-early'Junio C Hamano
2011-03-15upload-pack: Implement no-done capabilityShawn O. Pearce
2011-03-15upload-pack: More aggressively send 'ACK %s ready'Shawn O. Pearce
2011-03-08add packet tracing debug codeJeff King
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-08-30object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina
2010-08-02upload-pack: Improve error message when bad ref requestedElijah Newren
2010-07-28upload-pack: remove unused "create_full_pack" code in do_rev_listNguyễn Thái Ngọc Duy
2010-02-06run-command: support custom fd-set in asyncErik Faye-Lund
2009-12-11Sync with 1.6.5.6Junio C Hamano
2009-12-10Remove post-upload-hookJunio C Hamano
2009-12-03Merge branch 'np/maint-sideband-favor-status' into maintJunio C Hamano
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-18Merge branch 'np/maint-sideband-favor-status'Junio C Hamano
2009-11-13give priority to progress messagesNicolas Pitre
2009-11-05Add stateless RPC options to upload-pack, receive-packShawn O. Pearce
2009-10-31Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce
2009-09-13don't dereference NULL upon fdopen failureJim Meyering
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-09-07Merge branch 'jc/upload-pack-hook'Junio C Hamano
2009-09-07Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano
2009-09-06make shallow repository deepening more network efficientNicolas Pitre
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-08-29upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano
2009-08-29upload-pack: add a trigger for post-upload-pack hookJunio C Hamano
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-05Merge branch 'ne/futz-upload-pack'Junio C Hamano
2009-06-18upload-pack: squelch progress indicator if client cannot see itJohannes Sixt
2009-06-10Shift object enumeration out of upload-packNick Edelen
2009-06-01environment: add global variable to disable replacementChristian Couder
2009-05-03Merge branch 'lt/pack-object-memuse' into maintJunio C Hamano
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano
2009-04-13show_object(): push path_name() call further downLinus Torvalds
2009-04-13process_{tree,blob}: show objects without bufferingLinus Torvalds
2009-04-08list-objects: add "void *data" parameter to show functionsChristian Couder
2009-03-08Move local variables to narrower scopesBenjamin Kramer
2009-03-05improve missing repository error messageJeff King
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt
2008-03-05Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce