| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'dt/smart-http-detect-server-going-away' | Junio C Hamano | 2017-01-10 | 1 | -0/+8 |
|\ |
|
| * | remote-curl: don't hang when a server dies before any output | David Turner | 2016-11-18 | 1 | -0/+8 |
* | | Merge branch 'jk/http-walker-limit-redirect-2.9' | Junio C Hamano | 2016-12-19 | 1 | -9/+13 |
|\ \
| |/
|/| |
|
| * | http: make redirects more obvious | Jeff King | 2016-12-06 | 1 | -0/+4 |
| * | remote-curl: rename shadowed options variable | Jeff King | 2016-12-06 | 1 | -9/+9 |
* | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 1 | -31/+49 |
|\ \
| |/
|/| |
|
| * | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepen | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -1/+13 |
| * | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -0/+9 |
| * | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -2/+9 |
| * | remote-curl.c: convert fetch_git() to use argv_array | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -28/+18 |
* | | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 2016-07-06 | 1 | -4/+1 |
|\ \ |
|
| * | | common-main: call git_setup_gettext() | Jeff King | 2016-07-01 | 1 | -2/+0 |
| * | | common-main: call git_extract_argv0_path() | Jeff King | 2016-07-01 | 1 | -1/+0 |
| * | | add an extra level of indirection to main() | Jeff King | 2016-07-01 | 1 | -1/+1 |
* | | | http: support sending custom HTTP headers | Johannes Schindelin | 2016-04-27 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -13/+13 |
|\ \ |
|
| * | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -1/+2 |
| * | | convert manual allocations to argv_array | Jeff King | 2016-02-22 | 1 | -12/+11 |
* | | | Merge branch 'sp/remote-curl-ssl-strerror' | Junio C Hamano | 2016-02-24 | 1 | -2/+14 |
|\ \ \ |
|
| * | | | remote-curl: include curl_errorstr on SSL setup failuressp/remote-curl-ssl-strerror | Shawn Pearce | 2016-02-15 | 1 | -2/+14 |
| |/ / |
|
* | | | Merge branch 'ew/force-ipv4' | Junio C Hamano | 2016-02-24 | 1 | -0/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4 | Eric Wong | 2016-02-12 | 1 | -0/+13 |
| |/ |
|
* | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -3/+3 |
|/ |
|
* | parse_fetch: convert to use struct object_id | brian m. carlson | 2015-11-20 | 1 | -6/+6 |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -5/+5 |
* | use alloc_ref rather than hand-allocating "struct ref" | Jeff King | 2015-10-05 | 1 | -4/+1 |
* | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 1 | -5/+11 |
* | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | 1 | -1/+0 |
|\ |
|
| * | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanup | René Scharfe | 2015-03-05 | 1 | -1/+0 |
* | | Merge branch 'ye/http-accept-language' | Junio C Hamano | 2015-02-18 | 1 | -0/+2 |
|\ \ |
|
| * | | http: add Accept-Language header if possible | Yi EungJun | 2015-01-28 | 1 | -0/+2 |
* | | | Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null' | Junio C Hamano | 2015-02-17 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | do not check truth value of flex arraysjk/remote-curl-an-array-in-struct-cannot-be-null | Jeff King | 2015-01-28 | 1 | -1/+1 |
* | | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-08 | 1 | -1/+12 |
|\ \ \ |
|
| * | | | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 2014-09-17 | 1 | -1/+12 |
* | | | | Merge branch 'da/styles' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | stylefix: asterisks stick to the variable, not the typeda/styles | David Aguilar | 2014-09-02 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'jk/send-pack-many-refspecs' | Junio C Hamano | 2014-09-19 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | send-pack: take refspecs over stdinjk/send-pack-many-refspecs | Jeff King | 2014-08-26 | 1 | -1/+7 |
| |/ / / |
|
* | | | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
|/ / / |
|
* | | | Merge branch 'jk/remote-curl-squelch-extra-errors' | Junio C Hamano | 2014-07-21 | 1 | -8/+6 |
|\ \ \ |
|
| * | | | remote-curl: mark helper-protocol errors more clearlyjk/remote-curl-squelch-extra-errors | Jeff King | 2014-07-10 | 1 | -4/+4 |
| * | | | remote-curl: use error instead of fprintf(stderr) | Jeff King | 2014-07-10 | 1 | -5/+5 |
| * | | | remote-curl: do not complain on EOF from parent git | Jeff King | 2014-07-10 | 1 | -2/+0 |
* | | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 1 | -7/+8 |
* | | | | remote-curl: reencode http error messages | Jeff King | 2014-05-27 | 1 | -7/+10 |
* | | | | http: extract type/subtype portion of content-type | Jeff King | 2014-05-27 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | http: never use curl_easy_performjk/http-no-curl-easy | Jeff King | 2014-02-18 | 1 | -4/+1 |
|/ / |
|
* | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -5/+30 |
|\ \ |
|
| * | | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -4/+28 |