- 519d05b Replace ",<,>,& with their respective XML entities in DAV requests by Mike Hommey · 16 years ago
- fe42fe4 Merge branch 'ms/http-auth' by Junio C Hamano · 16 years ago
- 03a39a9 Merge branch 'jc/shared-literally' by Junio C Hamano · 16 years ago
- 3944ba0 Allow curl to rewind the read buffers by Martin Storsjö · 16 years ago
- fb8b193 Move chmod(foo, 0444) into move_temp_to_file() by Johan Herland · 16 years ago
- 6422c6a Merge branch 'mg/http-auth' by Junio C Hamano · 16 years ago
- d5c87cb http-push: using error() and warning() as appropriate by Miklos Vajna · 16 years ago
- 44d808c http-push.c: use a faux remote to pass to http_init by Amos King · 16 years ago
- 7b5201a Do not name "repo" struct "remote" in push_http.c by Amos King · 16 years ago
- ca8a36e Merge branch 'js/remote-improvements' by Junio C Hamano · 16 years ago
- 8e24cba Fix various dead stores found by the clang static analyzer by Benjamin Kramer · 16 years ago
- ec8452d move duplicated ref_newer() to remote.c by Jay Soffian · 16 years ago
- 454e202 move duplicated get_local_heads() to remote.c by Jay Soffian · 16 years ago
- c42b04b Merge branch 'rc/http-push' by Junio C Hamano · 16 years ago
- dfab7c1 use a hash of the lock token as the suffix for PUT/MOVE by Tay Ray Chuan · 16 years ago
- 7aa4e73 Merge branch 'rc/http-push' by Junio C Hamano · 16 years ago
- 2d20b7e http-push: wrap signature of get_remote_object_url by Tay Ray Chuan · 16 years ago
- 223bd93 http-push: add back underscore separator before lock token by Tay Ray Chuan · 16 years ago
- dcdb333 http-push.c: get_remote_object_url() is only used under USE_CURL_MULTI by Junio C Hamano · 16 years ago
- ed096c4 Merge branch 'sp/runtime-prefix' by Junio C Hamano · 16 years ago
- fa5bc8a Merge branch 'jk/signal-cleanup' by Junio C Hamano · 16 years ago
- 817d14a http-push: refactor request url creation by Tay Ray Chuan · 16 years ago
- 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
- d456c9f http-push.c: style fixes by Junio C Hamano · 16 years ago
- b1c7d4a http-push: refactor lock-related headers creation for curl requests by Ray Chuan · 16 years ago
- 57b235a refactor signal handling for cleanup functions by Jeff King · 16 years ago
- 4a16d07 chain kill signals for cleanup functions by Jeff King · 16 years ago
- 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano · 16 years ago
- 466ddf9 http-push: when making directories, have a trailing slash in the path name by Johannes Schindelin · 16 years ago
- 2064280 http-push: fix off-by-path_len by Johannes Schindelin · 16 years ago
- 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
- e1f33ef http-push: support full URI in handle_remote_ls_ctx() by Kirill A. Korinskiy · 16 years ago
- 753bc91 Remove the requirement opaquelocktoken uri scheme by Kirill A. Korinskiy · 16 years ago
- 59c69c0 make alloc_ref_from_str() the new alloc_ref() by René Scharfe · 16 years ago
- 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
- e8eec71 Use xmalloc() and friends to catch allocation failures by Dotan Barak · 17 years ago
- 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
- 77d3ece move show_pack_info() where it belongs by Nicolas Pitre · 17 years ago
- d633c88 http-push.c: remove duplicated code by Junio C Hamano · 17 years ago
- ad5fa3c rollback lock files on more signals than just SIGINT by Paolo Bonzini · 17 years ago
- 6a491a1 http-push: remove remote locks on exit signals by Clemens Buchacher · 17 years ago
- 737922a alloc_ref_from_str(): factor out a common pattern of alloc_ref from string by Krzysztof Kowalczyk · 17 years ago
- c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
- 7ab9f8f Merge branch 'mh/maint-http-proxy-fix' by Junio C Hamano · 17 years ago
- d82b21b Merge branch 'cb/http-test' by Junio C Hamano · 17 years ago
- 6eaf406 http-push: push <remote> :<branch> deletes remote branch by Clemens Buchacher · 17 years ago
- 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
- 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
- 378b260 Merge branch 'js/maint-http-push' by Junio C Hamano · 17 years ago
- 3d51e1b check return code of prepare_revision_walk by Martin Koegler · 17 years ago
- 7fea9c5 http-push: avoid a needless goto by Johannes Schindelin · 17 years ago
- 1bbeb4c http-push: do not get confused by submodules by Johannes Schindelin · 17 years ago
- add8e8c http-push: avoid invalid memory accesses by Johannes Schindelin · 17 years ago
- 3057ded http-push and http-fetch: handle URLs without trailing / by Grégoire Barbier · 17 years ago
- 325ce39 http-push: clarify the reason of error from the initial PROPFIND request by Junio C Hamano · 17 years ago
- 9bdbaba http-push: fail when info/refs exists and is already locked by Grégoire Barbier · 17 years ago
- 9116de5 http-push: fix webdav lock leak. by Grégoire Barbier · 17 years ago
- f854824 http-push: disable http-push without USE_CURL_MULTI by Grégoire Barbier · 17 years ago
- d6ed263 Fix double-free() in http-push.c:remote_exists() by Grégoire Barbier · 17 years ago
- d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
- 3a462bc Fix various memory leaks in http-push.c and http-walker.c by Mike Hommey · 17 years ago
- 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
- c20f290 Remove the default_headers variable from http-push.c by Mike Hommey · 17 years ago
- a096bb1 Fix random sha1 in error message in http-fetch and http-push by Mike Hommey · 17 years ago
- 3b683b9 Fix some more memory leaks in http-push.c by Mike Hommey · 17 years ago
- 472b257 Fix XML parser leaks in http-push by Mike Hommey · 17 years ago
- 84ef033 Print the real filename that we failed to open. by André Goddard Rosa · 17 years ago
- 28b9d6e Teach send-pack a mirror mode by Andy Whitcroft · 17 years ago
- 0d9d89f Merge master into aw/mirror-push by Junio C Hamano · 17 years ago
- 00ae828 errors: "strict subset" -> "ancestor" by J. Bruce Fields · 17 years ago
- 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
- fe5d1d3 Support 'push --dry-run' for http transport by Shawn O. Pearce · 17 years ago
- 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
- 30ae764 Modularize commit-walker by Daniel Barkalow · 18 years ago
- fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 18 years ago
- 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 18 years ago
- 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 18 years ago
- a6080a0 War on whitespace by Junio C Hamano · 18 years ago
- 6b62816 Move refspec parser from connect.c and cache.h to remote.{c,h} by Daniel Barkalow · 18 years ago
- b5da246 Fix lseek(2) calls with args 2 and 3 swapped by Dana How · 18 years ago
- 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
- 8b969a5 Merge branch 'maint' by Junio C Hamano · 18 years ago
- eecc836 Another memory overrun in http-push.c by Eygene Ryabinkin · 18 years ago
- 1db8b60 Merge branch 'maint' by Junio C Hamano · 18 years ago
- 2c46759 http-push.c::lock_remote(): validate all remote refs. by Eygene Ryabinkin · 18 years ago
- 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
- 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
- cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
- 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
- 1c23d79 Don't die in git-http-fetch when fetching packs. by Shawn O. Pearce · 18 years ago
- 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
- 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
- 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
- cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
- 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
- 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
- a7f0519 Merge branch 'gl/cleanup' by Junio C Hamano · 19 years ago
- b5bf7cd missing 'static' keywords by Pierre Habouzit · 19 years ago
- a8e0d16 Convert memset(hash,0,20) to hashclr(hash). by Junio C Hamano · 19 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago