1. c7777af fix: connect concurrently failed (#451) by yuz10 · 7 months ago master
  2. de41701 Create .asf.yaml by yukon · 1 year, 6 months ago
  3. 07928d1 [ISSUE-435][PART-C] Automatically turn off message trace. (#444) by BeautyYuYanli · 1 year, 6 months ago
  4. 04ab685 fix typo: contant -> constant (#443) by BeautyYuYanli · 1 year, 6 months ago
  5. 874d66a adapt to new version of boost and fix compile error (#417) by xiaojin · 1 year, 8 months ago
  6. 5cdb268 [ISSUE-435][PART-A]Support receiving traceOn signal. (#434) by BeautyYuYanli · 1 year, 8 months ago
  7. c64df6a make log dir configurable and make log name compatible with RocketMQ main project (#401) by humkum · 1 year, 9 months ago
  8. 215771d [ISSUE 436] Downloading dependent packages without checking certificate in compile shell. (#437) by dinglei · 1 year, 9 months ago
  9. 5514858 Add download statistics of releases. by dinglei · 1 year, 9 months ago
  10. dbef35d refactor: reduce unnecessary memory malloc (#432) by xiaojin · 1 year, 9 months ago
  11. 7bd42c6 fix: free address info after get it using evutil_getaddrinfo (#431) by Chris Zhang · 1 year, 10 months ago
  12. af38c0c fix: seed random (#428) by xiaojin · 1 year, 10 months ago
  13. 52feba9 pass by reference by SRC-xiaojin · 1 year, 10 months ago
  14. 5d35d00 change water mark by SRC-xiaojin · 1 year, 10 months ago
  15. 969572f set read water mark to msgLen + 4,wait for receiving whole data by SRC-xiaojin · 1 year, 10 months ago
  16. a9d76e2 pass by reference by SRC-xiaojin · 1 year, 10 months ago
  17. d1881a5 fix memory leak by SRC-xiaojin · 1 year, 10 months ago
  18. cdda900 fix: compile error of type conversion by James Yin · 1 year, 10 months ago
  19. 107072b param “mq” is read only,pass by reference instead of value (#421) by xiaojin · 1 year, 10 months ago
  20. 5099062 avoid possible type conversion compile error (#419) by xiaojin · 1 year, 10 months ago
  21. 8f9eeed avoid redefine error when include Windows.h and Winsock2.h at same time by SRC-xiaojin · 1 year, 10 months ago
  22. 6523dcc fixed incorrect delete operator by Adam Leszczynski · 2 years, 7 months ago
  23. 0347569 Update .travis.yml by von gosling · 2 years, 7 months ago
  24. 6856f7e Update .travis.yml by von gosling · 2 years, 7 months ago
  25. 959cc96 Update README.md by von gosling · 2 years, 7 months ago
  26. d006ace Update NOTICE by von gosling · 2 years, 8 months ago
  27. d0f65a1 Add function to reliably acquire message body length (#349) by Zhanhui Li · 3 years, 2 months ago
  28. a42de73 fix: UtilAll::to_string convert the value of bool to 0/1 (#334) by shenhui0509 · 3 years, 6 months ago
  29. 9008c14 fix: hexdump's prototype (#329) by ideami · 3 years, 8 months ago
  30. ecfd7d3 fix: orderly pusher consumer may commit queue offset too early by fluyu · 3 years, 9 months ago
  31. 999755b Add rocketmq libpath to ldconf to support dlopen in CentOS. by IterableTrucks · 3 years, 10 months ago
  32. b884f17 [ISSUE #308]add default topic check to filter warning logs. by rongtong · 3 years, 11 months ago
  33. b1160b9 Fixed TpsReportService::start by James Yin · 4 years ago
  34. cb4599c [ISSUE #303] Catch exception when resolve domain failed by James Yin · 3 years, 11 months ago
  35. 9fd47a2 add default topic check to filter warning logs. by ShannonDing · 4 years ago
  36. c9a63b0 Catch exception when resolve domain failed by James Yin · 4 years ago
  37. 6f52615 Add binary message body to signatures. (#307) by dinglei · 4 years ago
  38. 79c278c add pull RT and TPS status. (#305) by dinglei · 4 years ago
  39. b963a96 [ISSUE #272]Try to support messaging consuming tps status (#302) by dinglei · 4 years ago
  40. 5629226 [ISSUE #293] reset pull call back by new pull request event time by dinglei · 4 years ago
  41. 6579eb6 [ISSUE #296] Use the archive download URL for OpenSSL to avoid fail to download source. (#295) by dinglei · 4 years, 1 month ago release-2.2.0 2.2.0
  42. 6171577 [ISSUE #291] Use separate factory for trace producer of push consumer. by dinglei · 4 years, 1 month ago
  43. 2da0647 [ISSUE #289] Update version to 2.2.0 to release by dinglei · 4 years, 1 month ago
  44. 7bccbfc [ISSUE #286] Add null pointer check before push consumer shutdown. (#287) by dinglei · 4 years, 1 month ago
  45. 81f36ec Use OpenSSL to add support for SSL communication with the server. Script add debug mode support. (#273) by yizhe.wcm · 4 years, 1 month ago
  46. b29bf5b fix(log): sometime the log cause coredump (#285) by dinglei · 4 years, 1 month ago
  47. aee285f fix(retry): send message back failed some time because timeout set to short. (#283) by dinglei · 4 years, 1 month ago release-2.1.0 2.1.0
  48. f7c0a1a feat(trace): add message trace shift for C style apis. (#281) by dinglei · 4 years, 1 month ago
  49. 3bb810a [ISSUE #278] update versions to release 2.1.0 (#279) by dinglei · 4 years, 1 month ago
  50. 9ddb626 Fix the heap-use-after-free risk caused by direct deconstruction when it is not used after initialization. (#274) by yizhe.wcm · 4 years, 1 month ago
  51. 900b937 [ISSUE #275] Add trace message for pub and sub. (#276) by dinglei · 4 years, 1 month ago
  52. 753ec41 chore(release): update version to release 2.0.1 (#266) by dinglei · 4 years, 2 months ago release-2.0.1 2.0.1
  53. a90b074 refactor(build): use dynamic cpu cores to compile code. (#265) by yizhe.wcm · 4 years, 2 months ago
  54. 00ecc4d Fix a heap-buffer-overflow risk due to wrong use of string constructor. (#264) by yizhe.wcm · 4 years, 2 months ago
  55. e51b7b0 fix(memory): heap-buffer-overflow due to wrong use of strcpy. by yizhe.wcm · 4 years, 2 months ago
  56. b566dec fix(memory): fix the risk of heap-buffer-overflow when ‘OrderTopicConf’ is configured illegally. by yizhe.wcm · 4 years, 2 months ago
  57. 12a73b1 feat(version): add api to get SDK versions (#261) by dinglei · 4 years, 2 months ago
  58. 9265ba4 feat(orderly): add sharding key in the message property (#260) by dinglei · 4 years, 2 months ago
  59. 6907a7b fix(test): fix the heap-buffer-overflow bug and bad/invalid test cases. by yizhe.wcm · 4 years, 2 months ago
  60. e0f05d6 feat(producer): add regionId support in the send result (#258) by dinglei · 4 years, 2 months ago
  61. 41d7c35 feat(memory): add asan/lsan support, and formatting code. (#257) by yizhe.wcm · 4 years, 2 months ago
  62. 32f8cc1 feat(jsoncpp): update jsoncpp to 0.10.7 in order to fix build error by gcc7+ (#256) by dinglei · 4 years, 2 months ago
  63. 915d827 refactor(transaction): use userdata to cache the local checker callback (#252) by dinglei · 4 years, 2 months ago
  64. 38010bf add the script to package static lib on macOS (#254) by dinglei · 4 years, 2 months ago
  65. b5794ae refactor(warning): remove warnings in header files (#251) by dinglei · 4 years, 2 months ago
  66. fe32777 test(unittest): add some test cases for default producer implement. (#242) by dinglei · 4 years, 2 months ago
  67. 1e4ac9c fix(transaction): failed to select transaction producer to call local state checker (#246) by dinglei · 4 years, 2 months ago
  68. d09e7ad Merge pull request #250 from ShannonDing/deb by von gosling · 4 years, 2 months ago
  69. b09a633 fix(package): remove unnecessary lines and use sh to run postinst by ShannonDing · 4 years, 2 months ago
  70. be66341 fix(package): remove unnecessary lines and use bash to run postinst by ShannonDing · 4 years, 2 months ago
  71. 16bc68d Merge pull request #248 from ShannonDing/build by von gosling · 4 years, 2 months ago
  72. f9325bb Merge pull request #249 from ShannonDing/pack by von gosling · 4 years, 2 months ago
  73. b3c8f17 style(license): add license header for scrit files by ShannonDing · 4 years, 2 months ago
  74. 249d1e6 fix(build):fix variable check error in build script by ShannonDing · 4 years, 2 months ago
  75. 6dcb6ec chore(license): add missed license header in some files (#244) by dinglei · 4 years, 2 months ago
  76. 11985f3 heap-buffer-overflow risk (#241) by WoodsCumming · 4 years, 2 months ago
  77. e824b71 feat(release): update version to prepare to release v2 (#240) by dinglei · 4 years, 2 months ago
  78. 820006e update package script (#239) by dinglei · 4 years, 2 months ago
  79. 0648508 feat(package): add rpm build and dpkg build script (#238) by dinglei · 4 years, 2 months ago release-1.2.5 1.2.5
  80. 8a6b3bd feat(deploy): remove unneccessary files in deploy by ShannonDing · 4 years, 2 months ago
  81. 5c42f15 feat(version): update version to release 1.2.5 by ShannonDing · 4 years, 2 months ago
  82. e594218 fix(build): fix variable in build script (#237) by Gianluigi Dal Toso · 4 years, 2 months ago
  83. 8735072 feat(apis):refactor apis for CPP styles (#236) by dinglei · 4 years, 2 months ago
  84. 7151454 feat(interface): remove boost in header file and examples (#235) by dinglei · 4 years, 2 months ago
  85. 689d289 fix(build): close code coverage link as default (#234) by dinglei · 4 years, 3 months ago
  86. fd29759 feat(consumer): remove event if consumer service shutdown (#233) by dinglei · 4 years, 3 months ago
  87. f968f57 feat(callback): use start pointer to manager callbacks (#232) by dinglei · 4 years, 3 months ago
  88. 46dd8f5 feat(version): add maxConsumerTimes to support higher client version (#230) by dinglei · 4 years, 3 months ago
  89. 51ef3a6 feat(libevent): update libevent to v2.1.11 to avoid get mutex time out. (#228) by dinglei · 4 years, 3 months ago
  90. 555e19d feat(memleak): remove mem leak in factory schedule task. (#227) by dinglei · 4 years, 3 months ago
  91. b50d99c fix(send): try to use command v2 to send messages (#225) by dinglei · 4 years, 3 months ago
  92. 54a3878 fix(protocol): delete string print in header decode and open test cases. (#223) by dinglei · 4 years, 3 months ago
  93. b5b3b35 feat(client): add timer to clean off line broker and test case. (#222) by dinglei · 4 years, 3 months ago
  94. 2faaa1f fix(doc): update notice and open statistic label (#220) by dinglei · 4 years, 3 months ago
  95. 1a7f8b2 fix(unittest): open some test cases (#218) by dinglei · 4 years, 3 months ago
  96. 7fb9f0d fix(format): format code style for cmakelist (#217) by dinglei · 4 years, 4 months ago
  97. 50cf3f4 feat(codecov): add logo for code coverage (#216) by dinglei · 4 years, 4 months ago
  98. 579bee5 feat(codecov): open code coverage for unit test (#215) by dinglei · 4 years, 4 months ago
  99. a3c3577 fix(unittest): refactor some unitests (#214) by dinglei · 4 years, 4 months ago
  100. ad8fdb1 fix(producer) crash in DestroyProducer shutdown. by wei56 · 4 years, 4 months ago