Age | Commit message (Expand) | Author | Files | Lines |
2015-11-20 | parse_fetch: convert to use struct object_id | brian m. carlson | 1 | -6/+6 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -5/+5 |
2015-10-05 | use alloc_ref rather than hand-allocating "struct ref" | Jeff King | 1 | -4/+1 |
2015-08-19 | push: support signing pushes iff the server supports it | Dave Borowitz | 1 | -5/+11 |
2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -1/+0 |
2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -1/+0 |
2015-02-18 | Merge branch 'ye/http-accept-language' | Junio C Hamano | 1 | -0/+2 |
2015-02-17 | Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null' | Junio C Hamano | 1 | -1/+1 |
2015-01-28 | do not check truth value of flex arrays | Jeff King | 1 | -1/+1 |
2015-01-28 | http: add Accept-Language header if possible | Yi EungJun | 1 | -0/+2 |
2014-10-08 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -1/+12 |
2014-09-19 | Merge branch 'da/styles' | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | Merge branch 'jk/send-pack-many-refspecs' | Junio C Hamano | 1 | -1/+7 |
2014-09-17 | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 1 | -1/+12 |
2014-09-02 | stylefix: asterisks stick to the variable, not the type | David Aguilar | 1 | -1/+1 |
2014-08-26 | send-pack: take refspecs over stdin | Jeff King | 1 | -1/+7 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-07-21 | Merge branch 'jk/remote-curl-squelch-extra-errors' | Junio C Hamano | 1 | -8/+6 |
2014-07-10 | remote-curl: mark helper-protocol errors more clearly | Jeff King | 1 | -4/+4 |
2014-07-10 | remote-curl: use error instead of fprintf(stderr) | Jeff King | 1 | -5/+5 |
2014-07-10 | remote-curl: do not complain on EOF from parent git | Jeff King | 1 | -2/+0 |
2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -7/+8 |
2014-05-27 | remote-curl: reencode http error messages | Jeff King | 1 | -7/+10 |
2014-05-27 | http: extract type/subtype portion of content-type | Jeff King | 1 | -1/+1 |
2014-02-18 | http: never use curl_easy_perform | Jeff King | 1 | -4/+1 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -5/+30 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -7/+7 |
2013-12-10 | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 1 | -4/+28 |
2013-12-10 | remote-curl: pass ref SHA-1 to fetch-pack as well | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2013-12-10 | connect.c: teach get_remote_heads to parse "shallow" lines | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -7/+7 |
2013-12-05 | Merge branch 'bc/http-100-continue' | Junio C Hamano | 1 | -10/+21 |
2013-10-31 | remote-curl: fix large pushes with GSSAPI | Brian M. Carlson | 1 | -2/+9 |
2013-10-31 | remote-curl: pass curl slot_results back through run_slot | Jeff King | 1 | -9/+13 |
2013-10-30 | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 1 | -28/+41 |
2013-10-14 | remote-curl: rewrite base url from info/refs redirects | Jeff King | 1 | -0/+4 |
2013-10-14 | remote-curl: store url as a strbuf | Jeff King | 1 | -19/+19 |
2013-10-14 | remote-curl: make refs_url a strbuf | Jeff King | 1 | -8/+7 |
2013-10-14 | http: hoist credential request out of handle_curl_result | Jeff King | 1 | -1/+6 |
2013-09-30 | http: refactor options to http_get_* | Jeff King | 1 | -2/+7 |
2013-09-09 | Merge branch 'jc/push-cas' | Junio C Hamano | 1 | -0/+12 |
2013-09-09 | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 1 | -1/+14 |
2013-08-02 | push: teach --force-with-lease to smart-http transport | Junio C Hamano | 1 | -1/+15 |
2013-07-23 | smart http: use the same connectivity check on cloning | Nguyễn Thái Ngọc Duy | 1 | -1/+14 |
2013-07-09 | remote-http: use argv-array | Junio C Hamano | 1 | -16/+16 |
2013-04-06 | remote-curl: die directly with http error messages | Jeff King | 1 | -2/+1 |
2013-04-06 | http: simplify http_error helper function | Jeff King | 1 | -1/+1 |
2013-04-06 | remote-curl: consistently report repo url for http errors | Jeff King | 1 | -2/+2 |
2013-04-06 | remote-curl: always show friendlier 404 message | Jeff King | 1 | -4/+2 |
2013-04-06 | remote-curl: let servers override http 404 advice | Jeff King | 1 | -1/+2 |