summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-24Merge branch 'maint-1.6.2' into maintLibravatar Junio C Hamano1-1/+2
2009-05-24Merge branch 'maint-1.6.1' into maint-1.6.2Libravatar Junio C Hamano1-1/+2
2009-05-24Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+2
2009-05-24http-push.c::remove_locks(): fix use after freeLibravatar Alex Riesen1-1/+2
2009-05-21Terminate argv with NULL before calling setup_revisions()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-6/+6
2009-04-11Replace ",<,>,& with their respective XML entities in DAV requestsLibravatar Mike Hommey1-2/+34
2009-04-07Merge branch 'ms/http-auth'Libravatar Junio C Hamano1-0/+24
2009-04-06Merge branch 'jc/shared-literally'Libravatar Junio C Hamano1-1/+0
2009-04-02Allow curl to rewind the read buffersLibravatar Martin Storsjö1-0/+24
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Libravatar Johan Herland1-1/+0
2009-03-26Merge branch 'mg/http-auth'Libravatar Junio C Hamano1-77/+85
2009-03-23http-push: using error() and warning() as appropriateLibravatar Miklos Vajna1-3/+3
2009-03-19http-push.c: use a faux remote to pass to http_initLibravatar Amos King1-1/+9
2009-03-19Do not name "repo" struct "remote" in push_http.cLibravatar Amos King1-76/+76
2009-03-17Merge branch 'js/remote-improvements'Libravatar Junio C Hamano1-70/+2
2009-03-15Fix various dead stores found by the clang static analyzerLibravatar Benjamin Kramer1-1/+1
2009-02-26move duplicated ref_newer() to remote.cLibravatar Jay Soffian1-49/+0
2009-02-26move duplicated get_local_heads() to remote.cLibravatar Jay Soffian1-21/+2
2009-02-15Merge branch 'rc/http-push'Libravatar Junio C Hamano1-2/+11
2009-02-15use a hash of the lock token as the suffix for PUT/MOVELibravatar Tay Ray Chuan1-2/+11