| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | variable queue state assertion for lazy queues | Alvaro Videla | 2015-10-10 | 1 | -3/+55 |
| * | handles queue-mode policy/argument | Alvaro Videla | 2015-10-10 | 6 | -9/+85 |
| * | adds x-queue-mode argument | Alvaro Videla | 2015-10-10 | 1 | -1/+10 |
| * | adds queue-mode policy | Alvaro Videla | 2015-10-10 | 1 | -2/+10 |
| * | Merge branch 'rabbitmq-server-270' (again) | Michael Klishin | 2015-10-10 | 1 | -1/+5 |
| |\ | |||||
| | * | Fix migration from 2.1.1 | Michael Klishin | 2015-10-10 | 1 | -1/+5 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-10-09 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Use a public-facing email address | Michael Klishin | 2015-10-09 | 1 | -2/+2 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-09 | 2 | -8/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Update Debian metadata | Michael Klishin | 2015-10-09 | 2 | -8/+6 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-07 | 2 | -1/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Commit 3.5.6 package release notesrabbitmq_v3_5_6 | Michael Klishin | 2015-10-07 | 2 | -1/+10 |
| * | | | Merge branch 'stable' | Alvaro Videla | 2015-10-06 | 1 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | fixes check_xref for erlang:max | Alvaro Videla | 2015-10-06 | 1 | -4/+4 |
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-05 | 3 | -9/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #345 from rabbitmq/rabbitmq-server-338 | Michael Klishin | 2015-10-05 | 3 | -9/+12 |
| | |\ \ | |||||
| | | * | | Cosmetics | Michael Klishin | 2015-10-05 | 1 | -1/+1 |
| | | * | | Cosmetics | Michael Klishin | 2015-10-05 | 1 | -1/+1 |
| | | * | | Have the callback spec be backwards compatible. | Robby Raschke | 2015-10-05 | 1 | -1/+3 |
| | | * | | Be backwards compatible for homegrown auth modules. | Robby Raschke | 2015-10-05 | 1 | -0/+1 |
| | | * | | Add the return tags element into the behaviour callback spec for authorizatio... | Robby Raschke | 2015-09-30 | 1 | -3/+3 |
| | | * | | Add the permission tags from an explicit separate authorization step into the... | Robby Raschke | 2015-09-30 | 2 | -8/+8 |
| * | | | | Merge branch 'stable' | Michael Klishin | 2015-10-05 | 2 | -16/+67 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #334 from rabbitmq/rabbitmq-server-324 | Michael Klishin | 2015-10-05 | 2 | -16/+67 |
| | |\ \ \ | |||||
| | | * | | | 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 |
| | | * | | | simplifies delete_log_handlers test logic | Alvaro Videla | 2015-09-28 | 1 | -12/+6 |
| | | * | | | fixes tests | Alvaro Videla | 2015-09-25 | 1 | -2/+18 |
| | | * | | | 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 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #339 from rabbitmq/rabbitmq-server-290 | 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 | 2 | -1/+7 |
| |\ \ \ \ | |||||
| | * | | | | allow initial frame_max to be configured | ash | 2015-09-25 | 2 | -1/+7 |
| * | | | | | Merge branch 'stable' | Alvaro Videla | 2015-09-25 | 8 | -3/+80 |
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| | * | | | Merge pull request #331 from rabbitmq/rabbitmq-server-330 | Jean-Sébastien Pédron | 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 |
| | | |/ / | |||||
| * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-09-24 | 4 | -3/+12 |
| |\ \ \ \ | |/ / / | |||||
