| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 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 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 #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 | |
| | |/ / / | ||||||
| * | | | | RPM/deb changelogs for release 3.5.5, package revision 3rabbitmq_v3_5_5 | Jean-Sébastien Pédron | 2015-09-24 | 2 | -1/+10 | |
| * | | | | Debian: Always build a source+binary package | Jean-Sébastien Pédron | 2015-09-24 | 1 | -1/+1 | |
| * | | | | Merge pull request #327 from CVTJNII/rabbitmq-script-wrapper_quote-fix_stable | Jean-Sébastien Pédron | 2015-09-24 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Quote arg to prevent shell expansion, Issue-325 | Tom Noonan II | 2015-09-24 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | rabbitmq-script-wrapper: Use '=', not '==' with Bourne shell's test | Jean-Sébastien Pédron | 2015-09-24 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | RPM/deb changelogs for release 3.5.5 | Jean-Sébastien Pédron | 2015-09-24 | 2 | -0/+9 | |
| * | | | Merge pull request #318 from ben-page/stable | Jean-Sébastien Pédron | 2015-09-21 | 1 | -7/+3 | |
| |\ \ \ | ||||||
| | * | | | fixed support for arguments containing ` characters | Ben Page | 2015-09-17 | 1 | -7/+3 | |
| * | | | | 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 | |
| * | | | | | Merge pull request #306 from rabbitmq/rabbitmq-server-143-stable | Michael Klishin | 2015-09-17 | 4 | -2/+66 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | refactors credit flow default config format | Alvaro Videla | 2015-09-11 | 3 | -11/+8 | |
| | * | | | | Allows credit flow Credits to be set via configuration | Alvaro Videla | 2015-09-11 | 4 | -1/+68 | |
| | |/ / / | ||||||
| * | | | | adds note on msg_store_credit_disc_bound | Alvaro Videla | 2015-09-13 | 1 | -1/+7 | |
| * | | | | adds missing copyright header | Alvaro Videla | 2015-09-12 | 1 | -0/+16 | |
| |/ / / | ||||||
| * | | | Merge pull request #305 from rabbitmq/rabbitmq-server-304rabbitmq_v3_5_5_rc2 | Michael Klishin | 2015-09-09 | 1 | -11/+11 | |
| |\ \ \ | ||||||
| | * | | | unwelps code | Alvaro Videla | 2015-09-09 | 1 | -1/+1 | |
| | * | | | refactors betas_from_index_entries/7 > betas_from_index_entries/4 | Alvaro Videla | 2015-09-09 | 1 | -11/+11 | |
| * | | | | Merge pull request #302 from rabbitmq/rabbitmq-server-301 | Michael Klishin | 2015-09-09 | 1 | -5/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | uses remove_msgs_by_id/2 in places where same functionality was duplicated | Alvaro Videla | 2015-09-09 | 1 | -5/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #300 from rabbitmq/rabbitmq-server-295rabbitmq_v3_5_5_rc1 | Michael Klishin | 2015-09-08 | 2 | -73/+175 | |
| |\ \ \ | ||||||
| | * | | | Cosmetics | Michael Klishin | 2015-09-08 | 1 | -6/+6 | |
| | * | | | Inline | Michael Klishin | 2015-09-08 | 1 | -4/+2 | |
| | * | | | inline qi_deliver_and_ack fun | Alvaro Videla | 2015-09-07 | 1 | -5/+3 | |
| | * | | | typo | Alvaro Videla | 2015-09-07 | 1 | -1/+1 | |
| | * | | | updates comment | Alvaro Videla | 2015-09-07 | 1 | -3/+3 | |
| | * | | | renames function for clarity | Alvaro Videla | 2015-09-07 | 1 | -2/+2 | |
| | * | | | refactors purge_pending_ack/2 to handle delete_and_terminate | Alvaro Videla | 2015-09-07 | 1 | -30/+44 | |
| | * | | | wording | Alvaro Videla | 2015-09-07 | 1 | -1/+1 | |
| | * | | | renaming | Alvaro Videla | 2015-09-07 | 1 | -6/+6 | |
| | * | | | cosmetics | Alvaro Videla | 2015-09-07 | 1 | -2/+3 | |
| | * | | | updates comments | Alvaro Videla | 2015-09-07 | 1 | -2/+17 | |
| | * | | | renames wipe_index -> reset_qi_state | Alvaro Videla | 2015-09-07 | 1 | -2/+2 | |
| | * | | | uses purge_when_no_pending_acks for delete_and_terminate | Alvaro Videla | 2015-09-07 | 1 | -1/+1 | |
| | * | | | adds missing space | Alvaro Videla | 2015-09-07 | 1 | -1/+1 | |
| | * | | | moves purge helpers to helpers area | Alvaro Videla | 2015-09-07 | 1 | -47/+50 | |
