summaryrefslogtreecommitdiffstats
path: root/upload-pack.c
AgeCommit message (Expand)AuthorLines
2020-08-24Merge branch 'rs/more-buffered-io'Junio C Hamano-12/+10
2020-08-19Merge branch 'rs/upload-pack-sigchain-fix'Junio C Hamano-1/+0
2020-08-17upload-pack: use buffered I/O to talk to rev-listRené Scharfe-12/+10
2020-08-11Merge branch 'tb/upload-pack-filters'Junio C Hamano-0/+104
2020-08-11upload-pack: remove superfluous sigchain_pop() callRené Scharfe-1/+0
2020-08-10Merge branch 'jk/strvec'Junio C Hamano-27/+26
2020-08-03upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'Taylor Blau-0/+18
2020-08-03upload-pack.c: allow banning certain object filter(s)Taylor Blau-0/+86
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King-2/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-24/+24
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-07-16upload-pack: do not lazy-fetch "have" objectsJonathan Tan-2/+4
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano-1/+2
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano-39/+117
2020-06-17upload-pack: fix a sparse '0 as NULL pointer' warningRamsay Jones-1/+1
2020-06-11upload-pack: refactor common code into do_got_oid()Christian Couder-30/+13
2020-06-11upload-pack: move oldest_have to upload_pack_dataChristian Couder-7/+6
2020-06-11upload-pack: pass upload_pack_data to got_oid()Christian Couder-4/+4
2020-06-11upload-pack: pass upload_pack_data to ok_to_give_up()Christian Couder-7/+6
2020-06-11upload-pack: pass upload_pack_data to send_acks()Christian Couder-10/+7
2020-06-11upload-pack: pass upload_pack_data to process_haves()Christian Couder-6/+5
2020-06-11upload-pack: change allow_unadvertised_object_request to an enumChristian Couder-36/+32
2020-06-11upload-pack: move allow_unadvertised_object_request to upload_pack_dataChristian Couder-23/+32
2020-06-11upload-pack: move extra_edge_obj to upload_pack_dataChristian Couder-4/+7
2020-06-11upload-pack: move shallow_nr to upload_pack_dataChristian Couder-12/+12
2020-06-11upload-pack: pass upload_pack_data to send_unshallow()Christian Couder-9/+7
2020-06-11upload-pack: pass upload_pack_data to deepen_by_rev_list()Christian Couder-8/+6
2020-06-11upload-pack: pass upload_pack_data to deepen()Christian Couder-14/+11
2020-06-11upload-pack: pass upload_pack_data to send_shallow_list()Christian Couder-36/+21
2020-06-10upload-pack: send part of packfile response as uriJonathan Tan-6/+71
2020-06-10upload-pack: refactor reading of pack-objects outJonathan Tan-35/+49
2020-06-04upload-pack: move pack_objects_hook to upload_pack_dataChristian Couder-4/+7
2020-06-04upload-pack: move allow_sideband_all to upload_pack_dataChristian Couder-4/+3
2020-06-04upload-pack: move allow_ref_in_want to upload_pack_dataChristian Couder-4/+3
2020-06-04upload-pack: move allow_filter to upload_pack_dataChristian Couder-5/+6
2020-06-04upload-pack: move keepalive to upload_pack_dataChristian Couder-7/+14
2020-06-04upload-pack: pass upload_pack_data to upload_pack_config()Christian Couder-5/+5
2020-06-04upload-pack: change multi_ack to an enumChristian Couder-6/+10
2020-06-04upload-pack: move multi_ack to upload_pack_dataChristian Couder-10/+10
2020-06-04upload-pack: move filter_capability_requested to upload_pack_dataChristian Couder-3/+3
2020-06-04upload-pack: move use_sideband to upload_pack_dataChristian Couder-15/+19
2020-06-04upload-pack: move static vars to upload_pack_dataChristian Couder-14/+14
2020-06-04upload-pack: annotate upload_pack_data fieldsChristian Couder-5/+10
2020-06-04upload-pack: actually use some upload_pack_data bitfieldsJeff King-15/+14
2020-05-27remote: advertise the object-format capability on the server sidebrian m. carlson-1/+2
2020-05-18upload-pack: use upload_pack_data fields in receive_needs()Christian Couder-15/+13
2020-05-18upload-pack: pass upload_pack_data to create_pack_file()Christian Couder-15/+9
2020-05-18upload-pack: remove static variable 'stateless_rpc'Christian Couder-6/+7
2020-05-18upload-pack: pass upload_pack_data to check_non_tip()Christian Couder-7/+6