| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do I even English | Michael Klishin | 2015-09-17 | 1 | -1/+1 |
| * | Ditto | Michael Klishin | 2015-09-17 | 1 | -3/+3 |
| * | Please formatting gods | Michael Klishin | 2015-09-17 | 1 | -7/+6 |
| * | Please code style gods | Michael Klishin | 2015-09-17 | 3 | -0/+3 |
| * | Merge branch 'master' into rabbitmq-server-270 | Michael Klishin | 2015-09-17 | 5 | -12/+34 |
| |\ | |||||
| | * | Merge branch 'stable' | Michael Klishin | 2015-09-17 | 4 | -11/+10 |
| | |\ | |||||
| | | * | 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 |
| | * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-09-14 | 2 | -1/+23 |
| | |\ \ \ | | |/ / | |||||
| | | * | | 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 |
| | | |/ | |||||
| * | | | Refactoring, per feedback from @videlalvaro | Michael Klishin | 2015-09-17 | 2 | -8/+12 |
| * | | | Add password_hashing_module to rabbitmq.config.example | Michael Klishin | 2015-09-16 | 2 | -0/+30 |
| * | | | Extract this test, per discussion with @videlalvaro | Michael Klishin | 2015-09-16 | 2 | -34/+55 |
| * | | | More tests | Michael Klishin | 2015-09-16 | 1 | -0/+20 |
| * | | | Correct password hashing fn migration | Michael Klishin | 2015-09-15 | 1 | -8/+10 |
| * | | | Some unit tests for pluggable password hashing | Michael Klishin | 2015-09-14 | 1 | -3/+14 |
| * | | | rabbit.password_hashing_mod => rabbit.password_hashing_module | Michael Klishin | 2015-09-14 | 2 | -2/+3 |
| * | | | We no longer use rabbit_registry for password hashing | Michael Klishin | 2015-09-14 | 1 | -2/+1 |
| * | | | Introduce per-user hashing functions, default to SHA-256 | Michael Klishin | 2015-09-14 | 10 | -22/+194 |
| |/ / | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2015-09-10 | 1 | -16/+13 |
| |\ \ | |/ | |||||
| | * | 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 branch 'stable' | Michael Klishin | 2015-09-08 | 3 | -74/+176 |
| |\ \ | |/ | |||||
| | * | 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 |
| | | * | uses index purge callback in betas_from_index_entries | Alvaro Videla | 2015-09-07 | 1 | -35/+32 |
| | | * | refactors purge | Alvaro Videla | 2015-09-06 | 1 | -121/+103 |
| | | * | adds missing spec for reset_state | Alvaro Videla | 2015-09-04 | 1 | -0/+1 |
| | | * | takes into account the delete_and_terminate case | Alvaro Videla | 2015-09-04 | 1 | -39/+106 |
| | | * | Improves BQ:purge performance when there are no pending acks | Alvaro Videla | 2015-09-03 | 2 | -13/+39 |
| | * | | Merge pull request #299 from rabbitmq/rabbitmq-server-297 | Alvaro Videla | 2015-09-08 | 1 | -1/+1 |
| | |\ \ | |||||
