179 Commits (68a65f5fe54c2b21bfe16ef3a0b48956ecf5658a)

Author SHA1 Message Date
Jeff King 115dedd722 upload-pack: bump keepalive default to 5 seconds 11 years ago
Jeff King 05e95155a1 upload-pack: send keepalive packets during pack computation 11 years ago
Nguyễn Thái Ngọc Duy cdab485853 upload-pack: delegate rev walking in shallow fetch to pack-objects 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Michael Heemskerk af04fa2a78 upload-pack: ignore 'shallow' lines with unknown obj-ids 12 years ago
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
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Jeff King 97a83fa839 upload-pack: remove packet debugging harness 12 years ago
Jeff King e58e57e49e upload-pack: do not add duplicate objects to shallow list 12 years ago
Jeff King b7b021701c upload-pack: use get_sha1_hex to parse "shallow" lines 12 years ago
Junio C Hamano 390eb36b0a upload-pack: optionally allow fetching from the tips of hidden refs 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