443 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Jacob Vosmaer 70afef5cdf upload-pack: use stdio in send_ref callbacks 4 years ago
Kim Altintop 3955140653 upload-pack.c: treat want-ref relative to namespace 4 years ago
Ævar Arnfjörð Bjarmason f234da8019 serve.[ch]: remove "serve_options", split up --advertise-refs code 4 years ago
Ævar Arnfjörð Bjarmason 28a592e4f4 serve.[ch]: don't pass "struct strvec *keys" to commands 4 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 5 years ago
René Scharfe e767963ab6 upload-pack: remove superfluous sigchain_pop() call 5 years ago
Taylor Blau 5b01a4e8ff upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth' 5 years ago
Taylor Blau 6dd3456a8c upload-pack.c: allow banning certain object filter(s) 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Jonathan Tan 77aa0941ce upload-pack: do not lazy-fetch "have" objects 5 years ago
Ramsay Jones cae2ee1055 upload-pack: fix a sparse '0 as NULL pointer' warning 5 years ago
Christian Couder ea2c6e6083 upload-pack: refactor common code into do_got_oid() 5 years ago
Christian Couder f01c7916b8 upload-pack: move oldest_have to upload_pack_data 5 years ago
Christian Couder 460ed0d4b4 upload-pack: pass upload_pack_data to got_oid() 5 years ago
Christian Couder 0866734820 upload-pack: pass upload_pack_data to ok_to_give_up() 5 years ago
Christian Couder 6fbbc4374f upload-pack: pass upload_pack_data to send_acks() 5 years ago
Christian Couder 8dcf22785f upload-pack: pass upload_pack_data to process_haves() 5 years ago
Christian Couder 629060d9bb upload-pack: change allow_unadvertised_object_request to an enum 5 years ago
Christian Couder f1514c6aad upload-pack: move allow_unadvertised_object_request to upload_pack_data 5 years ago
Christian Couder de0e9f7498 upload-pack: move extra_edge_obj to upload_pack_data 5 years ago
Christian Couder 35b43a107c upload-pack: move shallow_nr to upload_pack_data 5 years ago
Christian Couder 329f996050 upload-pack: pass upload_pack_data to send_unshallow() 5 years ago
Christian Couder 446e42c559 upload-pack: pass upload_pack_data to deepen_by_rev_list() 5 years ago
Christian Couder b1492f22f0 upload-pack: pass upload_pack_data to deepen() 5 years ago
Christian Couder ee703c8a43 upload-pack: pass upload_pack_data to send_shallow_list() 5 years ago
Jonathan Tan dd4b732df7 upload-pack: send part of packfile response as uri 5 years ago
Jonathan Tan acaaca7d70 upload-pack: refactor reading of pack-objects out 5 years ago
Christian Couder 339a9840ef upload-pack: move pack_objects_hook to upload_pack_data 5 years ago
Christian Couder e3835cd4bc upload-pack: move allow_sideband_all to upload_pack_data 5 years ago
Christian Couder d1d7a94526 upload-pack: move allow_ref_in_want to upload_pack_data 5 years ago
Christian Couder 59abe19624 upload-pack: move allow_filter to upload_pack_data 5 years ago
Christian Couder f203a88cf1 upload-pack: move keepalive to upload_pack_data 5 years ago
Christian Couder 8a0e6f16ca upload-pack: pass upload_pack_data to upload_pack_config() 5 years ago
Christian Couder e9d882b81e upload-pack: change multi_ack to an enum 5 years ago
Christian Couder 53d69506c1 upload-pack: move multi_ack to upload_pack_data 5 years ago