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