230 Commits (5c1d2e8af99c1cf24a38fe830d96a4aedce30e2b)

Author SHA1 Message Date
Jeff King 1bbcc224cc http: refactor options to http_get_* 12 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Stefan Beller 3def06e625 http-push.c::add_send_request(): do not initialize transfer_request 12 years ago
Jeff King 4df13f69e9 http: drop http_error function 12 years ago
Jeff King 67d2a7b5c5 http: simplify http_error helper function 12 years ago
Matt Kraai 081fd8d093 Allow building with xmlparse.h 12 years ago
Shawn Pearce 4656bf47fc Verify Content-Type from smart HTTP servers 12 years ago
Michael Haggerty 37141f27d8 xml_entities(): use function strbuf_addstr_xml_quoted() 12 years ago
Junio C Hamano 6571225137 http-push: use in_merge_bases() for fast-forward check 13 years ago
Jeff King 5cb2194aba http-push: do not access git_default_email directly 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Jeff King deba49377b http_init: accept separate URL parameter 13 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Dan McGee ebaaf316ca http-push: refactor curl_easy_setup madness 14 years ago
Dan McGee 2aab167adf http-push: use const for strings in signatures 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Tay Ray Chuan 1462d1af69 http-push: add trailing slash at arg-parse time, instead of later on 14 years ago
Tay Ray Chuan dfc2dcd9ac http-push: check path length before using it 14 years ago
Tay Ray Chuan 0fdadc501e http-push: Normalise directory names when pushing to some WebDAV servers 14 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Tay Ray Chuan b5e59989eb http-push: remove "|| 1" to enable verbose check 15 years ago
Martin Storsjö d21f9794ce Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POST 15 years ago
Jonathan Nieder 548d3464dc Show usage string for 'git http-push -h' 15 years ago
Shawn O. Pearce ae4efe1957 Move WebDAV HTTP push under remote-curl 15 years ago
Tay Ray Chuan 609621a4ad http-push: fix check condition on http.c::finish_http_pack_request() 15 years ago
Hunter, D. Seth c8400d9ef5 http-push: fix xml_entities() string parsing overrun 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Tay Ray Chuan 5424bc557f http*: add helper methods for fetching objects (loose) 16 years ago
Tay Ray Chuan 2264dfa5c4 http*: add helper methods for fetching packs 16 years ago
Tay Ray Chuan b8caac2b8a http*: add http_get_info_packs 16 years ago
Mike Hommey 9af5abd993 http-push.c::fetch_symref(): use the new http API 16 years ago
Mike Hommey 446b941a57 http-push.c::remote_exists(): use the new http API 16 years ago
Tay Ray Chuan e917674597 http*: move common variables and macros to http.[ch] 16 years ago
Tay Ray Chuan 1b1b7b235b http-push: do not SEGV after fetching a bad pack idx file 16 years ago
Tay Ray Chuan 20cfb3aa71 http*: copy string returned by sha1_to_hex 16 years ago
Tay Ray Chuan 4c42aa1a13 http-push, http-walker: style fixes 16 years ago
Tay Ray Chuan 68862a3152 http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue" 16 years ago
Tay Ray Chuan 4f66250df6 http-push: send out fetch requests on queue 16 years ago
Tay Ray Chuan 16493eb0d0 http*: cleanup slot->local after fclose 16 years ago
Clemens Buchacher 6d2bf96e55 match_refs: search ref list tail internally 16 years ago
Clemens Buchacher 0bf8c1f9be http-push: reuse existing is_null_ref 16 years ago
Alex Riesen 6589ebf107 http-push.c::remove_locks(): fix use after free 16 years ago
Nguyễn Thái Ngọc Duy a80aad7b85 Terminate argv with NULL before calling setup_revisions() 16 years ago