aboutsummaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-17
|\
| * upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-07
| * upload-pack: simplify request validationJunio C Hamano2013-01-28
| * upload-pack: share more codeJunio C Hamano2013-01-18
* | Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-01
|\ \ | |/ |/|
| * fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-11
* | Merge branch 'nd/upload-pack-shallow-must-be-commit'Junio C Hamano2013-01-14
|\ \
| * | upload-pack: only accept commits from "shallow" lineNguyễn Thái Ngọc Duy2013-01-08
| |/
* | upload-pack: use peel_ref for ref advertisementsJeff King2012-10-04
|/
* include agent identifier in capability stringJeff King2012-08-03
* Merge branch 'jk/parse-object-cached'Junio C Hamano2012-01-29
|\
| * upload-pack: avoid parsing tag destinationsJeff King2012-01-06
| * upload-pack: avoid parsing objects during ref advertisementJeff King2012-01-06
* | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-08
|/
* i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05
* Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-05
|\
| * list-objects: pass callback data to show_objects()Junio C Hamano2011-09-01
* | Merge branch 'jc/traverse-commit-list'Junio C Hamano2011-10-05
|\ \ | |/
| * revision.c: add show_object_with_name() helper functionJunio C Hamano2011-08-22
* | Sync with 1.7.6.1Junio C Hamano2011-08-24
|\ \
| * | get_indexed_object can return NULL if nothing is in that slot; check for itBrian Harring2011-08-24
* | | Merge branch 'jc/maint-smart-http-race-upload-pack'Junio C Hamano2011-08-17
|\ \ \ | |/ /
| * | helping smart-http/stateless-rpc fetch raceJunio C Hamano2011-08-08
| |/
* | ref namespaces: Support remote repositories via upload-pack and receive-packJosh Triplett2011-07-11
|/
* 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