| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sasl logger also appends | Alexandru Scvortov | 2011-08-12 | 3 | -12/+16 |
| | | | | | | Removed the "log file not writable" tests because rotate_logs now fixes that problem by deleting the old files. | ||||
| * | remove old log files when rotating | Alexandru Scvortov | 2011-08-12 | 3 | -8/+3 |
| | | |||||
| * | don't bother swapping out non-existing loggers | Alexandru Scvortov | 2011-08-12 | 2 | -10/+7 |
| | | | | | | | | | Error logging seems to work fine even when stopping/starting rabbit. Also, remove the tty_logger last in case we need it before. Since ensure_working_log_handlers/0 is the first executed by rabbit, we can be fairly certain we won't miss any log events. | ||||
| * | only allow the rabbit error logger to touch the files and append rather than ↵ | Alexandru Scvortov | 2011-08-11 | 3 | -12/+16 |
| | | | | | | | | | | | | | | | | | | overwrite If the standard error logger is initialised with the correct file names, the files will be overwritten. So, we no longer tell Erlang the location of the files at boot. It will automatically register an error_logger_tty_h, which we then unregister after setting up our own loggers (you can't swap a file logger for a tty logger). Still left todo: - error loggers when stopping rabbit, - windows rabbitmq-server.bat, - the other head of ensure_working_log_handlers, - it doesn't really make sense to swap out the non exitent error_logger_file_h. | ||||
| * | merge bug24322 into default | Matthias Radestock | 2011-08-08 | 1 | -6/+1 |
| |\ | |||||
| | * | closer to default | Alexandru Scvortov | 2011-08-08 | 1 | -1/+2 |
| | | | | | | | | | And don't clobber the state. | ||||
| | * | merge default into bug24322 | Alexandru Scvortov | 2011-08-08 | 6 | -15/+47 |
| | |\ | |||||
| | * | | simplify node monitoring | Alexandru Scvortov | 2011-08-08 | 1 | -21/+8 |
| | | | | |||||
| | * | | remove logging statement | Alexandru Scvortov | 2011-08-04 | 1 | -2/+1 |
| | | | | |||||
| | * | | keep track of which nodes are up and don't cleanup after the same node twice | Alexandru Scvortov | 2011-08-03 | 1 | -12/+20 |
| | | | | |||||
| * | | | merge heads | Matthias Radestock | 2011-08-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | correct spec for rabbit:stop_and_halt/0 | Matthias Radestock | 2011-08-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merging bug24319 to default | Matthew Sackman | 2011-08-08 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / | |||||
| * | | | | Upgrade all entries in a segment | Emile Joubert | 2011-08-08 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merging v2_5 branch to default | Matthew Sackman | 2011-08-08 | 52 | -1318/+3672 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merging bug24313 to default | Matthew Sackman | 2011-08-08 | 14 | -192/+180 |
| | |\ \ | |||||
| | | * | | minor simplifying refactor | Matthias Radestock | 2011-08-05 | 1 | -7/+7 |
| | | | | | |||||
| | | * | | Merge bug24315 | Simon MacMullen | 2011-08-04 | 2 | -2/+35 |
| | | |\ \ | |||||
| | | | * | | More generic. | Simon MacMullen | 2011-08-04 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | Return the value of Fun(), and make sure we always restore the group leader. | Simon MacMullen | 2011-08-04 | 1 | -2/+5 |
| | | | | | | |||||
| | | | * | | better argument formatting | Alexandru Scvortov | 2011-08-04 | 1 | -2/+6 |
| | | | | | | |||||
| | | | * | | cosmetic | Alexandru Scvortov | 2011-08-03 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | abstract out with_local_io/1 | Alexandru Scvortov | 2011-08-03 | 2 | -16/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Because it will be needed whenever a rabbitmqctl command causes the logger to print anything. | ||||
| | | | * | | refactor mask_args | Alexandru Scvortov | 2011-08-03 | 1 | -10/+8 |
| | | | | | | |||||
| | | | * | | be discrete about what you log | Alexandru Scvortov | 2011-08-02 | 1 | -2/+12 |
| | | | | | | |||||
| | | | * | | log rabbitmqctl invocations on the remote node | Alexandru Scvortov | 2011-08-02 | 1 | -1/+13 |
| | | | | | | |||||
| | | * | | | Merge bug24305 into default | Rob Harrop | 2011-08-04 | 2 | -4/+3 |
| | | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | | * | | It has been decided that masking out on write, is preferable to masking out ↵ | Matthew Sackman | 2011-07-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | on read. | ||||
| | | | * | | Wipe out slave pids whenever we start up a queue. | Matthew Sackman | 2011-07-26 | 2 | -4/+4 |
| | | | | | | |||||
| | | * | | | Merge bug23504. | Simon MacMullen | 2011-08-03 | 11 | -179/+135 |
| | | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | | * | | Cosmetic | Simon MacMullen | 2011-08-03 | 2 | -9/+7 |
| | | | | | | |||||
| | | | * | | refactoring | Alexandru Scvortov | 2011-08-02 | 3 | -24/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename internal_emit_stats to emit_stats. Add the missing export to channel. Prefer one big case statement over a function with two heads. | ||||
| | | | * | | more consistent naming | Alexandru Scvortov | 2011-08-02 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | It's called *internal*_emit_stats in the channel. | ||||
| | | | * | | just ignore the result to erlang:cancel_timer | Alexandru Scvortov | 2011-08-02 | 6 | -15/+9 |
| | | | | | | |||||
| | | | * | | convert another timer | Alexandru Scvortov | 2011-08-02 | 1 | -8/+6 |
| | | | | | | |||||
| | | | * | | convert mirror_queue_slave's sync timer | Alexandru Scvortov | 2011-08-02 | 1 | -8/+12 |
| | | | | | | |||||
| | | | * | | convert gm's flush timer | Alexandru Scvortov | 2011-08-02 | 1 | -14/+9 |
| | | | | | | |||||
| | | | * | | convert amqqueue_process's sync timer | Alexandru Scvortov | 2011-08-02 | 2 | -18/+12 |
| | | | | | | |||||
| | | | * | | some more refactoring | Alexandru Scvortov | 2011-08-02 | 6 | -13/+18 |
| | | | | | | |||||
| | | | * | | refactor | Alexandru Scvortov | 2011-08-02 | 2 | -27/+13 |
| | | | | | | |||||
| | | | * | | merge default into bug23504 | Alexandru Scvortov | 2011-08-02 | 115 | -4918/+10102 |
| | | | |\ \ | | | |/ / | | |/| | | |||||
| | | | * | | Sorry, accidentally shipped some changes to Makefile that I use for testing. | John DeTreville | 2011-02-08 | 1 | -2/+0 |
| | | | | | | |||||
| | | | * | | All tests pass. | John DeTreville | 2011-02-08 | 2 | -10/+6 |
| | | | | | | |||||
| | | | * | | Dies in rabbit_channel:handle_info with emit_stats msg. Will fix typo in the ↵ | John DeTreville | 2011-02-07 | 5 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | | morning. Also dies in com.rabbitmq.client.test.server.EffectVisibilityCrossNodeTest.testEffectVisibility test, but so does the default branch. | ||||
| | | | * | | Updated rabbit_amqqueue_process. Ready to test. | John DeTreville | 2011-02-07 | 1 | -34/+32 |
| | | | | | | |||||
| | | | * | | Updated rabbit_event and rabbit_reader. Removed accidental tabs from ↵ | John DeTreville | 2011-02-07 | 3 | -20/+11 |
| | | | | | | | | | | | | | | | | | | | | | file_handle_cache. | ||||
| | | | * | | Updated supervisor2. | John DeTreville | 2011-02-07 | 3 | -21/+16 |
| | | | | | | |||||
| | | | * | | Updated rabbit_msg_store. | John DeTreville | 2011-02-07 | 1 | -14/+16 |
| | | | | | | |||||
| | | | * | | Updated file_handle_cache.erl | John DeTreville | 2011-02-07 | 1 | -6/+6 |
| | | | | | | |||||
| | | | * | | Branched new bug23504, based on more modern default. | John DeTreville | 2011-02-07 | 0 | -0/+0 |
| | | | | | | |||||
