aboutsummaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAge
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'dt/http-postbuffer-can-be-large'Junio C Hamano2017-04-23
|\
| * http.postbuffer: allow full range of ssize_t valuesDavid Turner2017-04-13
* | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ | |/ |/|
| * Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
* | remote-curl: allow push optionsBrandon Williams2017-03-22
|/
* Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano2017-01-10
|\
| * remote-curl: don't hang when a server dies before any outputDavid Turner2016-11-18
* | Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-19
|\ \ | |/ |/|
| * http: make redirects more obviousJeff King2016-12-06
| * remote-curl: rename shadowed options variableJeff King2016-12-06
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \ | |/ |/|
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
| * remote-curl.c: convert fetch_git() to use argv_arrayNguyễn Thái Ngọc Duy2016-06-13
* | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-06
|\ \
| * | common-main: call git_setup_gettext()Jeff King2016-07-01
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-01
| * | add an extra level of indirection to main()Jeff King2016-07-01
* | | http: support sending custom HTTP headersJohannes Schindelin2016-04-27
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| * | convert manual allocations to argv_arrayJeff King2016-02-22
* | | Merge branch 'sp/remote-curl-ssl-strerror'Junio C Hamano2016-02-24
|\ \ \
| * | | remote-curl: include curl_errorstr on SSL setup failuresShawn Pearce2016-02-15
| |/ /
* | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ \ | |_|/ |/| |
| * | connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
| |/
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* parse_fetch: convert to use struct object_idbrian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-05
* push: support signing pushes iff the server supports itDave Borowitz2015-08-19
* Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17
|\
| * zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
* | Merge branch 'ye/http-accept-language'Junio C Hamano2015-02-18
|\ \
| * | http: add Accept-Language header if possibleYi EungJun2015-01-28
* | | Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null'Junio C Hamano2015-02-17
|\ \ \ | |/ / |/| |
| * | do not check truth value of flex arraysJeff King2015-01-28
* | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \
| * | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
* | | | Merge branch 'da/styles'Junio C Hamano2014-09-19
|\ \ \ \
| * | | | stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-02
| |/ / /
* | | | Merge branch 'jk/send-pack-many-refspecs'Junio C Hamano2014-09-19
|\ \ \ \
| * | | | send-pack: take refspecs over stdinJeff King2014-08-26
| |/ / /
* | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/ / /
* | | Merge branch 'jk/remote-curl-squelch-extra-errors'Junio C Hamano2014-07-21
|\ \ \
| * | | remote-curl: mark helper-protocol errors more clearlyJeff King2014-07-10
| * | | remote-curl: use error instead of fprintf(stderr)Jeff King2014-07-10