150 Commits (56e78bfb299207213ff170238c34a1dc8fa67c09)

Author SHA1 Message Date
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 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Nicolas Pitre 77d3ecee85 move show_pack_info() where it belongs 17 years ago
Junio C Hamano d633c882db http-push.c: remove duplicated code 17 years ago
Paolo Bonzini ad5fa3cc0e rollback lock files on more signals than just SIGINT 17 years ago
Clemens Buchacher 6a491a1765 http-push: remove remote locks on exit signals 17 years ago
Krzysztof Kowalczyk 737922aa64 alloc_ref_from_str(): factor out a common pattern of alloc_ref from string 17 years ago
Daniel Barkalow c13b2633f4 Make walker.fetch_ref() take a struct ref. 17 years ago
Clemens Buchacher 6eaf40608d http-push: push <remote> :<branch> deletes remote branch 17 years ago
Mike Hommey 9fc6440d78 Set proxy override with http_init() 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Johannes Schindelin 7fea9c5514 http-push: avoid a needless goto 17 years ago
Johannes Schindelin 1bbeb4c690 http-push: do not get confused by submodules 17 years ago
Johannes Schindelin add8e8cee5 http-push: avoid invalid memory accesses 17 years ago
Grégoire Barbier 3057ded057 http-push and http-fetch: handle URLs without trailing / 17 years ago
Junio C Hamano 325ce3959c http-push: clarify the reason of error from the initial PROPFIND request 17 years ago
Grégoire Barbier 9bdbabade4 http-push: fail when info/refs exists and is already locked 17 years ago
Grégoire Barbier 9116de5957 http-push: fix webdav lock leak. 17 years ago
Grégoire Barbier f854824bc5 http-push: disable http-push without USE_CURL_MULTI 17 years ago
Grégoire Barbier d6ed263fc7 Fix double-free() in http-push.c:remote_exists() 17 years ago
Mike Hommey d7e92806cd Move fetch_ref from http-push.c and http-walker.c to http.c 17 years ago
Mike Hommey 3a462bc9ba Fix various memory leaks in http-push.c and http-walker.c 17 years ago
Mike Hommey 028c297638 Use strbuf in http code 17 years ago
Mike Hommey c20f290808 Remove the default_headers variable from http-push.c 17 years ago
Mike Hommey a096bb18af Fix random sha1 in error message in http-fetch and http-push 17 years ago
Mike Hommey 3b683b91cd Fix some more memory leaks in http-push.c 17 years ago
Mike Hommey 472b257099 Fix XML parser leaks in http-push 17 years ago
André Goddard Rosa 84ef033832 Print the real filename that we failed to open. 17 years ago
Andy Whitcroft 28b9d6e548 Teach send-pack a mirror mode 17 years ago