summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05Merge branch 'rc/http-push'Junio C Hamano1-37/+30
2009-02-05Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano1-4/+4
2009-02-03http-push: wrap signature of get_remote_object_urlTay Ray Chuan1-1/+2
2009-02-03http-push: add back underscore separator before lock tokenTay Ray Chuan1-0/+1
2009-02-02http-push.c: get_remote_object_url() is only used under USE_CURL_MULTIJunio C Hamano1-7/+8
2009-01-31Merge branch 'sp/runtime-prefix'Junio C Hamano1-0/+2
2009-01-31Merge branch 'jk/signal-cleanup'Junio C Hamano1-5/+3