summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
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
2020-05-18upload-pack: pass upload_pack_data to check_non_tip()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to send_ref()Christian Couder
2020-05-18upload-pack: move symref to upload_pack_dataChristian Couder
2020-05-18upload-pack: use upload_pack_data writer in receive_needs()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to receive_needs()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to get_common_commits()Christian Couder
2020-05-18upload-pack: use 'struct upload_pack_data' in upload_pack()Christian Couder
2020-05-18upload-pack: move 'struct upload_pack_data' aroundChristian Couder
2020-05-18upload-pack: move {want,have}_obj to upload_pack_dataChristian Couder
2020-05-18upload-pack: remove unused 'wants' from upload_pack_dataChristian Couder
2020-05-13Merge branch 'cc/upload-pack-v2-fetch-fix'Junio C Hamano
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-08upload-pack: clear filter_options for each v2 fetch commandChristian Couder
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau