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