summaryrefslogtreecommitdiffstats
path: root/http-push.c
AgeCommit message (Expand)AuthorLines
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
2009-05-25Merge branch 'ar/unlink-err' into maintJunio C Hamano-6/+6
2009-05-24Merge branch 'maint'Junio C Hamano-1/+2
2009-05-24Merge branch 'maint-1.6.2' into maintJunio C Hamano-1/+2
2009-05-24Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano-1/+2
2009-05-24Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano-1/+2
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen-1/+2
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy-1/+2
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen-6/+6
2009-04-11Replace ",<,>,& with their respective XML entities in DAV requestsMike Hommey-2/+34
2009-04-07Merge branch 'ms/http-auth'Junio C Hamano-0/+24
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano-1/+0
2009-04-02Allow curl to rewind the read buffersMartin Storsjö-0/+24
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Johan Herland-1/+0
2009-03-26Merge branch 'mg/http-auth'Junio C Hamano-77/+85
2009-03-23http-push: using error() and warning() as appropriateMiklos Vajna-3/+3
2009-03-19http-push.c: use a faux remote to pass to http_initAmos King-1/+9
2009-03-19Do not name "repo" struct "remote" in push_http.cAmos King-76/+76
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano-70/+2
2009-03-15Fix various dead stores found by the clang static analyzerBenjamin Kramer-1/+1
2009-02-26move duplicated ref_newer() to remote.cJay Soffian-49/+0
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian-21/+2
2009-02-15Merge branch 'rc/http-push'Junio C Hamano-2/+11
2009-02-15use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan-2/+11
2009-02-05Merge branch 'rc/http-push'Junio C Hamano-37/+30
2009-02-05Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano-4/+4
2009-02-03http-push: wrap signature of get_remote_object_urlTay Ray Chuan-1/+2
2009-02-03http-push: add back underscore separator before lock tokenTay Ray Chuan-0/+1
2009-02-02http-push.c: get_remote_object_url() is only used under USE_CURL_MULTIJunio C Hamano-7/+8
2009-01-31Merge branch 'sp/runtime-prefix'Junio C Hamano-0/+2
2009-01-31Merge branch 'jk/signal-cleanup'Junio C Hamano-5/+3