summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano
2011-10-16http_init: accept separate URL parameterJeff King
2011-10-14Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-08-16Merge branch 'jc/zlib-wrap' into maintJunio C Hamano
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano
2011-05-04http-push: refactor curl_easy_setup madnessDan McGee
2011-05-04http-push: use const for strings in signaturesDan McGee
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2010-11-26http-push: add trailing slash at arg-parse time, instead of later onTay Ray Chuan
2010-11-26http-push: check path length before using itTay Ray Chuan
2010-11-26http-push: Normalise directory names when pushing to some WebDAV serversTay Ray Chuan
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-03-02http-push: remove "|| 1" to enable verbose checkTay Ray Chuan
2009-11-23Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-10Show usage string for 'git http-push -h'Jonathan Nieder
2009-10-31Move WebDAV HTTP push under remote-curlShawn O. Pearce
2009-10-31http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan
2009-07-06http-push: fix xml_entities() string parsing overrunHunter, D. Seth
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-13Merge branch 'rc/http-push'Junio C Hamano
2009-06-13Merge branch 'rc/maint-http-local-slot-fix'Junio C Hamano
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan
2009-06-06http*: add http_get_info_packsTay Ray Chuan
2009-06-06http-push.c::fetch_symref(): use the new http APIMike Hommey
2009-06-06http-push.c::remote_exists(): use the new http APIMike Hommey
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan
2009-06-06http-push: do not SEGV after fetching a bad pack idx fileTay Ray Chuan
2009-06-06http*: copy string returned by sha1_to_hexTay Ray Chuan
2009-06-06http-push, http-walker: style fixesTay Ray Chuan
2009-06-06http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Tay Ray Chuan
2009-06-06http-push: send out fetch requests on queueTay Ray Chuan
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano
2009-06-06http*: cleanup slot->local after fcloseTay Ray Chuan
2009-06-02match_refs: search ref list tail internallyClemens Buchacher
2009-05-31http-push: reuse existing is_null_refClemens Buchacher
2009-05-26Merge branch 'ar/unlink-err' into maintJunio C Hamano
2009-05-24Merge branch 'maint'Junio C Hamano