summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | merge bug17070 into defaultMatthias Radestock2008-08-2636-1014/+443
| | | |\ \
| | | | * \ merge bug19089 into defaultMatthias Radestock2008-08-1428-999/+407
| | | | |\ \
| | | | * | | SCRIPT_HOME variable in windows points to thebug19089Hubert Plociniczak2008-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | directory of the rabbitmq-multi.bat script
| | | | * | | Use %~dp0 to find the ebin directory under windowsHubert Plociniczak2008-07-293-3/+3
| | | | | | |
| | | | * | | Use dirname $0 consistently to find the ebin dir.Tony Garnock-Jones2008-07-293-3/+3
| | | | | | |
| | | * | | | support default empty AMQP tablesbug17070Matthias Radestock2008-08-261-1/+10
| | | | | | |
| | | * | | | fixed bug in emitting erlang binary stringKarol Skocik2008-08-261-1/+1
| | | | | | |
| | | * | | | added mapping which decides how to convert Python value to Erlang default valueKarol Skocik2008-08-081-1/+9
| | | | | | |
| | | * | | | Migrate branch bug17070Tony Garnock-Jones2008-07-031-7/+10
| | | | | | |
| * | | | | | Refactoring of call_all_nodes/1Hubert Plociniczak2008-09-101-28/+18
| | | | | | |
| * | | | | | Use lists:foreach instead of tail recursionHubert Plociniczak2008-09-102-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 whenHubert Plociniczak2008-09-091-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the command on specific node returns an error. Display the error message in that case only.
| * | | | | | Fixed various QA remarks.Hubert Plociniczak2008-09-094-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.dHubert Plociniczak2008-09-091-1/+1
| | | | | | |
| * | | | | | Renamed startup.log, .err to startup_log, _errHubert Plociniczak2008-09-092-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 bug19193Hubert Plociniczak2008-09-0513-104/+204
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Logrotate script calls init.d script insteadHubert Plociniczak2008-08-274-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of calling rabbitmq-multi directly
| | * | | | | Update man pages with rotate_logs_all commandHubert Plociniczak2008-08-271-0/+3
| | | | | | |
| | * | | | | Added rotate_logs_all command to rabbitmq_multi.Hubert Plociniczak2008-08-273-15/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logrotate uses this command to correctly swap handlers on all nodes.
| | * | | | | Merged bug19200 into bug19193Hubert Plociniczak2008-08-276-65/+219
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge bug19200 into bug19193Hubert Plociniczak2008-08-199-95/+145
| | |\ \ \ \ \ \
| | | * | | | | | Use postrotate script to reopen logs andHubert Plociniczak2008-08-143-28/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sharedscripts option in logrotate. Removed .bak mechanism from linux/unix distros.
| | | * | | | | | Merge bug19200 into bug19193Hubert Plociniczak2008-08-1422-986/+146
| | | |\ \ \ \ \ \
| | | * | | | | | | Added logrotate script to debian and rpm packagesHubert Plociniczak2008-08-137-3/+48
| | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Merge bug17940 into bug19166Hubert Plociniczak2008-08-127-150/+115
| | | |\ \ \ \ \ \
| | | * | | | | | | Added required commands to the init.d scriptHubert Plociniczak2008-08-083-93/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for rpm packages. Fixed various things in the spec file for rpm and made it more consistent with approved packaging guidelines.
| * | | | | | | | | Removed catch in append_file/2 since therebug19200Hubert Plociniczak2008-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is nothing to catch.
| * | | | | | | | | Reverted changes that accidentally got committedHubert Plociniczak2008-09-042-8/+7
| | | | | | | | | |
| * | | | | | | | | Added tests to cover the changes made in last commitHubert Plociniczak2008-09-043-10/+17
| | | | | | | | | |
| * | | | | | | | | Perform standard handler installation when originalHubert Plociniczak2008-09-042-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handler was not installed correcly or terminated with an error.
| * | | | | | | | | Moved log configuration to start/0,Hubert Plociniczak2008-09-042-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throw more informative errors
| * | | | | | | | | Renamed logs_location/1 function to log_location/1.Hubert Plociniczak2008-09-032-18/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added more test cases to cover problems with logging during startup.
| * | | | | | | | | Simplified the way we get logs locations,Hubert Plociniczak2008-09-032-40/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper checking for the right handlers. Added test case for log rotation when logging is turned off.
| * | | | | | | | | Added more test casesHubert Plociniczak2008-09-021-6/+40
| | | | | | | | | |
| * | | | | | | | | some minor tweaksMatthias Radestock2008-09-021-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 includeHubert Plociniczak2008-09-021-1/+0
| | | | | | | | | |
| * | | | | | | | | Better naming for typesHubert Plociniczak2008-09-024-4/+5
| | | | | | | | | |
| * | | | | | | | | Refactoring of the log testsHubert Plociniczak2008-09-021-25/+26
| | | | | | | | | |
| * | | | | | | | | Added test suite for log rotation.Hubert Plociniczak2008-09-022-55/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialise log rotation in its own phase.
| * | | | | | | | | cosmeticMatthias Radestock2008-09-011-3/+6
| | | | | | | | | |
| * | | | | | | | | cosmeticMatthias Radestock2008-09-013-9/+13
| | | | | | | | | |
| * | | | | | | | | always log an error when append failsMatthias Radestock2008-09-012-26/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and don't log the error to the console
| * | | | | | | | | Use rabbit_log instead of error_loggerHubert Plociniczak2008-08-292-6/+6
| | | | | | | | | |
| * | | | | | | | | TypoHubert Plociniczak2008-08-291-1/+1
| | | | | | | | | |
| * | | | | | | | | More info about the behaviour of rotate_logs commandHubert Plociniczak2008-08-291-2/+5
| | | | | | | | | |
| * | | | | | | | | When appending the old log file fails always tryHubert Plociniczak2008-08-293-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to create the handler. This can happen when the file we append to is not writable. Fixed missing case clause.
| * | | | | | | | | Create suffix file even when the originalHubert Plociniczak2008-08-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one is empty or doesn't exist.
| * | | | | | | | | Added few missing articlesHubert Plociniczak2008-08-274-10/+10
| | | | | | | | | |
| * | | | | | | | | Fixed spec definition. Renamed name() toHubert Plociniczak2008-08-274-4/+4
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binary_name() because of the conflict with definition in kernel/include/file.hrl
| * | | | | | | | Reverted BACKUP_EXTENSION variable.Hubert Plociniczak2008-08-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change belongs to bug 19193