aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAge
...
* Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-30
|\
| * http: refactor options to http_get_*Jeff King2013-09-30
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-20
|\ \
| * | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| |/
* | Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\ \ | |/ |/|
| * clear parsed flag when we free tree buffersJeff King2013-06-06
* | http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller2013-07-19
|/
* http: drop http_error functionJeff King2013-04-06
* http: simplify http_error helper functionJeff King2013-04-06
* Allow building with xmlparse.hMatt Kraai2013-02-11
* Merge branch 'sp/smart-http-content-type-check'Junio C Hamano2013-02-10
|\
| * Verify Content-Type from smart HTTP serversShawn Pearce2013-02-04
* | xml_entities(): use function strbuf_addstr_xml_quoted()Michael Haggerty2012-11-26
|/
* Merge branch 'jc/merge-bases'Junio C Hamano2012-09-11
|\
| * http-push: use in_merge_bases() for fast-forward checkJunio C Hamano2012-08-27
* | http-push: do not access git_default_email directlyJeff King2012-05-22
* | remove superfluous newlines in error messagesPete Wyckoff2012-04-30
|/
* Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-19
|\
| * i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05
* | http-push: enable "proactive auth"Jeff King2011-12-13
|/
* Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-21
|\
| * rename "match_refs()" to "match_push_refs()"Junio C Hamano2011-09-12
* | Merge branch 'jk/http-auth'Junio C Hamano2011-10-17
|\ \
| * | http_init: accept separate URL parameterJeff King2011-10-15
| * | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
| |\ \
* | \ \ Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano2011-10-13
|\ \ \ \ | |_|_|/ |/| | |
| * | | Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-18
| |/ /
* | | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-25
* | | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-16
|\ \ \ | |/ / |/| / | |/
| * zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
| * zlib: wrap deflateBound() tooJunio C Hamano2011-06-10
| * zlib: wrap deflate side of the APIJunio C Hamano2011-06-10
* | http-push: refactor curl_easy_setup madnessDan McGee2011-05-04
* | http-push: use const for strings in signaturesDan McGee2011-05-04
|/
* standardize brace placement in struct definitionsJonathan Nieder2011-03-16
* http-push: add trailing slash at arg-parse time, instead of later onTay Ray Chuan2010-11-26
* http-push: check path length before using itTay Ray Chuan2010-11-26
* http-push: Normalise directory names when pushing to some WebDAV serversTay Ray Chuan2010-11-26
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* http-push: remove "|| 1" to enable verbose checkTay Ray Chuan2010-03-02
* Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö2009-11-22
* Merge branch 'sp/smart-http'Junio C Hamano2009-11-20
|\
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-30
| * http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan2009-10-30
* | Show usage string for 'git http-push -h'Jonathan Nieder2009-11-10
|/
* http-push: fix xml_entities() string parsing overrunHunter, D. Seth2009-07-06
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* Merge branch 'rc/http-push'Junio C Hamano2009-06-13
|\
| * http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-06
| * http*: add helper methods for fetching packsTay Ray Chuan2009-06-06