summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Merge branch 'rs/deflate-init-cleanup'Libravatar Junio C Hamano1-1/+0
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}Libravatar René Scharfe1-1/+0
2015-02-18Merge branch 'ye/http-accept-language'Libravatar Junio C Hamano1-0/+2
2015-02-17Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null'Libravatar Junio C Hamano1-1/+1
2015-01-28do not check truth value of flex arraysLibravatar Jeff King1-1/+1
2015-01-28http: add Accept-Language header if possibleLibravatar Yi EungJun1-0/+2
2014-10-08Merge branch 'jc/push-cert'Libravatar Junio C Hamano1-1/+12
2014-09-19Merge branch 'da/styles'Libravatar Junio C Hamano1-1/+1
2014-09-19Merge branch 'jk/send-pack-many-refspecs'Libravatar Junio C Hamano1-1/+7
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundLibravatar Junio C Hamano1-1/+12
2014-09-02stylefix: asterisks stick to the variable, not the typeLibravatar David Aguilar1-1/+1
2014-08-26send-pack: take refspecs over stdinLibravatar Jeff King1-1/+7
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-2/+1
2014-07-21Merge branch 'jk/remote-curl-squelch-extra-errors'Libravatar Junio C Hamano1-8/+6
2014-07-10remote-curl: mark helper-protocol errors more clearlyLibravatar Jeff King1-4/+4
2014-07-10remote-curl: use error instead of fprintf(stderr)Libravatar Jeff King1-5/+5
2014-07-10remote-curl: do not complain on EOF from parent gitLibravatar Jeff King1-2/+0
2014-06-20use skip_prefix to avoid repeating stringsLibravatar Jeff King1-7/+8
2014-05-27remote-curl: reencode http error messagesLibravatar Jeff King1-7/+10
2014-05-27http: extract type/subtype portion of content-typeLibravatar Jeff King1-1/+1
2014-02-18http: never use curl_easy_performLibravatar Jeff King1-4/+1
2014-01-17Merge branch 'nd/shallow-clone'Libravatar Junio C Hamano1-5/+30
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-7/+7
2013-12-10smart-http: support shallow fetch/cloneLibravatar Nguyễn Thái Ngọc Duy1-4/+28
2013-12-10remote-curl: pass ref SHA-1 to fetch-pack as wellLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-7/+7
2013-12-05Merge branch 'bc/http-100-continue'Libravatar Junio C Hamano1-10/+21
2013-10-31remote-curl: fix large pushes with GSSAPILibravatar Brian M. Carlson1-2/+9
2013-10-31remote-curl: pass curl slot_results back through run_slotLibravatar Jeff King1-9/+13
2013-10-30Merge branch 'jk/http-auth-redirects'Libravatar Junio C Hamano1-28/+41
2013-10-14remote-curl: rewrite base url from info/refs redirectsLibravatar Jeff King1-0/+4
2013-10-14remote-curl: store url as a strbufLibravatar Jeff King1-19/+19
2013-10-14remote-curl: make refs_url a strbufLibravatar Jeff King1-8/+7
2013-10-14http: hoist credential request out of handle_curl_resultLibravatar Jeff King1-1/+6
2013-09-30http: refactor options to http_get_*Libravatar Jeff King1-2/+7
2013-09-09Merge branch 'jc/push-cas'Libravatar Junio C Hamano1-0/+12
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Libravatar Junio C Hamano1-1/+14
2013-08-02push: teach --force-with-lease to smart-http transportLibravatar Junio C Hamano1-1/+15
2013-07-23smart http: use the same connectivity check on cloningLibravatar Nguyễn Thái Ngọc Duy1-1/+14
2013-07-09remote-http: use argv-arrayLibravatar Junio C Hamano1-16/+16
2013-04-06remote-curl: die directly with http error messagesLibravatar Jeff King1-2/+1
2013-04-06http: simplify http_error helper functionLibravatar Jeff King1-1/+1
2013-04-06remote-curl: consistently report repo url for http errorsLibravatar Jeff King1-2/+2
2013-04-06remote-curl: always show friendlier 404 messageLibravatar Jeff King1-4/+2
2013-04-06remote-curl: let servers override http 404 adviceLibravatar Jeff King1-1/+2
2013-04-06remote-curl: show server content on http errorsLibravatar Jeff King1-1/+32
2013-02-24remote-curl: always parse incoming refsLibravatar Jeff King1-9/+13
2013-02-24remote-curl: move ref-parsing code up in fileLibravatar Jeff King1-59/+59
2013-02-24remote-curl: pass buffer straight to get_remote_headsLibravatar Jeff King1-24/+2