summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-23Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano1-2/+2
2017-04-23Merge branch 'jt/fetch-pack-error-reporting'Junio C Hamano1-0/+2
2017-04-18xgethostname: handle long hostnamesDavid Turner1-1/+1
2017-04-18use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe1-1/+1
2017-04-17fetch-pack: show clearer error message upon ERRJonathan Tan1-0/+2
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-13/+13
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson1-4/+4
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson1-6/+6
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano1-13/+38
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen1-15/+27
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen1-0/+13
2017-02-08fetch-pack: cache results of for_each_alternate_refJeff King1-10/+42
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King1-4/+8
2016-11-11fetch-pack.c: correct command at the beginning of an error messageRalf Thielow1-1/+1
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano1-73/+96
2016-10-10Merge branch 'rs/qsort'Junio C Hamano1-1/+1
2016-09-29use QSORTRené Scharfe1-1/+1
2016-09-23fetch-pack: do not reset in_vain on non-novel acksJonathan Tan1-2/+9
2016-07-19fetch-pack: grow stateless RPC windows exponentiallyJonathan Tan1-7/+12
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy1-0/+3
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy1-1/+14
2016-06-13fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy1-1/+11
2016-06-13fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy1-6/+8
2016-06-13fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy1-38/+37
2016-06-13fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy1-46/+42
2016-04-20fetch-pack: isolate sigpipe in demuxer threadJeff King1-3/+1
2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King1-1/+5
2015-11-20Remove get_object_hash.brian m. carlson1-2/+2
2015-11-20Convert struct object to object_idbrian m. carlson1-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson1-2/+2
2015-11-20Convert struct ref to use object_id.brian m. carlson1-9/+9
2015-10-05fetch-pack: use argv_array for index-pack / unpack-objectsJeff King1-29/+27
2015-08-10memoize common git-path "constant" filesJeff King1-1/+1
2015-07-01Merge branch 'me/fetch-into-shallow-safety'Junio C Hamano1-1/+1
2015-06-17fetch-pack: check for shallow if depth givenMike Edgar1-1/+1
2015-06-05Merge branch 'bc/object-id'Junio C Hamano1-8/+21
2015-05-25rev_list_insert_ref(): remove unneeded argumentsMichael Haggerty1-3/+3
2015-05-25rev_list_insert_ref_oid(): new function, taking an object_oidMichael Haggerty1-3/+7
2015-05-25mark_complete(): remove unneeded argumentsMichael Haggerty1-3/+3
2015-05-25mark_complete_oid(): new function, taking an object_oidMichael Haggerty1-4/+7
2015-05-25clear_marks(): rewrite to take an object_id argumentMichael Haggerty1-8/+5
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-4/+13
2015-05-22upload-pack: optionally allow fetching reachable sha1Fredrik Medley1-1/+9
2015-05-22upload-pack: prepare to extend allow-tip-sha1-in-wantFredrik Medley1-3/+6
2015-03-19fetch-pack: remove dead assignment to ref->new_sha1Jeff King1-3/+0
2015-03-19filter_ref: make a copy of extra "sought" entriesJeff King1-3/+2
2015-03-19filter_ref: avoid overwriting ref->old_sha1 with garbageJeff King1-1/+5
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano1-2/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1