summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-171-30/+33
|\
| * upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-1/+13
| * upload-pack: simplify request validationJunio C Hamano2013-01-281-17/+11
| * upload-pack: share more codeJunio C Hamano2013-01-181-17/+14
* | Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-011-3/+10
|\ \ | |/ |/|
| * fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-111-3/+10
* | Merge branch 'nd/upload-pack-shallow-must-be-commit'Junio C Hamano2013-01-141-0/+2
|\ \
| * | upload-pack: only accept commits from "shallow" lineNguyễn Thái Ngọc Duy2013-01-081-0/+2
| |/
* | upload-pack: use peel_ref for ref advertisementsJeff King2012-10-041-11/+3
|/
* include agent identifier in capability stringJeff King2012-08-031-2/+5
* Merge branch 'jk/parse-object-cached'Junio C Hamano2012-01-291-4/+7
|\
| * upload-pack: avoid parsing tag destinationsjk/parse-object-cachedJeff King2012-01-061-2/+1
| * upload-pack: avoid parsing objects during ref advertisementJeff King2012-01-061-3/+7
* | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-081-9/+13
|/
* i18n: add infrastructure for translating Git with gettextab/enable-i18nÆ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