214 Commits (353d3d77f4fdd1582e3b60824deebca27c7b2790)

Author SHA1 Message Date
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Jeff King cbdb8d1439 remote-curl: tighten "version 2" check for smart-http 6 years ago
Jeff King 8ee3e120cd remote-curl: refactor smart-http discovery 6 years ago
Masaya Suzuki b79bdd8c12 remote-curl: unset CURLOPT_FAILONERROR 6 years ago
Masaya Suzuki cf2fb92b00 remote-curl: define struct for CURLOPT_WRITEFUNCTION 6 years ago
Masaya Suzuki e6cf87b12d http: enable keep_error for HTTP requests 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Masaya Suzuki 01f9ec64c8 Use packet_reader instead of packet_read_line 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Torsten Bögershausen cb8010bbff remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) 6 years ago
Elijah Newren c3b9bc94b9 Remove superfluous trailing semicolons 6 years ago
Johannes Schindelin a8132410ee remote-curl: remove spurious period 6 years ago
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