| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed full table scan when deleting forwards routes | Ben Hood | 2008-10-06 | 1 | -11/+12 |
| * | Refactored deleting forwards bindings | Ben Hood | 2008-10-05 | 1 | -6/+8 |
| * | Makes better use out of the reverse routes when deleting | Ben Hood | 2008-10-05 | 1 | -17/+40 |
| * | Minor refactoring of the continuation | Ben Hood | 2008-10-05 | 1 | -12/+6 |
| * | Fixes for auto-delete exchanges | Ben Hood | 2008-10-05 | 1 | -27/+67 |
| * | Fix for not cleaning up durable auto_delete exchanges properly | Ben Hood | 2008-09-30 | 1 | -1/+5 |
| * | Simplications | Ben Hood | 2008-09-30 | 1 | -9/+7 |
| * | Made better use of pattern matching in mnesia:delete_object/1 | Ben Hood | 2008-09-30 | 1 | -20/+15 |
| * | Fix for auto_delete exchanges | Ben Hood | 2008-09-30 | 1 | -0/+15 |
| * | Reverse routes and durable routes now get deleted | Ben Hood | 2008-09-29 | 1 | -2/+12 |
| * | cosmetic changes and some minor refactoring | Matthias Radestock | 2008-09-28 | 3 | -106/+86 |
| * | Binned resource() type | Ben Hood | 2008-09-27 | 1 | -1/+1 |
| * | Removed e_m_t/2 | Ben Hood | 2008-09-27 | 2 | -9/+6 |
| * | rabbit_exchange:{add,delete}_binding/1 should not be exported | Ben Hood | 2008-09-27 | 1 | -1/+0 |
| * | Truncated lines in this patch to 78 | Ben Hood | 2008-09-27 | 3 | -16/+28 |
| * | Swapped position of exchange and queue in binding APIs | Ben Hood | 2008-09-27 | 3 | -6/+6 |
| * | Dialyzer fixes | Ben Hood | 2008-09-27 | 1 | -3/+3 |
| * | Make function match a bit tighter | Ben Hood | 2008-09-27 | 1 | -1/+1 |
| * | Fixed bug with fanout routing | Ben Hood | 2008-09-27 | 1 | -1/+7 |
| * | more simplifications | Matthias Radestock | 2008-09-26 | 1 | -14/+14 |
| * | some simplifications | Matthias Radestock | 2008-09-26 | 1 | -12/+8 |
| * | simplify select | Matthias Radestock | 2008-09-26 | 1 | -19/+8 |
| * | Fixed type signature | Ben Hood | 2008-09-21 | 1 | -1/+1 |
| * | Got rid of no spaces after commas | Ben Hood | 2008-09-21 | 2 | -7/+7 |
| * | Merged default into 18776 | Ben Hood | 2008-09-21 | 7 | -60/+515 |
| |\ | |||||
| | * | cosmetic | Matthias Radestock | 2008-09-11 | 1 | -7/+5 |
| | * | cosmetic | Hubert Plociniczak | 2008-09-11 | 1 | -6/+8 |
| | * | Use parse_status to correctly determine | Hubert Plociniczak | 2008-09-11 | 1 | -3/+4 |
| | * | Added status command to rabbit_mutli, init.d scripts | Hubert Plociniczak | 2008-09-11 | 1 | -0/+12 |
| | * | merge default into bug19193 | Hubert Plociniczak | 2008-09-10 | 1 | -1/+1 |
| | |\ | |||||
| | | * | merge bug19200 into default | Matthias Radestock | 2008-09-08 | 6 | -40/+469 |
| | | |\ | |||||
| | * | | | Refactoring of call_all_nodes/1 | Hubert Plociniczak | 2008-09-10 | 1 | -28/+18 |
| | * | | | Use lists:foreach instead of tail recursion | Hubert Plociniczak | 2008-09-10 | 1 | -16/+15 |
| | * | | | Continue rotate_logs command even when | Hubert Plociniczak | 2008-09-09 | 1 | -5/+4 |
| | * | | | Fixed various QA remarks. | Hubert Plociniczak | 2008-09-09 | 1 | -7/+8 |
| | * | | | Merge bug19200 into bug19193 | Hubert Plociniczak | 2008-09-05 | 5 | -74/+289 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Removed catch in append_file/2 since there | Hubert Plociniczak | 2008-09-05 | 2 | -2/+2 |
| | | * | | Added tests to cover the changes made in last commit | Hubert Plociniczak | 2008-09-04 | 1 | -3/+9 |
| | | * | | Perform standard handler installation when original | Hubert Plociniczak | 2008-09-04 | 2 | -0/+8 |
| | | * | | Moved log configuration to start/0, | Hubert Plociniczak | 2008-09-04 | 2 | -10/+19 |
| | | * | | Renamed logs_location/1 function to log_location/1. | Hubert Plociniczak | 2008-09-03 | 2 | -18/+69 |
| | | * | | Simplified the way we get logs locations, | Hubert Plociniczak | 2008-09-03 | 2 | -40/+48 |
| | | * | | Added more test cases | Hubert Plociniczak | 2008-09-02 | 1 | -6/+40 |
| | | * | | some minor tweaks | Matthias Radestock | 2008-09-02 | 1 | -25/+20 |
| | | * | | Removed unused include | Hubert Plociniczak | 2008-09-02 | 1 | -1/+0 |
| | | * | | Better naming for types | Hubert Plociniczak | 2008-09-02 | 2 | -2/+3 |
| | | * | | Refactoring of the log tests | Hubert Plociniczak | 2008-09-02 | 1 | -25/+26 |
| | | * | | Added test suite for log rotation. | Hubert Plociniczak | 2008-09-02 | 2 | -55/+141 |
| | | * | | cosmetic | Matthias Radestock | 2008-09-01 | 1 | -3/+6 |
| | | * | | cosmetic | Matthias Radestock | 2008-09-01 | 3 | -9/+13 |
