1. 18 5月, 2020 1 次提交
  2. 11 5月, 2020 5 次提交
  3. 16 10月, 2019 2 次提交
  4. 15 10月, 2019 1 次提交
  5. 14 10月, 2019 2 次提交
  6. 04 10月, 2019 1 次提交
  7. 02 10月, 2019 1 次提交
  8. 30 9月, 2019 2 次提交
  9. 29 9月, 2019 1 次提交
  10. 28 9月, 2019 1 次提交
  11. 27 9月, 2019 1 次提交
  12. 26 9月, 2019 1 次提交
  13. 25 9月, 2019 1 次提交
  14. 20 9月, 2019 1 次提交
  15. 19 9月, 2019 1 次提交
  16. 18 9月, 2019 1 次提交
  17. 17 9月, 2019 3 次提交
  18. 16 9月, 2019 3 次提交
  19. 04 9月, 2019 3 次提交
  20. 01 9月, 2019 1 次提交
  21. 29 8月, 2019 1 次提交
  22. 28 8月, 2019 3 次提交
  23. 22 8月, 2019 3 次提交
    • H
      Merge pull request #1386 from apache/litePullConsumer · 9edeb4ec
      Heng Du 提交于
      [ISSUE #1388]Add lite pull consumer support for RocketMQ
      9edeb4ec
    • [RIP-15]Add Ipv6 support for RocketMQ (#1352) · c7c9601d
      陈永明 提交于
      * Remove the useless files
      
      * Replace PermSize with MetaspaceSize, details see http://openjdk.java.net/jeps/122
      
      * Update DLedgerCommitLog.java (#1145)
      
      Delete useless code
      
      * Remove the duplicate content
      
      * Polish the comment (#1107)
      
      * Minor Typo fix  (#860)
      
      * [ISSUE #1082] Fix disconnection of HA (#1083)
      
      * fixed the text description in chinese doc (#1339)
      
      * fix /dev/shm not found on some OSs (#1345)
      
      * Refactor the protection logic when pulling
      
      * change the MQVersion variable to rocketmq 4.5.2 version;
      
      * Minor polish
      
      * Fix the wrong package name
      
      * [maven-release-plugin] prepare release rocketmq-all-4.5.2
      
      * [maven-release-plugin] prepare for next development iteration
      
      * [RIP-15]Add Ipv6 support for RocketMQ
      c7c9601d
    • K
      Add unit test for lite pull consumer (#1410) · 67751d81
      King 提交于
      * Add unit test for lite pull consumer.
      
      * Add synchronized to poll function.
      67751d81