summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-03-02http-push: remove "|| 1" to enable verbose checkTay Ray Chuan1-1/+1
2009-11-22Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö1-1/+1
2009-11-20Merge branch 'sp/smart-http'Junio C Hamano1-3/+28
2009-11-10Show usage string for 'git http-push -h'Jonathan Nieder1-2/+4
2009-10-30Move WebDAV HTTP push under remote-curlShawn O. Pearce1-2/+27
2009-10-30http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan1-1/+1
2009-07-06http-push: fix xml_entities() string parsing overrunHunter, D. Seth1-0/+2
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-06-13Merge branch 'rc/http-push'Junio C Hamano1-491/+92
2009-06-13Merge branch 'rc/maint-http-local-slot-fix'Junio C Hamano1-0/+6
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano1-7/+4
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan1-197/+14
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan1-83/+25
2009-06-06http*: add http_get_info_packsTay Ray Chuan1-170/+9
2009-06-06http-push.c::fetch_symref(): use the new http APIMike Hommey1-17/+3
2009-06-06http-push.c::remote_exists(): use the new http APIMike Hommey1-19/+12
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan1-7/+1
2009-06-06http-push: do not SEGV after fetching a bad pack idx fileTay Ray Chuan1-0/+2
2009-06-06http*: copy string returned by sha1_to_hexTay Ray Chuan1-23/+24
2009-06-06http-push, http-walker: style fixesTay Ray Chuan1-19/+29
2009-06-06http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"Tay Ray Chuan1-0/+2
2009-06-06http-push: send out fetch requests on queueTay Ray Chuan1-11/+26
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano1-0/+6
2009-06-06http*: cleanup slot->local after fcloseTay Ray Chuan1-0/+6
2009-06-01match_refs: search ref list tail internallyClemens Buchacher1-7/+4
2009-05-31http-push: reuse existing is_null_refClemens Buchacher1-16/+5
2009-05-25Merge branch 'ar/unlink-err' into maintJunio C Hamano1-6/+6
2009-05-24Merge branch 'maint'Junio C Hamano1-1/+2
2009-05-24Merge branch 'maint-1.6.2' into maintJunio C Hamano1-1/+2
2009-05-24Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano1-1/+2
2009-05-24Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-1/+2
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen1-1/+2
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy1-1/+2
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen1-6/+6
2009-04-11Replace ",<,>,& with their respective XML entities in DAV requestsMike Hommey1-2/+34
2009-04-07Merge branch 'ms/http-auth'Junio C Hamano1-0/+24
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano1-1/+0
2009-04-02Allow curl to rewind the read buffersMartin Storsjö1-0/+24
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Johan Herland1-1/+0
2009-03-26Merge branch 'mg/http-auth'Junio C Hamano1-77/+85
2009-03-23http-push: using error() and warning() as appropriateMiklos Vajna1-3/+3
2009-03-19http-push.c: use a faux remote to pass to http_initAmos King1-1/+9
2009-03-19Do not name "repo" struct "remote" in push_http.cAmos King1-76/+76
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano1-70/+2
2009-03-15Fix various dead stores found by the clang static analyzerBenjamin Kramer1-1/+1
2009-02-26move duplicated ref_newer() to remote.cJay Soffian1-49/+0
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian1-21/+2
2009-02-15Merge branch 'rc/http-push'Junio C Hamano1-2/+11
2009-02-15use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan1-2/+11