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