475 Commits (master)

Author SHA1 Message Date
brian m. carlson 933e3a4ee2 upload-pack: advertise capabilities when cloning empty repos 1 year ago
Jeff King 7ce4c8f752 v0 protocol: use size_t for capability length/offset 2 years ago
Elijah Newren 65156bb7ec treewide: remove double forward declaration of read_in_full 2 years ago
Elijah Newren 5579f44d2f treewide: remove unnecessary cache.h inclusion 2 years ago
Elijah Newren 6f2d743043 treewide: be explicit about dependence on oid-array.h 2 years ago
Elijah Newren 74ea5c9574 treewide: be explicit about dependence on trace.h & trace2.h 2 years ago
Ævar Arnfjörð Bjarmason bc726bd075 cocci: apply the "object-store.h" part of "the_repository.pending" 2 years ago
Elijah Newren d48be35ca6 write-or-die.h: move declarations for write-or-die.c functions from cache.h 2 years ago
Elijah Newren 32a8f51061 environment.h: move declarations for environment.c functions from cache.h 2 years ago
Elijah Newren f394e093df treewide: be explicit about dependence on gettext.h 2 years ago
Jeff King 74595cca21 serve: mark unused parameters in virtual functions 2 years ago
Jeff King 4b4e75dd4f serve: use repository pointer to get config 2 years ago
Elijah Newren 41771fa435 cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
Patrick Steinhardt 9b67eb6fbe refs: get rid of global list of hidden refs 2 years ago
Jeff King 2a01bdedf8 list-objects-filter: add and use initializers 2 years ago
Jeff King 9a8c3c4a5f parse_object(): check commit-graph when skip_hash set 2 years ago
Jeff King 0bc2557951 upload-pack: skip parse-object re-hashing of "want" objects 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Jeff King 63e14ee2d6 refs: mark unused each_ref_fn parameters 2 years ago
Ævar Arnfjörð Bjarmason c68d5dbc94 upload-pack: fix a memory leak in create_pack_file() 2 years ago
Glen Choo 5b3c650777 config: learn `git_protected_config()` 2 years ago
Patrick Steinhardt 4de656263a upload-pack: look up "want" lines via commit-graph 3 years ago
Jacob Vosmaer 55a9651d26 upload-pack.c: increase output buffer size 3 years ago
Ævar Arnfjörð Bjarmason 2b7098936c run-command API users: use strvec_pushl(), not argv construction 3 years ago
Jacob Vosmaer 70afef5cdf upload-pack: use stdio in send_ref callbacks 3 years ago
Kim Altintop 3955140653 upload-pack.c: treat want-ref relative to namespace 3 years ago
Ævar Arnfjörð Bjarmason f234da8019 serve.[ch]: remove "serve_options", split up --advertise-refs code 3 years ago
Ævar Arnfjörð Bjarmason 28a592e4f4 serve.[ch]: don't pass "struct strvec *keys" to commands 3 years ago
Jonathan Tan 9c1e657a8f fetch: teach independent negotiation (no packfile) 4 years ago
Jeff King 45a187cc34 lookup_unknown_object(): take a repository argument 4 years ago
Jacob Vosmaer ad5df6b782 upload-pack.c: fix filter spec quoting bug 4 years ago
Jeff King 36a317929b refs: switch peel_ref() to peel_iterated_oid() 4 years ago
Abhishek Kumar d7f92784c6 commit-graph: return 64-bit generation number 4 years ago
Taylor Blau 8d133f500a upload-pack.c: don't free allowed_filters util pointers 4 years ago
Jeff King 08e9df2395 style: indent multiline "if" conditions to align 4 years ago
Jeff King d43a21bdbb upload-pack: propagate return value from object filter config callback 4 years ago
Jeff King 309a4028e7 upload-pack: kill pack-objects helper on signal or exit 4 years ago
Josh Steadmon 829594677c upload-pack, serve: log received client session ID 4 years ago
Josh Steadmon 791e1adf22 upload-pack: advertise session ID in v0 capabilities 4 years ago
Daniel Duvall fb3d1a083f upload-pack: allow stateless client EOF just prior to haves 4 years ago
René Scharfe a698d67b08 upload-pack: use buffered I/O to talk to rev-list 4 years ago
René Scharfe e767963ab6 upload-pack: remove superfluous sigchain_pop() call 4 years ago
Taylor Blau 5b01a4e8ff upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth' 4 years ago
Taylor Blau 6dd3456a8c upload-pack.c: allow banning certain object filter(s) 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 4 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 4 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 4 years ago
Jonathan Tan 77aa0941ce upload-pack: do not lazy-fetch "have" objects 4 years ago
Ramsay Jones cae2ee1055 upload-pack: fix a sparse '0 as NULL pointer' warning 4 years ago