198 Commits (f616db6a5cde15021dc507bf03da67f956302329)

Author SHA1 Message Date
Brandon Williams eaf6a1b6e9 remote-curl: accept compressed responses with protocol v2 7 years ago
Brandon Williams 1a53e692af remote-curl: accept all encodings supported by curl 7 years ago
Martin Ågren 0b6b342954 walker: drop fields of `struct walker` which are always 1 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Brandon Williams a4d78ce26b remote-curl: don't request v2 when pushing 7 years ago
Brandon Williams 0f1dc53f45 remote-curl: implement stateless-connect command 7 years ago
Brandon Williams 237ffedd46 http: eliminate "# service" line when using protocol v2 7 years ago
Brandon Williams 884e586f9e http: don't always add Git-Protocol header 7 years ago
Brandon Williams 49e85e9500 remote-curl: store the protocol version the server responded with 7 years ago
Brandon Williams f08a5d42ea remote-curl: create copy of the service name 7 years ago
Brandon Williams 8f6982b4e1 protocol: introduce enum protocol_version value protocol_v2 7 years ago
Brandon Williams ad6ac1244f connect: discover protocol version outside of get_remote_heads 7 years ago
Jeff King 90dce21eb0 remote-curl: unquote incoming push-options 7 years ago
Jon Simons bb1356dc64 always check for NULL return from packet_read_line() 7 years ago
Jeff Hostetler acb0c57260 fetch: support filters 7 years ago
Jonathan Tan 88e2f9ed8e introduce fetch-object: fetch one promisor object 7 years ago
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 11 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 11 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