163 Commits (9cfa5126a0bdb47bc9c6d5feb76bb0fbfd40785b)

Author SHA1 Message Date
Jeff King f59de5d1ff upload-pack: load non-tip "want" objects from disk 12 years ago
Jeff King 06f15bf1f3 upload-pack: make sure "want" objects are parsed 12 years ago
Jeff King a6eec12638 upload-pack: drop lookup-before-parse optimization 12 years ago
Junio C Hamano daebaa7813 upload/receive-pack: allow hiding ref hierarchies 12 years ago
Junio C Hamano 3f1da57fff upload-pack: simplify request validation 12 years ago
Junio C Hamano cbbe50db76 upload-pack: share more code 12 years ago
Nguyễn Thái Ngọc Duy 4dcb167fc3 fetch: add --unshallow for turning shallow repo into complete one 12 years ago
Nguyễn Thái Ngọc Duy 6293ded348 upload-pack: only accept commits from "shallow" line 12 years ago
Jeff King 435c833237 upload-pack: use peel_ref for ref advertisements 12 years ago
Jeff King ff5effdf45 include agent identifier in capability string 13 years ago
Junio C Hamano f47182c852 server_supports(): parse feature list more carefully 13 years ago
Jeff King 90108a2441 upload-pack: avoid parsing tag destinations 13 years ago
Jeff King 926f1dd954 upload-pack: avoid parsing objects during ref advertisement 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Junio C Hamano 4947367267 list-objects: pass callback data to show_objects() 14 years ago
Brian Harring 2a74532412 get_indexed_object can return NULL if nothing is in that slot; check for it 14 years ago
Junio C Hamano 91f175165a revision.c: add show_object_with_name() helper function 14 years ago
Junio C Hamano 051e4005a3 helping smart-http/stateless-rpc fetch race 14 years ago
Josh Triplett 6b01ecfe22 ref namespaces: Support remote repositories via upload-pack and receive-pack 14 years ago
Jeff King b961219779 upload-pack: start pack-objects before async rev-list 14 years ago
Junio C Hamano 4e10cf9a17 Revert two "no-done" reverts 14 years ago
Junio C Hamano cf2ad8e641 enable "no-done" extension only when serving over smart-http 14 years ago
Junio C Hamano 4793b7e86d Revert "upload-pack: Implement no-done capability" 14 years ago
Shawn O. Pearce 3e63b21ace upload-pack: Implement no-done capability 14 years ago
Shawn O. Pearce 49bee717f7 upload-pack: More aggressively send 'ACK %s ready' 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Elijah Newren 9f9aa76130 upload-pack: Improve error message when bad ref requested 15 years ago
Nguyễn Thái Ngọc Duy 1e39d7deea upload-pack: remove unused "create_full_pack" code in do_rev_list 15 years ago
Erik Faye-Lund ae6a5609c0 run-command: support custom fd-set in async 15 years ago
Junio C Hamano 1456b043fc Remove post-upload-hook 15 years ago
Nicolas Pitre 6b59f51b31 give priority to progress messages 15 years ago
Shawn O. Pearce 42526b478e Add stateless RPC options to upload-pack, receive-pack 15 years ago
Shawn O. Pearce 78affc49de Add multi_ack_detailed capability to fetch-pack/upload-pack 15 years ago
Jim Meyering 41698375ad don't dereference NULL upon fdopen failure 16 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Nicolas Pitre 6523078b96 make shallow repository deepening more network efficient 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Junio C Hamano 11cae066b2 upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook 16 years ago
Junio C Hamano a8563ec851 upload-pack: add a trigger for post-upload-pack hook 16 years ago
Johannes Sixt 9462e3f59c upload-pack: squelch progress indicator if client cannot see it 16 years ago
Nick Edelen f0cea83f63 Shift object enumeration out of upload-pack 16 years ago
Christian Couder dae556bdb1 environment: add global variable to disable replacement 16 years ago
Linus Torvalds 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 16 years ago
Christian Couder 11c211fa06 list-objects: add "void *data" parameter to show functions 16 years ago
Benjamin Kramer fd13b21f52 Move local variables to narrower scopes 16 years ago
Jeff King 05ac6b34e2 improve missing repository error message 16 years ago