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