208 Commits (f60c483d1d135a1f5f7c6067198a6207f1e59dc6)

Author SHA1 Message Date
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Edward Thomson 6c71f8b0d3 upload-pack: keep poll(2)'s timeout to -1 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Nguyễn Thái Ngọc Duy b790e0f67c upload-pack: send shallow info over stdin to pack-objects 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Nguyễn Thái Ngọc Duy 16094885ca smart-http: support shallow fetch/clone 11 years ago
Nguyễn Thái Ngọc Duy 79d3a236c5 upload-pack: make sure deepening preserves shallow roots 11 years ago
Nguyễn Thái Ngọc Duy 1a30f5a2f2 shallow.c: extend setup_*_shallow() to accept extra shallow commits 11 years ago
Nguyễn Thái Ngọc Duy ad491366de make the sender advertise shallow commits to the receiver 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano d007dbf7d6 Revert "upload-pack: send non-HEAD symbolic refs" 11 years ago
Jeff King 367068e0dd use parse_commit_or_die instead of custom message 11 years ago
Junio C Hamano 5e7dcad771 upload-pack: send non-HEAD symbolic refs 12 years ago
Junio C Hamano 7171d8c15f upload-pack: send symbolic ref information as capability 12 years ago
Junio C Hamano a4d695de0d upload-pack.c: do not pass confusing cb_data to mark_our_ref() 12 years ago
Jeff King 115dedd722 upload-pack: bump keepalive default to 5 seconds 12 years ago
Jeff King 05e95155a1 upload-pack: send keepalive packets during pack computation 12 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 13 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