193 Commits (4421a8235783d0664faa9a1d45be114fd7ad8206)

Author SHA1 Message Date
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
Jay Soffian 454e2025a9 move duplicated get_local_heads() to remote.c 16 years ago
Tay Ray Chuan dfab7c144e use a hash of the lock token as the suffix for PUT/MOVE 16 years ago
Tay Ray Chuan 2d20b7ebf6 http-push: wrap signature of get_remote_object_url 16 years ago
Tay Ray Chuan 223bd93176 http-push: add back underscore separator before lock token 16 years ago
Junio C Hamano dcdb3335c1 http-push.c: get_remote_object_url() is only used under USE_CURL_MULTI 16 years ago
Tay Ray Chuan 817d14a87a http-push: refactor request url creation 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Junio C Hamano d456c9fd1e http-push.c: style fixes 16 years ago
Ray Chuan b1c7d4aafe http-push: refactor lock-related headers creation for curl requests 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Johannes Schindelin 466ddf90c2 http-push: when making directories, have a trailing slash in the path name 16 years ago
Johannes Schindelin 20642801e4 http-push: fix off-by-path_len 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Kirill A. Korinskiy e1f33efe07 http-push: support full URI in handle_remote_ls_ctx() 16 years ago
Kirill A. Korinskiy 753bc911f4 Remove the requirement opaquelocktoken uri scheme 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Dotan Barak e8eec71d6e Use xmalloc() and friends to catch allocation failures 17 years ago