| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | restores new line | Alvaro Videla | 2015-10-05 | 1 | -0/+1 |
| * | improves comment | Alvaro Videla | 2015-10-05 | 1 | -2/+3 |
| * | Merge branch 'master' into rabbitmq-server-336 | Alvaro Videla | 2015-10-05 | 4 | -40/+131 |
| |\ | |||||
| | * | Merge branch 'stable' | Michael Klishin | 2015-10-05 | 1 | -14/+55 |
| | |\ | |||||
| | | * | Merge pull request #334 from rabbitmq/rabbitmq-server-324 | Michael Klishin | 2015-10-05 | 1 | -14/+55 |
| | | |\ | |||||
| | | | * | uses rabbit_misc:version_compare/3 this time | Alvaro Videla | 2015-10-02 | 1 | -23/+6 |
| | | | * | checks if the current OTP release is >= 18.1 | Alvaro Videla | 2015-10-01 | 1 | -3/+25 |
| | | | * | fixes log rotation | Alvaro Videla | 2015-09-25 | 1 | -9/+16 |
| | | | * | fixes OtpVersion handling | Alvaro Videla | 2015-09-25 | 1 | -2/+1 |
| | | | * | cosmetics | Alvaro Videla | 2015-09-25 | 1 | -0/+1 |
| | | | * | initializes logger state depending on OTP release | Alvaro Videla | 2015-09-25 | 1 | -30/+26 |
| | | | * | handles the error logger state change introduced in Erlang 18.1 | Alvaro Videla | 2015-09-24 | 1 | -5/+38 |
| | * | | | Merge branch 'stable' | Michael Klishin | 2015-10-02 | 2 | -12/+57 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge pull request #342 from rabbitmq/rabbitmq-server-341 | Michael Klishin | 2015-10-02 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | | * | | closes the journal handle before erasing the queue index dir | Alvaro Videla | 2015-10-01 | 1 | -1/+1 |
| | | * | | | Merge pull request #335 from rabbitmq/rabbitmq-server-316 | Michael Klishin | 2015-10-02 | 1 | -11/+56 |
| | | |\ \ \ | | | |/ / | | |/| | | |||||
| | | | * | | improves fetchwhile performance | Alvaro Videla | 2015-09-28 | 1 | -11/+56 |
| | * | | | | Merge branch 'stable' | Michael Klishin | 2015-10-01 | 1 | -13/+17 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | forces GC after queue paging | Alvaro Videla | 2015-09-30 | 1 | -13/+17 |
| | | |/ / | |||||
| | * | | | Merge pull request #329 from lshift/initial_frame_max | Michael Klishin | 2015-10-01 | 1 | -1/+2 |
| | |\ \ \ | |||||
| | | * | | | allow initial frame_max to be configured | ash | 2015-09-25 | 1 | -1/+2 |
| * | | | | | off by one error | Alvaro Videla | 2015-10-05 | 1 | -1/+1 |
| * | | | | | fixes arguments passed to batch_publish_* | Alvaro Videla | 2015-10-05 | 1 | -2/+2 |
| * | | | | | cosmetics | Alvaro Videla | 2015-10-05 | 1 | -2/+4 |
| * | | | | | improves comment about sync batch order | Alvaro Videla | 2015-10-05 | 1 | -2/+3 |
| * | | | | | fixes retrieving sync_batch_size from policy | Alvaro Videla | 2015-10-05 | 1 | -0/+2 |
| * | | | | | fixes failing test | Alvaro Videla | 2015-10-05 | 1 | -2/+2 |
| * | | | | | implements batch publishing for priority queues | Alvaro Videla | 2015-10-03 | 1 | -15/+48 |
| * | | | | | implements batch publishing for mirrored queues | Alvaro Videla | 2015-10-02 | 4 | -27/+83 |
| * | | | | | adds explanation | Alvaro Videla | 2015-10-02 | 1 | -1/+5 |
| * | | | | | cosmetics | Alvaro Videla | 2015-10-02 | 1 | -25/+28 |
| * | | | | | refactors shared logic | Alvaro Videla | 2015-10-02 | 1 | -36/+42 |
| * | | | | | oops | Alvaro Videla | 2015-10-02 | 1 | -1/+1 |
| * | | | | | refactors msg broadcast | Alvaro Videla | 2015-10-01 | 1 | -8/+8 |
| * | | | | | retrieves batch size from policy | Alvaro Videla | 2015-10-01 | 3 | -8/+25 |
| * | | | | | adds ha-sync-batch-size policy | Alvaro Videla | 2015-10-01 | 1 | -13/+43 |
| * | | | | | implement mirror message sync in batches | Alvaro Videla | 2015-09-29 | 1 | -15/+96 |
| * | | | | | implements BQ:batch_publish and BQ:batch_publish_delivered | Alvaro Videla | 2015-09-29 | 4 | -47/+115 |
| |/ / / / | |||||
| * | | | | Merge branch 'stable' | Alvaro Videla | 2015-09-25 | 8 | -3/+80 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | typo | Alvaro Videla | 2015-09-25 | 1 | -4/+3 |
| | * | | clarifies sentence | Alvaro Videla | 2015-09-25 | 1 | -5/+5 |
| | * | | typo | Alvaro Videla | 2015-09-25 | 1 | -1/+1 |
| | * | | adds documentation for credit_flow usage | Alvaro Videla | 2015-09-25 | 8 | -3/+81 |
| | |/ | |||||
| * | | Compile with Erlang earlier than 18.0 | Michael Klishin | 2015-09-18 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-09-17 | 1 | -44/+91 |
| |\ \ | |/ | |||||
| | * | Merge pull request #309 from rabbitmq/rabbitmq-server-308 | Michael Klishin | 2015-09-17 | 1 | -44/+91 |
| | |\ | |||||
| | | * | Improves dropwhile performance | Alvaro Videla | 2015-09-11 | 1 | -44/+91 |
| * | | | Ditto | Michael Klishin | 2015-09-17 | 1 | -4/+2 |
| * | | | Ditto | Michael Klishin | 2015-09-17 | 1 | -4/+3 |
| * | | | Ditto | Michael Klishin | 2015-09-17 | 1 | -6/+4 |
