summaryrefslogtreecommitdiffstats
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-4/+1
|\
| * common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| * common-main: call git_extract_argv0_path()Jeff King2016-07-011-1/+0
| * add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* | http: support sending custom HTTP headersJohannes Schindelin2016-04-271-2/+2
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-13/+13
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+2
| * convert manual allocations to argv_arrayJeff King2016-02-221-12/+11
* | Merge branch 'sp/remote-curl-ssl-strerror'Junio C Hamano2016-02-241-2/+14
|\ \
| * | remote-curl: include curl_errorstr on SSL setup failuresShawn Pearce2016-02-151-2/+14
| |/
* | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+13
|\ \
| * | connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-121-0/+13
| |/
* / strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-3/+3
|/
* parse_fetch: convert to use struct object_idbrian m. carlson2015-11-201-6/+6
* Convert struct ref to use object_id.brian m. carlson2015-11-201-5/+5
* use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-051-4/+1
* push: support signing pushes iff the server supports itDave Borowitz2015-08-191-5/+11
* Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-1/+0
|\
| * zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-051-1/+0
* | Merge branch 'ye/http-accept-language'Junio C Hamano2015-02-181-0/+2
|\ \
| * | http: add Accept-Language header if possibleYi EungJun2015-01-281-0/+2
* | | Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null'Junio C Hamano2015-02-171-1/+1
|\ \ \ | |/ / |/| |
| * | do not check truth value of flex arraysJeff King2015-01-281-1/+1
* | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-1/+12
|\ \ \
| * | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-1/+12
* | | | Merge branch 'da/styles'Junio C Hamano2014-09-191-1/+1
|\ \ \ \
| * | | | stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-021-1/+1
| |/ / /
* | | | Merge branch 'jk/send-pack-many-refspecs'Junio C Hamano2014-09-191-1/+7
|\ \ \ \
| * | | | send-pack: take refspecs over stdinJeff King2014-08-261-1/+7
| |/ / /
* / / / run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/ / /
* | | Merge branch 'jk/remote-curl-squelch-extra-errors'Junio C Hamano2014-07-211-8/+6
|\ \ \
| * | | remote-curl: mark helper-protocol errors more clearlyJeff King2014-07-101-4/+4
| * | | remote-curl: use error instead of fprintf(stderr)Jeff King2014-07-101-5/+5
| * | | remote-curl: do not complain on EOF from parent gitJeff King2014-07-101-2/+0
* | | | use skip_prefix to avoid repeating stringsJeff King2014-06-201-7/+8
* | | | remote-curl: reencode http error messagesJeff King2014-05-271-7/+10
* | | | http: extract type/subtype portion of content-typeJeff King2014-05-271-1/+1
| |_|/ |/| |
* | | http: never use curl_easy_performJeff King2014-02-181-4/+1
|/ /
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-5/+30
|\ \
| * | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-4/+28
| * | remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-101-1/+2
| * | connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-1/+1
* | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-7/+7
|\ \ \
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-7/+7
| |/ /
* | | Merge branch 'bc/http-100-continue'Junio C Hamano2013-12-051-10/+21
|\ \ \ | |/ / |/| |
| * | remote-curl: fix large pushes with GSSAPIBrian M. Carlson2013-10-311-2/+9
| * | remote-curl: pass curl slot_results back through run_slotJeff King2013-10-311-9/+13
* | | Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-28/+41
|\ \ \
| * | | remote-curl: rewrite base url from info/refs redirectsJeff King2013-10-141-0/+4
| * | | remote-curl: store url as a strbufJeff King2013-10-141-19/+19