| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | branch off for effect-less alarm handling | Matthias Radestock | 2008-10-16 | 1 | -2/+15 |
| | | | | | so we can later experiment with different effects | ||||
| * | beginnings of reacting to low memory conditions | Matthias Radestock | 2008-10-04 | 4 | -2/+89 |
| | | | | | configure memsup and hook in our own alarm handler | ||||
| * | merge bug18784 | Matthias Radestock | 2008-10-01 | 2 | -3/+11 |
| |\ | |||||
| | * | Migrate branch bug18784 | Tony Garnock-Jones | 2008-07-03 | 2 | -3/+11 |
| | | | |||||
| * | | Merged 19455 into default | Ben Hood | 2008-09-28 | 2 | -2/+6 |
| |\ \ | |||||
| | * | | disable Nagle | Matthias Radestock | 2008-09-28 | 2 | -2/+6 |
| |/ / | |||||
| * | | merge bug19164 into default | Matthias Radestock | 2008-09-11 | 4 | -81/+142 |
| |\ \ | |||||
| | * | | 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 |
| | | | | | | | | | | | | | the status of the node. No need to print node's apps. | ||||
| | * | | Added status command to rabbit_mutli, init.d scripts | Hubert Plociniczak | 2008-09-11 | 4 | -81/+141 |
| |/ / | | | | | | | | | | | | | | | | | now use that command. Used status command in init.d scripts to check if the server is running before stopping it. Fixed various indentation problems in init.d scripts. Synchronized the init.d in Debian and RPM to behave in a similar way. | ||||
| * | | merge bug19193 into default | Matthias Radestock | 2008-09-10 | 13 | -38/+109 |
| |\ \ | |||||
| | * \ | merge default into bug19193 | Hubert Plociniczak | 2008-09-10 | 12 | -20/+41 |
| | |\ \ | |/ / |/| | | |||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | it to chkconfig. | ||||
| * | | | | 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 |
| |/ / / / | | | | | | | | | | | | | | | | | Debian packaging has the same license as the broker itself. | ||||
| * | | | | merge bug19200 into default | Matthias Radestock | 2008-09-08 | 9 | -42/+489 |
| |\ \ \ \ | |||||
| * | | | | | 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 |
| |\ \ \ \ \ | |||||
| | * | | | | | SCRIPT_HOME variable in windows points to the | Hubert Plociniczak | 2008-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | directory of the rabbitmq-multi.bat script | ||||
| | * | | | | | Use %~dp0 to find the ebin directory under windows | Hubert Plociniczak | 2008-07-29 | 3 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | Use dirname $0 consistently to find the ebin dir. | Tony Garnock-Jones | 2008-07-29 | 3 | -3/+3 |
| | | | | | | | |||||
| | | | | | * | 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 | 2 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in rotate_logs command. Updated usage function() Reverted change in rabbitmq-server.spec that didn't belong to this bug. | ||||
| | | | | | * | Continue rotate_logs command even when | Hubert Plociniczak | 2008-09-09 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the command on specific node returns an error. Display the error message in that case only. | ||||
| | | | | | * | Fixed various QA remarks. | Hubert Plociniczak | 2008-09-09 | 4 | -13/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed rotate_logs_all to rotate_logs. logrotate will fail silently to logrotate if calling rotate_logs on any of the logs failed. | ||||
| | | | | | * | Return value of the RETVAL variable in init.d | Hubert Plociniczak | 2008-09-09 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | | * | Renamed startup.log, .err to startup_log, _err | Hubert Plociniczak | 2008-09-09 | 2 | -12/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid logrotation problems. This also removes the problem when the node is called startup. Same situation for shutdown logs. | ||||
| | | | | | * | Merge bug19200 into bug19193 | Hubert Plociniczak | 2008-09-05 | 8 | -81/+299 |
| | | | | | |\ | | | | |_|/ | | | |/| | | |||||
| | | | * | | | Removed catch in append_file/2 since there | Hubert Plociniczak | 2008-09-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | is nothing to catch. | ||||
| | | | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handler was not installed correcly or terminated with an error. | ||||
| | | | * | | | Moved log configuration to start/0, | Hubert Plociniczak | 2008-09-04 | 2 | -10/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | throw more informative errors | ||||
| | | | * | | | Renamed logs_location/1 function to log_location/1. | Hubert Plociniczak | 2008-09-03 | 2 | -18/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added more test cases to cover problems with logging during startup. | ||||
| | | | * | | | Simplified the way we get logs locations, | Hubert Plociniczak | 2008-09-03 | 2 | -40/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper checking for the right handlers. Added test case for log rotation when logging is turned off. | ||||
| | | | * | | | Added more test cases | Hubert Plociniczak | 2008-09-02 | 1 | -6/+40 |
| | | | | | | | |||||
| | | | * | | | some minor tweaks | Matthias Radestock | 2008-09-02 | 1 | -25/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - list comprehension instead of lists:map - make clean_logs check the return of file:delete, and return ok itself - rename non_writable_files to make_files_nonwritable for clarity | ||||
| | | | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Initialise log rotation in its own phase. | ||||
