| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow offline plugin re-configuration | Tim Watson | 2013-11-05 | 1 | -1/+4 |
| * | Allow for runtime disabling of plugins | Tim Watson | 2013-11-05 | 3 | -17/+51 |
| * | Restructure our boot procedure for more flexible boot-step handling | Tim Watson | 2013-11-05 | 6 | -147/+245 |
| * | stable to default | Simon MacMullen | 2013-11-01 | 1 | -5/+1 |
| |\ | |||||
| | * | That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2. | Simon MacMullen | 2013-11-01 | 1 | -5/+1 |
| * | | Merged stable into default | Emile Joubert | 2013-10-31 | 4 | -16/+44 |
| |\ \ | |/ | |||||
| | * | Merged bug25846 into stable | Emile Joubert | 2013-10-31 | 4 | -11/+14 |
| | |\ | |||||
| | * | | Table locking -> O(n) | Simon MacMullen | 2013-10-29 | 1 | -0/+6 |
| | * | | Eliminate list_tx variants since async_dirty is ignored in a tx. | Simon MacMullen | 2013-10-29 | 4 | -43/+45 |
| | * | | Use mnesia:async_dirty/1 to reduce copypasta. | Simon MacMullen | 2013-10-28 | 4 | -46/+39 |
| | * | | Merge in stable | Simon MacMullen | 2013-10-25 | 46 | -1167/+2182 |
| | |\ \ | |||||
| | * | | | Fairly nasty copy-and-paste based approach to making this more transactional.... | Simon MacMullen | 2013-10-25 | 1 | -8/+35 |
| * | | | | Rename + cosmetic. | Simon MacMullen | 2013-10-31 | 1 | -5/+3 |
| * | | | | Simplify | Simon MacMullen | 2013-10-31 | 1 | -9/+8 |
| * | | | | stable to default | Simon MacMullen | 2013-10-31 | 4 | -10/+39 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Better error message. | Simon MacMullen | 2013-10-31 | 1 | -3/+4 |
| | * | | | Don't allow deletion of "amq.rabbitmq.*". | Simon MacMullen | 2013-10-30 | 1 | -0/+8 |
| | * | | | Make log and trace exchanges internal. | Simon MacMullen | 2013-10-30 | 3 | -10/+30 |
| * | | | | Non-Windows 32 bit platforms tend to only give you 2GB address space per proc... | Simon MacMullen | 2013-10-30 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merged bug25838 into stable | Emile Joubert | 2013-10-28 | 2 | -8/+11 |
| |\ \ \ | |||||
| | * | | | Eliminate use of gen_server:call/2. | Simon MacMullen | 2013-10-24 | 2 | -8/+11 |
| | | |/ | |/| | |||||
| * | | | Merged bug25826 into stable | Emile Joubert | 2013-10-28 | 46 | -1167/+2182 |
| |\ \ \ | |/ / | |||||
| | * | | merge bug25804 into default | Tim Watson | 2013-10-21 | 1 | -0/+22 |
| | |\ \ | |||||
| | | * | | Introduce flow controlled versions of send_command() for the Erlang client to... | Simon MacMullen | 2013-10-04 | 1 | -0/+22 |
| | * | | | Merged stable into default | Emile Joubert | 2013-10-17 | 1 | -12/+15 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Merged stable into default | Emile Joubert | 2013-10-15 | 1 | -11/+11 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge bug25809 | Simon MacMullen | 2013-10-15 | 1 | -8/+16 |
| | |\ \ \ \ | |||||
| | | * | | | | erlang:apply is not necessary since the arguments are known | Emile Joubert | 2013-10-09 | 1 | -1/+1 |
| | | * | | | | Support only historical verify_fun signature | Emile Joubert | 2013-10-09 | 1 | -3/+2 |
| | | * | | | | Support config-supplied verify_fun in tuple-format | Emile Joubert | 2013-10-08 | 1 | -8/+17 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Consistency | Simon MacMullen | 2013-10-14 | 1 | -3/+3 |
| | * | | | | merge heads | Tim Watson | 2013-10-11 | 1 | -2/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | do not pass the queue collector to amqp_1.0 reader | Tim Watson | 2013-10-11 | 1 | -2/+1 |
| | * | | | | | ...and remove the old API. | Simon MacMullen | 2013-10-10 | 1 | -24/+1 |
| | |/ / / / | |||||
| | * | | | | Introduce rabbit_heartbeat:start/6 API | Tim Watson | 2013-10-10 | 3 | -31/+35 |
| | * | | | | Unify the intermediate supervision tree under r_connection_helper_sup | Tim Watson | 2013-10-10 | 4 | -78/+43 |
| | * | | | | Defer starting a queue collector until we've received tune-ok | Tim Watson | 2013-10-09 | 3 | -14/+24 |
| | * | | | | introduce another intermediate supervisor into the connection tree | Tim Watson | 2013-10-09 | 2 | -1/+46 |
| | |/ / / | |||||
| | * | | | Merge bug 24094 | Simon MacMullen | 2013-10-03 | 2 | -14/+31 |
| | |\ \ \ | |||||
| | | * | | | Return verbose message when refusing to authenticate | Emile Joubert | 2013-10-01 | 1 | -1/+5 |
| | | * | | | Genericise network messages | Emile Joubert | 2013-09-25 | 2 | -4/+4 |
| | | * | | | Report authentication failures by sending connection.close | Emile Joubert | 2013-09-24 | 2 | -14/+27 |
| | * | | | | Merged bug25726 into default | Emile Joubert | 2013-10-03 | 3 | -31/+41 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merged stable into default | Emile Joubert | 2013-10-01 | 2 | -12/+12 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merge stable into default | Tim Watson | 2013-10-01 | 42 | -1003/+1924 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | merge stable into default | Matthias Radestock | 2013-09-27 | 1 | -1/+1 |
| | | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | | minor refactor | Matthias Radestock | 2013-09-26 | 1 | -6/+6 |
| | * | | | | | | | inlining | Matthias Radestock | 2013-09-26 | 1 | -12/+6 |
| | * | | | | | | | Just one predicate. | Simon MacMullen | 2013-09-26 | 1 | -10/+7 |
| | * | | | | | | | Ahem2. | Simon MacMullen | 2013-09-26 | 1 | -2/+2 |
