summaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+2
|\
| * i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+2
* | http-push: enable "proactive auth"jk/maint-push-over-davJeff 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()"jc/match-refs-clarifyJunio 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
* http-push: remove "|| 1" to enable verbose checkTay Ray Chuan2010-03-021-1/+1
* Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö2009-11-221-1/+1
* Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-3/+28
|\
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-2/+27
| * http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan2009-10-301-1/+1
* | Show usage string for 'git http-push -h'Jonathan Nieder2009-11-101-2/+4
|/
* http-push: fix xml_entities() string parsing overrunHunter, D. Seth2009-07-061-0/+2
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* Merge branch 'rc/http-push'Junio C Hamano2009-06-131-492/+93
|\
| * http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-061-198/+15
| * http*: add helper methods for fetching packsTay Ray Chuan2009-06-061-84/+26
| * http*: add http_get_info_packsTay Ray Chuan2009-06-061-170/+9
| * http-push.c::fetch_symref(): use the new http APIMike Hommey2009-06-061-17/+3
| * http-push.c::remote_exists(): use the new http APIMike Hommey2009-06-061-19/+12
| * http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-061-7/+1
| * http-push: do not SEGV after fetching a bad pack idx fileTay Ray Chuan2009-06-061-0/+2
| * http*: copy string returned by sha1_to_hexTay Ray Chuan2009-06-061-23/+24
| * http-push, http-walker: style fixesTay Ray Chuan2009-06-061-19/+29
| * http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Tay Ray Chuan2009-06-061-0/+2
| * http-push: send out fetch requests on queueTay Ray Chuan2009-06-061-11/+26
| * Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano2009-06-061-0/+6
| |\
* | \ Merge branch 'rc/maint-http-local-slot-fix'Junio C Hamano2009-06-131-0/+6
|\ \ \ | | |/ | |/|
| * | http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-061-0/+6
* | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-131-7/+4
|\ \ \
| * | | match_refs: search ref list tail internallyClemens Buchacher2009-06-011-7/+4
| * | | Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-251-6/+6
| |\ \ \ | | | |/ | | |/|
* | | | http-push: reuse existing is_null_refClemens Buchacher2009-05-311-16/+5
* | | | Merge branch 'maint'Junio C Hamano2009-05-241-1/+2
|\ \ \ \ | |/ / /