176 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jonathan Tan 8e2c7bef03 fetch-pack: show clearer error message upon ERR 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Matt McCutchen d56583ded6 fetch-pack: add specific error for fetching an unadvertised object 8 years ago
Matt McCutchen e860d96bf8 fetch-pack: move code to report unmatched refs to a function 8 years ago
Jeff King 41a078c60b fetch-pack: cache results of for_each_alternate_ref 8 years ago
Jeff King 2429d63a46 for_each_alternate_ref: pass name/oid instead of ref struct 8 years ago
Ralf Thielow dfbfb9f377 fetch-pack.c: correct command at the beginning of an error message 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Jonathan Tan 06b3d386e0 fetch-pack: do not reset in_vain on non-novel acks 8 years ago
Jonathan Tan da470981de fetch-pack: grow stateless RPC windows exponentially 9 years ago
Nguyễn Thái Ngọc Duy cccf74e2da fetch, upload-pack: --deepen=N extends shallow boundary by N commits 9 years ago
Nguyễn Thái Ngọc Duy a45a260086 fetch: define shallow boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 508ea88226 fetch: define shallow boundary with --shallow-since 9 years ago
Nguyễn Thái Ngọc Duy 79891cb90a fetch-pack: use a separate flag for fetch in deepening mode 9 years ago
Nguyễn Thái Ngọc Duy 1dd73e20d7 fetch-pack.c: mark strings for translating 9 years ago
Nguyễn Thái Ngọc Duy 0d789a5bc1 fetch-pack: use a common function for verbose printing 9 years ago
Jeff King df85757244 fetch-pack: isolate sigpipe in demuxer thread 9 years ago
Jeff King 9ff18faf2f fetch-pack: ignore SIGPIPE in sideband demuxer 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 984a43b902 fetch-pack: use argv_array for index-pack / unpack-objects 9 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Mike Edgar eb86a507a1 fetch-pack: check for shallow if depth given 10 years ago
Michael Haggerty c38cd1c89d rev_list_insert_ref(): remove unneeded arguments 10 years ago
Michael Haggerty b1b49c6eb6 rev_list_insert_ref_oid(): new function, taking an object_oid 10 years ago
Michael Haggerty 6e20a51a80 mark_complete(): remove unneeded arguments 10 years ago
Michael Haggerty f8ee4d8522 mark_complete_oid(): new function, taking an object_oid 10 years ago
Michael Haggerty c50fb6cee6 clear_marks(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Fredrik Medley 68ee628932 upload-pack: optionally allow fetching reachable sha1 10 years ago
Fredrik Medley 7199c093ad upload-pack: prepare to extend allow-tip-sha1-in-want 10 years ago
Jeff King 32d0462f8d fetch-pack: remove dead assignment to ref->new_sha1 10 years ago
Jeff King c3c17bf107 filter_ref: make a copy of extra "sought" entries 10 years ago
Jeff King b7916422c7 filter_ref: avoid overwriting ref->old_sha1 with garbage 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Tanay Abhra f44af51d13 fetchpack.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Jeff King 82e56767aa fetch-pack: refactor parsing in get_ack 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
René Scharfe 50e19a8358 Use starts_with() for C strings instead of memcmp() 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Nguyễn Thái Ngọc Duy ff62eca7d1 fetch-pack: fix deepen shallow over smart http with no-done cap 11 years ago
Jeff King 4c22408111 fetch-pack: do not filter out one-level refs 11 years ago