summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge branch 'ab/enable-i18n'Libravatar Junio C Hamano1-0/+2
2011-12-13http-push: enable "proactive auth"Libravatar Jeff King1-1/+1
2011-12-05i18n: add infrastructure for translating Git with gettextLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2011-10-21Merge branch 'jc/match-refs-clarify'Libravatar Junio C Hamano1-2/+2
2011-10-17Merge branch 'jk/http-auth'Libravatar Junio C Hamano1-9/+1
2011-10-15http_init: accept separate URL parameterLibravatar Jeff King1-9/+1
2011-10-13Merge branch 'nd/maint-autofix-tag-in-head'Libravatar Junio C Hamano1-4/+4
2011-09-18Accept tags in HEAD or MERGE_HEADLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2011-09-12rename "match_refs()" to "match_push_refs()"Libravatar Junio C Hamano1-2/+2
2011-08-25whitespace: have SP on both sides of an assignment "="Libravatar Junio C Hamano1-1/+1
2011-08-16Merge branch 'jc/zlib-wrap' into maintLibravatar Junio C Hamano1-8/+8
2011-07-19Merge branch 'jc/zlib-wrap'Libravatar Junio C Hamano1-8/+8
2011-06-10zlib: zlib can only process 4GB at a timeLibravatar Junio C Hamano1-1/+1
2011-06-10zlib: wrap deflateBound() tooLibravatar Junio C Hamano1-1/+1
2011-06-10zlib: wrap deflate side of the APILibravatar Junio C Hamano1-6/+6
2011-05-04http-push: refactor curl_easy_setup madnessLibravatar Dan McGee1-96/+48
2011-05-04http-push: use const for strings in signaturesLibravatar Dan McGee1-4/+4
2011-03-16standardize brace placement in struct definitionsLibravatar Jonathan Nieder1-10/+5
2010-11-26http-push: add trailing slash at arg-parse time, instead of later onLibravatar Tay Ray Chuan1-13/+2
2010-11-26http-push: check path length before using itLibravatar Tay Ray Chuan1-2/+10
2010-11-26http-push: Normalise directory names when pushing to some WebDAV serversLibravatar Tay Ray Chuan1-0/+4
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-03-02http-push: remove "|| 1" to enable verbose checkLibravatar Tay Ray Chuan1-1/+1
2009-11-22Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTLibravatar Martin Storsjö1-1/+1
2009-11-20Merge branch 'sp/smart-http'Libravatar Junio C Hamano1-3/+28
2009-11-10Show usage string for 'git http-push -h'Libravatar Jonathan Nieder1-2/+4
2009-10-30Move WebDAV HTTP push under remote-curlLibravatar Shawn O. Pearce1-2/+27
2009-10-30http-push: fix check condition on http.c::finish_http_pack_request()Libravatar Tay Ray Chuan1-1/+1
2009-07-06http-push: fix xml_entities() string parsing overrunLibravatar Hunter, D. Seth1-0/+2
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-1/+1
2009-06-13Merge branch 'rc/http-push'Libravatar Junio C Hamano1-492/+93
2009-06-13Merge branch 'rc/maint-http-local-slot-fix'Libravatar Junio C Hamano1-0/+6
2009-06-13Merge branch 'cb/match_refs_internal_tail'Libravatar Junio C Hamano1-7/+4
2009-06-06http*: add helper methods for fetching objects (loose)Libravatar Tay Ray Chuan1-198/+15
2009-06-06http*: add helper methods for fetching packsLibravatar Tay Ray Chuan1-84/+26
2009-06-06http*: add http_get_info_packsLibravatar Tay Ray Chuan1-170/+9
2009-06-06http-push.c::fetch_symref(): use the new http APILibravatar Mike Hommey1-17/+3
2009-06-06http-push.c::remote_exists(): use the new http APILibravatar Mike Hommey1-19/+12
2009-06-06http*: move common variables and macros to http.[ch]Libravatar Tay Ray Chuan1-7/+1
2009-06-06http-push: do not SEGV after fetching a bad pack idx fileLibravatar Tay Ray Chuan1-0/+2
2009-06-06http*: copy string returned by sha1_to_hexLibravatar Tay Ray Chuan1-23/+24
2009-06-06http-push, http-walker: style fixesLibravatar Tay Ray Chuan1-19/+29
2009-06-06http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Libravatar Tay Ray Chuan1-0/+2
2009-06-06http-push: send out fetch requests on queueLibravatar Tay Ray Chuan1-11/+26
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushLibravatar Junio C Hamano1-0/+6
2009-06-06http*: cleanup slot->local after fcloseLibravatar Tay Ray Chuan1-0/+6
2009-06-01match_refs: search ref list tail internallyLibravatar Clemens Buchacher1-7/+4
2009-05-31http-push: reuse existing is_null_refLibravatar Clemens Buchacher1-16/+5
2009-05-25Merge branch 'ar/unlink-err' into maintLibravatar Junio C Hamano1-6/+6
2009-05-24Merge branch 'maint'Libravatar Junio C Hamano1-1/+2