summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
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
2009-05-24Merge branch 'maint-1.6.2' into maintJunio C Hamano
2009-05-24Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano
2009-05-24Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-12Replace ",<,>,& with their respective XML entities in DAV requestsMike Hommey
2009-04-08Merge branch 'ms/http-auth'Junio C Hamano
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano
2009-04-02Allow curl to rewind the read buffersMartin Storsjö
2009-03-28Move chmod(foo, 0444) into move_temp_to_file()Johan Herland
2009-03-26Merge branch 'mg/http-auth'Junio C Hamano
2009-03-24http-push: using error() and warning() as appropriateMiklos Vajna
2009-03-19http-push.c: use a faux remote to pass to http_initAmos King
2009-03-19Do not name "repo" struct "remote" in push_http.cAmos King
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-16Fix various dead stores found by the clang static analyzerBenjamin Kramer
2009-02-26move duplicated ref_newer() to remote.cJay Soffian
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian
2009-02-15Merge branch 'rc/http-push'Junio C Hamano
2009-02-15use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan
2009-02-06Merge branch 'rc/http-push'Junio C Hamano
2009-02-06Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano