๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT v1.6.4-rc1
  1. c8400d9 http-push: fix xml_entities() string parsing overrun by Hunter, D. Seth ยท 16 years ago
  2. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds ยท 17 years ago
  3. e248619 Merge branch 'rc/http-push' by Junio C Hamano ยท 17 years ago
  4. fa71e80 Merge branch 'rc/maint-http-local-slot-fix' by Junio C Hamano ยท 17 years ago
  5. 57c57a9 Merge branch 'cb/match_refs_internal_tail' by Junio C Hamano ยท 17 years ago
  6. 5424bc5 http*: add helper methods for fetching objects (loose) by Tay Ray Chuan ยท 17 years ago
  7. 2264dfa http*: add helper methods for fetching packs by Tay Ray Chuan ยท 17 years ago
  8. b8caac2 http*: add http_get_info_packs by Tay Ray Chuan ยท 17 years ago
  9. 9af5abd http-push.c::fetch_symref(): use the new http API by Mike Hommey ยท 17 years ago
  10. 446b941 http-push.c::remote_exists(): use the new http API by Mike Hommey ยท 17 years ago
  11. e917674 http*: move common variables and macros to http.[ch] by Tay Ray Chuan ยท 17 years ago
  12. 1b1b7b2 http-push: do not SEGV after fetching a bad pack idx file by Tay Ray Chuan ยท 17 years ago
  13. 20cfb3a http*: copy string returned by sha1_to_hex by Tay Ray Chuan ยท 17 years ago
  14. 4c42aa1 http-push, http-walker: style fixes by Tay Ray Chuan ยท 17 years ago
  15. 68862a3 http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue" by Tay Ray Chuan ยท 17 years ago
  16. 4f66250 http-push: send out fetch requests on queue by Tay Ray Chuan ยท 17 years ago
  17. 8607987 Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push by Junio C Hamano ยท 17 years ago
  18. 16493eb http*: cleanup slot->local after fclose by Tay Ray Chuan ยท 17 years ago
  19. 6d2bf96 match_refs: search ref list tail internally by Clemens Buchacher ยท 17 years ago
  20. 0bf8c1f http-push: reuse existing is_null_ref by Clemens Buchacher ยท 17 years ago
  21. 2c5942d Merge branch 'ar/unlink-err' into maint by Junio C Hamano ยท 17 years ago
  22. 9619ff1 Merge branch 'maint' by Junio C Hamano ยท 17 years ago
  23. f5b223a Merge branch 'maint-1.6.2' into maint by Junio C Hamano ยท 17 years ago
  24. 34ab57d Merge branch 'maint-1.6.1' into maint-1.6.2 by Junio C Hamano ยท 17 years ago
  25. ff6e93f Merge branch 'maint-1.6.0' into maint-1.6.1 by Junio C Hamano ยท 17 years ago
  26. 6589ebf http-push.c::remove_locks(): fix use after free by Alex Riesen ยท 17 years ago
  27. a80aad7 Terminate argv with NULL before calling setup_revisions() by Nguyแป…n Thรกi Ngแปc Duy ยท 17 years ago
  28. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen ยท 17 years ago
  29. 519d05b Replace ",<,>,& with their respective XML entities in DAV requests by Mike Hommey ยท 17 years ago
  30. fe42fe4 Merge branch 'ms/http-auth' by Junio C Hamano ยท 17 years ago
  31. 03a39a9 Merge branch 'jc/shared-literally' by Junio C Hamano ยท 17 years ago
  32. 3944ba0 Allow curl to rewind the read buffers by Martin Storsjรถ ยท 17 years ago
  33. fb8b193 Move chmod(foo, 0444) into move_temp_to_file() by Johan Herland ยท 17 years ago
  34. 6422c6a Merge branch 'mg/http-auth' by Junio C Hamano ยท 17 years ago
  35. d5c87cb http-push: using error() and warning() as appropriate by Miklos Vajna ยท 17 years ago
  36. 44d808c http-push.c: use a faux remote to pass to http_init by Amos King ยท 17 years ago
  37. 7b5201a Do not name "repo" struct "remote" in push_http.c by Amos King ยท 17 years ago
  38. ca8a36e Merge branch 'js/remote-improvements' by Junio C Hamano ยท 17 years ago
  39. 8e24cba Fix various dead stores found by the clang static analyzer by Benjamin Kramer ยท 17 years ago
  40. ec8452d move duplicated ref_newer() to remote.c by Jay Soffian ยท 17 years ago
  41. 454e202 move duplicated get_local_heads() to remote.c by Jay Soffian ยท 17 years ago
  42. c42b04b Merge branch 'rc/http-push' by Junio C Hamano ยท 17 years ago
  43. dfab7c1 use a hash of the lock token as the suffix for PUT/MOVE by Tay Ray Chuan ยท 17 years ago
  44. 7aa4e73 Merge branch 'rc/http-push' by Junio C Hamano ยท 17 years ago
  45. 141b6b8 Merge branch 'lt/maint-wrap-zlib' into maint by Junio C Hamano ยท 17 years ago
  46. 2d20b7e http-push: wrap signature of get_remote_object_url by Tay Ray Chuan ยท 17 years ago
  47. 223bd93 http-push: add back underscore separator before lock token by Tay Ray Chuan ยท 17 years ago
  48. dcdb333 http-push.c: get_remote_object_url() is only used under USE_CURL_MULTI by Junio C Hamano ยท 17 years ago
  49. ed096c4 Merge branch 'sp/runtime-prefix' by Junio C Hamano ยท 17 years ago
  50. fa5bc8a Merge branch 'jk/signal-cleanup' by Junio C Hamano ยท 17 years ago
  51. 817d14a http-push: refactor request url creation by Tay Ray Chuan ยท 17 years ago
  52. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska ยท 17 years ago
  53. d456c9f http-push.c: style fixes by Junio C Hamano ยท 17 years ago
  54. b1c7d4a http-push: refactor lock-related headers creation for curl requests by Ray Chuan ยท 17 years ago
  55. 57b235a refactor signal handling for cleanup functions by Jeff King ยท 17 years ago
  56. 4a16d07 chain kill signals for cleanup functions by Jeff King ยท 17 years ago
  57. 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano ยท 17 years ago
  58. 466ddf9 http-push: when making directories, have a trailing slash in the path name by Johannes Schindelin ยท 17 years ago
  59. 2064280 http-push: fix off-by-path_len by Johannes Schindelin ยท 17 years ago
  60. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds ยท 17 years ago
  61. e1f33ef http-push: support full URI in handle_remote_ls_ctx() by Kirill A. Korinskiy ยท 17 years ago
  62. 753bc91 Remove the requirement opaquelocktoken uri scheme by Kirill A. Korinskiy ยท 17 years ago
  63. 59c69c0 make alloc_ref_from_str() the new alloc_ref() by Renรฉ Scharfe ยท 17 years ago
  64. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre ยท 17 years ago
  65. e8eec71 Use xmalloc() and friends to catch allocation failures by Dotan Barak ยท 17 years ago
  66. 1b1dd23 Make usage strings dash-less by Stephan Beyer ยท 17 years ago
  67. 77d3ece move show_pack_info() where it belongs by Nicolas Pitre ยท 17 years ago
  68. d633c88 http-push.c: remove duplicated code by Junio C Hamano ยท 18 years ago
  69. ad5fa3c rollback lock files on more signals than just SIGINT by Paolo Bonzini ยท 18 years ago
  70. 6a491a1 http-push: remove remote locks on exit signals by Clemens Buchacher ยท 18 years ago
  71. 737922a alloc_ref_from_str(): factor out a common pattern of alloc_ref from string by Krzysztof Kowalczyk ยท 18 years ago
  72. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow ยท 18 years ago
  73. 7ab9f8f Merge branch 'mh/maint-http-proxy-fix' by Junio C Hamano ยท 18 years ago
  74. d82b21b Merge branch 'cb/http-test' by Junio C Hamano ยท 18 years ago
  75. 6eaf406 http-push: push <remote> :<branch> deletes remote branch by Clemens Buchacher ยท 18 years ago
  76. 9fc6440 Set proxy override with http_init() by Mike Hommey ยท 18 years ago
  77. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering ยท 18 years ago
  78. 378b260 Merge branch 'js/maint-http-push' by Junio C Hamano ยท 18 years ago
  79. 3d51e1b check return code of prepare_revision_walk by Martin Koegler ยท 18 years ago
  80. 7fea9c5 http-push: avoid a needless goto by Johannes Schindelin ยท 18 years ago
  81. 1bbeb4c http-push: do not get confused by submodules by Johannes Schindelin ยท 18 years ago
  82. add8e8c http-push: avoid invalid memory accesses by Johannes Schindelin ยท 18 years ago
  83. 3057ded http-push and http-fetch: handle URLs without trailing / by Grรฉgoire Barbier ยท 18 years ago
  84. 325ce39 http-push: clarify the reason of error from the initial PROPFIND request by Junio C Hamano ยท 18 years ago
  85. 9bdbaba http-push: fail when info/refs exists and is already locked by Grรฉgoire Barbier ยท 18 years ago
  86. 9116de5 http-push: fix webdav lock leak. by Grรฉgoire Barbier ยท 18 years ago
  87. f854824 http-push: disable http-push without USE_CURL_MULTI by Grรฉgoire Barbier ยท 18 years ago
  88. d6ed263 Fix double-free() in http-push.c:remote_exists() by Grรฉgoire Barbier ยท 18 years ago
  89. d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey ยท 18 years ago
  90. 3a462bc Fix various memory leaks in http-push.c and http-walker.c by Mike Hommey ยท 18 years ago
  91. 028c297 Use strbuf in http code by Mike Hommey ยท 18 years ago
  92. c20f290 Remove the default_headers variable from http-push.c by Mike Hommey ยท 18 years ago
  93. a096bb1 Fix random sha1 in error message in http-fetch and http-push by Mike Hommey ยท 18 years ago
  94. 3b683b9 Fix some more memory leaks in http-push.c by Mike Hommey ยท 18 years ago
  95. 472b257 Fix XML parser leaks in http-push by Mike Hommey ยท 18 years ago
  96. 84ef033 Print the real filename that we failed to open. by Andrรฉ Goddard Rosa ยท 18 years ago
  97. 28b9d6e Teach send-pack a mirror mode by Andy Whitcroft ยท 18 years ago
  98. 0d9d89f Merge master into aw/mirror-push by Junio C Hamano ยท 18 years ago
  99. 00ae828 errors: "strict subset" -> "ancestor" by J. Bruce Fields ยท 18 years ago
  100. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow ยท 18 years ago