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