218 Commits (f7dc6a96435e050afbbdbdeffac481fea7ddb8af)

Author SHA1 Message Date
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 13 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
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Mike Hommey 519d05be90 Replace ",<,>,& with their respective XML entities in DAV requests 16 years ago
Martin Storsjö 3944ba0cb0 Allow curl to rewind the read buffers 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Miklos Vajna d5c87cb4ff http-push: using error() and warning() as appropriate 16 years ago
Amos King 44d808c238 http-push.c: use a faux remote to pass to http_init 16 years ago
Amos King 7b5201a60d Do not name "repo" struct "remote" in push_http.c 16 years ago
Benjamin Kramer 8e24cbaeaf Fix various dead stores found by the clang static analyzer 16 years ago
Jay Soffian ec8452d5a7 move duplicated ref_newer() to remote.c 16 years ago