Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bingwong2010/RocketMQ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ltxin/RocketMQ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 601 files changed
  • 6 contributors

Commits on Mar 18, 2015

  1. import java code

    vintagewang committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    2b9b2e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2015

  1. release v3.2.6

    vintagewang committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    6de88b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. 解决remoting层 报超时的问题

    owen lu committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    2e3397e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from owenludong/master

    此Patch仅用于解决以下场景可能出现的潜在问题
    1、创建同一个RemotingCommand对象,多次调用invoke方法发送rpc请求,可能会由于异步返回并发问题,导致RemotingCommand对象被意外删除。
    
    注意:推荐用户每次发起rpc请求时,都新建一个RemotingCommand对象。
    vintagewang committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    3aa8b0b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Fix typo.

    lizhanhui committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    07a736b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. Update README.md

    allenzhu committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    4fe0954 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge pull request #88 from lizhanhui/master

    Typo fix: master should timeout properly for transferring message to slave
    vintagewang committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    edb11cb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Update README.md

    vintagewang committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    562d1c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Update README.md

    vongosling committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    c30e087 View commit details
    Browse the repository at this point in the history
Loading