summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-24teach get_remote_heads to read from a memory bufferLibravatar Jeff King1-1/+1
2013-02-24pkt-line: share buffer/descriptor reading implementationLibravatar Jeff King1-12/+10
2013-02-20pkt-line: teach packet_read_line to chomp newlinesLibravatar Jeff King1-3/+3
2013-02-20pkt-line: drop safe_write functionLibravatar Jeff King1-2/+2
2013-02-04Verify Content-Type from smart HTTP serversLibravatar Shawn Pearce1-5/+12
2012-11-21Merge branch 'jk/maint-http-half-auth-fetch'Libravatar Junio C Hamano1-1/+1
2012-11-21remote-curl.c: Fix a compiler warningLibravatar Ramsay Jones1-1/+1
2012-11-20Merge branch 'jk/maint-http-half-auth-fetch'Libravatar Junio C Hamano1-8/+17
2012-10-31remote-curl: retry failed requests for auth even with gzipLibravatar Jeff King1-1/+10
2012-10-31remote-curl: hoist gzip buffer size to top of post_rpcLibravatar Jeff King1-7/+7
2012-10-29Merge branch 'jk/maint-http-init-not-in-result-handler'Libravatar Jeff King1-8/+9
2012-10-16Merge branch 'jk/maint-http-half-auth-push'Libravatar Junio C Hamano1-1/+1
2012-10-12http: do not set up curl auth after a 401Libravatar Jeff King1-1/+1
2012-10-12remote-curl: do not call run_slot repeatedlyLibravatar Jeff King1-7/+8
2012-10-12http: fix segfault in handle_curl_resultLibravatar Jeff King1-1/+1
2012-09-29Merge branch 'jk/smart-http-switch'Libravatar Junio C Hamano1-4/+5
2012-09-29Merge branch 'sp/maint-http-enable-gzip'Libravatar Junio C Hamano1-2/+2
2012-09-21remote-curl: let users turn off smart httpLibravatar Jeff King1-1/+2