summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)Author
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano
2014-09-19Merge branch 'da/styles'Junio C Hamano
2014-09-19Merge branch 'jk/send-pack-many-refspecs'Junio C Hamano
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2014-08-26send-pack: take refspecs over stdinJeff King
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-07-21Merge branch 'jk/remote-curl-squelch-extra-errors'Junio C Hamano
2014-07-10remote-curl: mark helper-protocol errors more clearlyJeff King
2014-07-10remote-curl: use error instead of fprintf(stderr)Jeff King
2014-07-10remote-curl: do not complain on EOF from parent gitJeff King
2014-06-20use skip_prefix to avoid repeating stringsJeff King
2014-05-27remote-curl: reencode http error messagesJeff King
2014-05-27http: extract type/subtype portion of content-typeJeff King
2014-02-18http: never use curl_easy_performJeff King
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-11smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy
2013-12-11remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy
2013-12-11connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'bc/http-100-continue'Junio C Hamano
2013-10-31remote-curl: fix large pushes with GSSAPIBrian M. Carlson
2013-10-31remote-curl: pass curl slot_results back through run_slotJeff King
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano
2013-10-15remote-curl: rewrite base url from info/refs redirectsJeff King
2013-10-15remote-curl: store url as a strbufJeff King
2013-10-14remote-curl: make refs_url a strbufJeff King
2013-10-14http: hoist credential request out of handle_curl_resultJeff King
2013-10-01http: refactor options to http_get_*Jeff King
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-08-02push: teach --force-with-lease to smart-http transportJunio C Hamano
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy
2013-07-09remote-http: use argv-arrayJunio C Hamano
2013-04-07remote-curl: die directly with http error messagesJeff King
2013-04-07http: simplify http_error helper functionJeff King
2013-04-07remote-curl: consistently report repo url for http errorsJeff King
2013-04-07remote-curl: always show friendlier 404 messageJeff King
2013-04-07remote-curl: let servers override http 404 adviceJeff King
2013-04-07remote-curl: show server content on http errorsJeff King
2013-02-24remote-curl: always parse incoming refsJeff King
2013-02-24remote-curl: move ref-parsing code up in fileJeff King
2013-02-24remote-curl: pass buffer straight to get_remote_headsJeff King
2013-02-24teach get_remote_heads to read from a memory bufferJeff King
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20pkt-line: drop safe_write functionJeff King
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-11-21Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano