summaryrefslogtreecommitdiffstats
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* http-push: trim trailing newline from remote symrefJeff King2015-01-141-0/+3
* Merge branch 'ah/fix-http-push'Junio C Hamano2014-07-161-1/+1
|\
| * http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider2014-07-131-1/+1
* | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-091-17/+7
|\ \
| * | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-191-13/+5
| * | use xstrdup instead of xmalloc + strcpyJeff King2014-06-191-4/+2
* | | http-push: refactor parsing of remote object namesJeff King2014-06-201-15/+23
* | | use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
|/ /
* | http-push.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-2/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-2/+2
|/
* Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-2/+2
|\
| * http: refactor options to http_get_*Jeff King2013-09-301-2/+2
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-1/+1
|\ \
| * | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-1/+1
| |/
* | Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-2/+1
|\ \ | |/ |/|
| * clear parsed flag when we free tree buffersJeff King2013-06-061-2/+1
* | http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller2013-07-191-1/+1
|/
* http: drop http_error functionJeff King2013-04-061-1/+1
* http: simplify http_error helper functionJeff King2013-04-061-1/+1
* Allow building with xmlparse.hMatt Kraai2013-02-111-0/+4
* Merge branch 'sp/smart-http-content-type-check'Junio C Hamano2013-02-101-2/+2
|\
| * Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-2/+2
* | xml_entities(): use function strbuf_addstr_xml_quoted()Michael Haggerty2012-11-261-22/+1
|/
* Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-2/+1
|\
| * http-push: use in_merge_bases() for fast-forward checkJunio C Hamano2012-08-271-2/+1
* | http-push: do not access git_default_email directlyJeff King2012-05-221-1/+1
* | remove superfluous newlines in error messagesPete Wyckoff2012-04-301-2/+2
|/
* Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+2
|\
| * i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-051-0/+2
* | http-push: enable "proactive auth"Jeff King2011-12-131-1/+1
|/
* Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-211-2/+2
|\
| * rename "match_refs()" to "match_push_refs()"Junio C Hamano2011-09-121-2/+2
* | Merge branch 'jk/http-auth'Junio C Hamano2011-10-171-9/+1
|\ \
| * | http_init: accept separate URL parameterJeff King2011-10-151-9/+1
| * | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-8/+8
| |\ \
* | \ \ Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano2011-10-131-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-181-4/+4
| |/ /
* | | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1
* | | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-161-8/+8
|\ \ \ | |/ / |/| / | |/
| * zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-1/+1
| * zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-1/+1
| * zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-6/+6
* | http-push: refactor curl_easy_setup madnessDan McGee2011-05-041-96/+48
* | http-push: use const for strings in signaturesDan McGee2011-05-041-4/+4
|/
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-10/+5
* http-push: add trailing slash at arg-parse time, instead of later onTay Ray Chuan2010-11-261-13/+2
* http-push: check path length before using itTay Ray Chuan2010-11-261-2/+10
* http-push: Normalise directory names when pushing to some WebDAV serversTay Ray Chuan2010-11-261-0/+4
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1