summaryrefslogtreecommitdiffstats
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* server_supports(): parse feature list more carefullyJunio C Hamano2012-01-081-9/+13
* i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-051-0/+2
* Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-051-1/+3
|\
| * list-objects: pass callback data to show_objects()Junio C Hamano2011-09-011-1/+3
* | Merge branch 'jc/traverse-commit-list'Junio C Hamano2011-10-051-14/+1
|\|
| * revision.c: add show_object_with_name() helper functionJunio C Hamano2011-08-221-14/+1
* | Sync with 1.7.6.1Junio C Hamano2011-08-241-0/+2
|\ \
| * | get_indexed_object can return NULL if nothing is in that slot; check for itBrian Harring2011-08-241-0/+2
* | | Merge branch 'jc/maint-smart-http-race-upload-pack'Junio C Hamano2011-08-171-9/+98
|\| |
| * | helping smart-http/stateless-rpc fetch raceJunio C Hamano2011-08-081-9/+98
| |/
* / ref namespaces: Support remote repositories via upload-pack and receive-packJosh Triplett2011-07-111-7/+8
|/
* Merge branch 'jk/maint-upload-pack-shallow'Junio C Hamano2011-04-271-12/+11
|\
| * upload-pack: start pack-objects before async rev-listJeff King2011-04-061-12/+11
| |
| \
*-. \ Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...Junio C Hamano2011-03-291-3/+4
|\ \ \ | | |/ | |/|
| | * enable "no-done" extension only when serving over smart-httpJunio C Hamano2011-03-291-3/+4
* | | Revert two "no-done" revertsJunio C Hamano2011-03-291-4/+16
* | | Revert "upload-pack: Implement no-done capability"Junio C Hamano2011-03-281-16/+4
* | | Merge branch 'sp/maint-upload-pack-stop-early'Junio C Hamano2011-03-221-3/+24
|\ \ \ | | |/ | |/|
| * | upload-pack: Implement no-done capabilityShawn O. Pearce2011-03-151-4/+16
| * | upload-pack: More aggressively send 'ACK %s ready'Shawn O. Pearce2011-03-141-0/+9
| |/
* / add packet tracing debug codeJeff King2011-03-081-0/+1
|/
* commit: Add commit_list prefix in two function names.Thiago Farina2010-11-291-2/+2
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-1/+1
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-291-1/+1
* upload-pack: Improve error message when bad ref requestedElijah Newren2010-08-021-1/+2
* upload-pack: remove unused "create_full_pack" code in do_rev_listNguyễn Thái Ngọc Duy2010-07-281-17/+12
* run-command: support custom fd-set in asyncErik Faye-Lund2010-02-051-3/+4
* Sync with 1.6.5.6Junio C Hamano2009-12-101-72/+2
|\
| * Remove post-upload-hookJunio C Hamano2009-12-101-72/+2
| * Merge branch 'np/maint-sideband-favor-status' into maintJunio C Hamano2009-12-031-15/+17
| |\
* | \ Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-17/+54
|\ \ \
| * | | Add stateless RPC options to upload-pack, receive-packShawn O. Pearce2009-11-041-4/+36
| * | | Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2009-10-301-13/+18
| |/ /
* | | Merge branch 'np/maint-sideband-favor-status'Junio C Hamano2009-11-171-15/+17
|\ \ \ | |/ / |/| / | |/
| * give priority to progress messagesNicolas Pitre2009-11-131-15/+17
| * Merge branch 'lt/pack-object-memuse' into maintJunio C Hamano2009-05-031-6/+8
| |\
* | | don't dereference NULL upon fdopen failureJim Meyering2009-09-131-2/+2
* | | use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-2/+2
* | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-071-2/+72
|\ \ \
| * | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-281-0/+4
| * | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-281-2/+68
* | | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-09-071-2/+6
|\ \ \ \
| * | | | make shallow repository deepening more network efficientNicolas Pitre2009-09-051-2/+6
* | | | | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
| |/ / / |/| | |
* | | | Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+1
|\ \ \ \
| * | | | environment: add global variable to disable replacementChristian Couder2009-05-311-0/+1
| |/ / /
* | | | Merge branch 'ne/futz-upload-pack'Junio C Hamano2009-08-051-10/+39
|\ \ \ \
| * | | | Shift object enumeration out of upload-packNick Edelen2009-06-091-10/+39
| |/ / /
* / / / upload-pack: squelch progress indicator if client cannot see itJohannes Sixt2009-06-181-1/+6
|/ / /
* | | Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-6/+8
|\ \ \ | | |/ | |/|