178 Commits (b4a2fdc9bdc87fc8bd62e8bf7890482c590e558c)

Author SHA1 Message Date
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Brandon Williams 511155db51 remote-curl: allow push options 8 years ago
Jeff King 50d3413740 http: make redirects more obvious 8 years ago
Jeff King fcaa6e64b3 remote-curl: rename shadowed options variable 8 years ago
David Turner 296b847c0d remote-curl: don't hang when a server dies before any output 8 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 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 b5f62ebea5 remote-curl.c: convert fetch_git() to use argv_array 9 years ago
Johannes Schindelin 8cb01e2fd3 http: support sending custom HTTP headers 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Shawn Pearce 00540458a8 remote-curl: include curl_errorstr on SSL setup failures 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
brian m. carlson 8338c911d1 parse_fetch: convert to use struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 6f687c21c0 use alloc_ref rather than hand-allocating "struct ref" 9 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
Jeff King 94ee8e2c98 do not check truth value of flex arrays 10 years ago
Yi EungJun f18604bbf2 http: add Accept-Language header if possible 10 years ago
Junio C Hamano 0ea47f9d33 signed push: teach smart-HTTP to pass "git push --signed" around 10 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 10 years ago
Jeff King 26be19ba8d send-pack: take refspecs over stdin 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King cdaa4e98ca remote-curl: mark helper-protocol errors more clearly 11 years ago
Jeff King b725b270d1 remote-curl: use error instead of fprintf(stderr) 11 years ago
Jeff King 37943e4c38 remote-curl: do not complain on EOF from parent git 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King fc1b774c72 remote-curl: reencode http error messages 11 years ago
Jeff King bf197fd7ee http: extract type/subtype portion of content-type 11 years ago
Jeff King beed336c3e http: never use curl_easy_perform 11 years ago
Nguyễn Thái Ngọc Duy 16094885ca smart-http: support shallow fetch/clone 11 years ago
Nguyễn Thái Ngọc Duy 58f2ed051f remote-curl: pass ref SHA-1 to fetch-pack as well 11 years ago
Nguyễn Thái Ngọc Duy b06dcd7d68 connect.c: teach get_remote_heads to parse "shallow" lines 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Brian M. Carlson c80d96ca0c remote-curl: fix large pushes with GSSAPI 11 years ago
Jeff King 3a347ed707 remote-curl: pass curl slot_results back through run_slot 11 years ago
Jeff King 050ef3655c remote-curl: rewrite base url from info/refs redirects 11 years ago
Jeff King b227bbc43a remote-curl: store url as a strbuf 11 years ago
Jeff King c65d5692cd remote-curl: make refs_url a strbuf 11 years ago
Jeff King 2501aff8b7 http: hoist credential request out of handle_curl_result 11 years ago
Jeff King 1bbcc224cc http: refactor options to http_get_* 11 years ago