summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)Author
2016-04-27http: support sending custom HTTP headersJohannes Schindelin
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-24Merge branch 'sp/remote-curl-ssl-strerror'Junio C Hamano
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-22convert manual allocations to argv_arrayJeff King
2016-02-15remote-curl: include curl_errorstr on SSL setup failuresShawn Pearce
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-20parse_fetch: convert to use struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-05use alloc_ref rather than hand-allocating "struct ref"Jeff King
2015-08-19push: support signing pushes iff the server supports itDave Borowitz
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-02-18Merge branch 'ye/http-accept-language'Junio C Hamano
2015-02-17Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null'Junio C Hamano
2015-01-28do not check truth value of flex arraysJeff King
2015-01-28http: add Accept-Language header if possibleYi EungJun
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