| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge bug19166 into default | Matthias Radestock | 2008-09-09 | 3 | -93/+111 |
| |\ | |||||
| | * | Start the RabbitMQ server after adding | Hubert Plociniczak | 2008-09-09 | 1 | -0/+1 |
| | * | Merge bug17940 into bug19166 | Hubert Plociniczak | 2008-08-12 | 7 | -150/+115 |
| | |\ | |||||
| | * | | Added required commands to the init.d script | Hubert Plociniczak | 2008-08-08 | 3 | -93/+110 |
| * | | | merge bug19144 into default | Matthias Radestock | 2008-09-09 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Updated the license to reflect the current state. | Hubert Plociniczak | 2008-09-09 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | merge bug19200 into default | Matthias Radestock | 2008-09-08 | 9 | -42/+489 |
| |\ \ \ | |||||
| | * | | | Removed catch in append_file/2 since there | Hubert Plociniczak | 2008-09-05 | 2 | -2/+2 |
| | * | | | Reverted changes that accidentally got committed | Hubert Plociniczak | 2008-09-04 | 2 | -8/+7 |
| | * | | | Added tests to cover the changes made in last commit | Hubert Plociniczak | 2008-09-04 | 3 | -10/+17 |
| | * | | | 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 | 4 | -4/+5 |
| | * | | | 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 |
| | * | | | always log an error when append fails | Matthias Radestock | 2008-09-01 | 2 | -26/+12 |
| | * | | | Use rabbit_log instead of error_logger | Hubert Plociniczak | 2008-08-29 | 2 | -6/+6 |
| | * | | | Typo | Hubert Plociniczak | 2008-08-29 | 1 | -1/+1 |
| | * | | | More info about the behaviour of rotate_logs command | Hubert Plociniczak | 2008-08-29 | 1 | -2/+5 |
| | * | | | When appending the old log file fails always try | Hubert Plociniczak | 2008-08-29 | 3 | -6/+27 |
| | * | | | Create suffix file even when the original | Hubert Plociniczak | 2008-08-28 | 1 | -3/+6 |
| | * | | | Added few missing articles | Hubert Plociniczak | 2008-08-27 | 4 | -10/+10 |
| | * | | | Fixed spec definition. Renamed name() to | Hubert Plociniczak | 2008-08-27 | 4 | -4/+4 |
| | * | | | Reverted BACKUP_EXTENSION variable. | Hubert Plociniczak | 2008-08-27 | 2 | -2/+2 |
| | * | | | Minor style changes | Hubert Plociniczak | 2008-08-27 | 2 | -13/+11 |
| | * | | | Moved append operation inside init/1 | Hubert Plociniczak | 2008-08-26 | 6 | -47/+84 |
| | * | | | Added wrappers around standard error_logger_file_h | Hubert Plociniczak | 2008-08-26 | 5 | -38/+157 |
| | * | | | Used swap_handler mechanism provided in | Hubert Plociniczak | 2008-08-19 | 4 | -46/+48 |
| | * | | | Added optional argument that specifies the suffix | Hubert Plociniczak | 2008-08-18 | 3 | -11/+54 |
| | * | | | Forgot to remove semicolon | Hubert Plociniczak | 2008-08-15 | 1 | -1/+1 |
| | * | | | Fixed qa remarks | Hubert Plociniczak | 2008-08-15 | 2 | -17/+12 |
| | * | | | Added reopen_logs command to man pages | Hubert Plociniczak | 2008-08-14 | 1 | -0/+5 |
| | * | | | Merge default into bug19200 | Hubert Plociniczak | 2008-08-14 | 25 | -974/+390 |
| | |\ \ \ | |||||
| | * | | | | Added reopen_logs command to rabbit_control | Hubert Plociniczak | 2008-08-14 | 2 | -1/+31 |
| * | | | | | Removed dot | Hubert Plociniczak | 2008-09-04 | 1 | -1/+1 |
| * | | | | | Only debian/rules file needs to have exec permission | Hubert Plociniczak | 2008-09-04 | 1 | -1/+1 |
| * | | | | | tabs -> spaces | Matthias Radestock | 2008-08-29 | 2 | -2/+2 |
| * | | | | | merge bug17070 into default | Matthias Radestock | 2008-08-26 | 1 | -7/+27 |
| |\ \ \ \ \ | |||||
| | * | | | | | support default empty AMQP tables | Matthias Radestock | 2008-08-26 | 1 | -1/+10 |
| | * | | | | | fixed bug in emitting erlang binary string | Karol Skocik | 2008-08-26 | 1 | -1/+1 |
| | * | | | | | added mapping which decides how to convert Python value to Erlang default value | Karol Skocik | 2008-08-08 | 1 | -1/+9 |
| | * | | | | | Migrate branch bug17070 | Tony Garnock-Jones | 2008-07-03 | 1 | -7/+10 |
| * | | | | | | merge bug19089 into default | Matthias Radestock | 2008-08-14 | 6 | -7/+7 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
