summaryrefslogtreecommitdiffstats
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-1/+12
|\
| * signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-1/+12
* | Merge branch 'da/styles'Junio C Hamano2014-09-191-1/+1
|\ \
| * | stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-021-1/+1
| |/
* | Merge branch 'jk/send-pack-many-refspecs'Junio C Hamano2014-09-191-1/+7
|\ \
| * | send-pack: take refspecs over stdinJeff King2014-08-261-1/+7
| |/
* / run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/
* Merge branch 'jk/remote-curl-squelch-extra-errors'Junio C Hamano2014-07-211-8/+6
|\
| * remote-curl: mark helper-protocol errors more clearlyJeff King2014-07-101-4/+4
| * remote-curl: use error instead of fprintf(stderr)Jeff King2014-07-101-5/+5
| * remote-curl: do not complain on EOF from parent gitJeff King2014-07-101-2/+0
* | use skip_prefix to avoid repeating stringsJeff King2014-06-201-7/+8
* | remote-curl: reencode http error messagesJeff King2014-05-271-7/+10
* | http: extract type/subtype portion of content-typeJeff King2014-05-271-1/+1
* | http: never use curl_easy_performJeff King2014-02-181-4/+1
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-5/+30
|\
| * smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-4/+28
| * remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-101-1/+2
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-1/+1
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-7/+7
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-7/+7
| |/
* | Merge branch 'bc/http-100-continue'Junio C Hamano2013-12-051-10/+21
|\ \ | |/ |/|
| * remote-curl: fix large pushes with GSSAPIBrian M. Carlson2013-10-311-2/+9
| * remote-curl: pass curl slot_results back through run_slotJeff King2013-10-311-9/+13
* | Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-28/+41
|\ \
| * | remote-curl: rewrite base url from info/refs redirectsJeff King2013-10-141-0/+4
| * | remote-curl: store url as a strbufJeff King2013-10-141-19/+19
| * | remote-curl: make refs_url a strbufJeff King2013-10-141-8/+7
| * | http: hoist credential request out of handle_curl_resultJeff King2013-10-141-1/+6
| * | http: refactor options to http_get_*Jeff King2013-09-301-2/+7
| |/
* | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-0/+12
|\ \
| * | push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-021-1/+15
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-09-091-1/+14
|\ \ \ | |_|/ |/| |
| * | smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy2013-07-231-1/+14
| |/
* / remote-http: use argv-arrayJunio C Hamano2013-07-091-16/+16
|/
* remote-curl: die directly with http error messagesJeff King2013-04-061-2/+1
* http: simplify http_error helper functionJeff King2013-04-061-1/+1
* remote-curl: consistently report repo url for http errorsJeff King2013-04-061-2/+2
* remote-curl: always show friendlier 404 messageJeff King2013-04-061-4/+2
* remote-curl: let servers override http 404 adviceJeff King2013-04-061-1/+2
* remote-curl: show server content on http errorsJeff King2013-04-061-1/+32
* remote-curl: always parse incoming refsJeff King2013-02-241-9/+13
* remote-curl: move ref-parsing code up in fileJeff King2013-02-241-59/+59
* remote-curl: pass buffer straight to get_remote_headsJeff King2013-02-241-24/+2
* teach get_remote_heads to read from a memory bufferJeff King2013-02-241-1/+1
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-12/+10
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-3/+3
* pkt-line: drop safe_write functionJeff King2013-02-201-2/+2
* Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-5/+12
* Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano2012-11-211-1/+1
|\