aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAge
* 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
| * http*: add http_get_info_packsTay Ray Chuan2009-06-06
| * http-push.c::fetch_symref(): use the new http APIMike Hommey2009-06-06
| * http-push.c::remote_exists(): use the new http APIMike Hommey2009-06-06
| * http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-06
| * http-push: do not SEGV after fetching a bad pack idx fileTay Ray Chuan2009-06-06
| * http*: copy string returned by sha1_to_hexTay Ray Chuan2009-06-06
| * http-push, http-walker: style fixesTay Ray Chuan2009-06-06
| * http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Tay Ray Chuan2009-06-06
| * http-push: send out fetch requests on queueTay Ray Chuan2009-06-06
| * Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano2009-06-06
| |\
* | \ Merge branch 'rc/maint-http-local-slot-fix'Junio C Hamano2009-06-13
|\ \ \ | | |/ | |/|
| * | http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-06
* | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-13
|\ \ \
| * | | match_refs: search ref list tail internallyClemens Buchacher2009-06-01
| * | | Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-25
| |\ \ \ | | | |/ | | |/|
* | | | http-push: reuse existing is_null_refClemens Buchacher2009-05-31
* | | | Merge branch 'maint'Junio C Hamano2009-05-24
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-05-24
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-24
| | |\ \
| | | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-24
| | | |\ \
| | | | * | http-push.c::remove_locks(): fix use after freeAlex Riesen2009-05-24
| | | * | | Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-05
| | | |\ \ \
* | | | | | | Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2009-05-21
| |_|_|_|_|/ |/| | | | |
* | | | | | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
|/ / / / /
* | | | | Replace ",<,>,& with their respective XML entities in DAV requestsMike Hommey2009-04-11
* | | | | Merge branch 'ms/http-auth'Junio C Hamano2009-04-07
|\ \ \ \ \
| * | | | | Allow curl to rewind the read buffersMartin Storsjö2009-04-02