Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the stats interval configurable.bug24162 | Simon MacMullen | 2011-06-09 | 1 | -5/+7 |
| | |||||
* | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Remove redundant try/catch from event notifierbug23076 | Emile Joubert | 2011-02-04 | 1 | -12/+5 |
| | |||||
* | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
| | |||||
* | cosmetics and minor factorings | Matthew Sackman | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | Changed exchange callback API for transactions | Emile Joubert | 2010-12-23 | 1 | -7/+4 |
| | |||||
* | Introduce some abstraction, reducing duplicate calls | Emile Joubert | 2010-11-29 | 1 | -1/+8 |
| | |||||
* | Merging heads | Matthew Sackman | 2010-09-21 | 1 | -3/+3 |
|\ | |||||
| * | Only emit stats on shutdown if they're enabled... | Simon MacMullen | 2010-09-20 | 1 | -3/+3 |
| | | |||||
* | | cosmetics | Matthew Sackman | 2010-09-20 | 1 | -1/+0 |
|/ | |||||
* | Stop stats timer on hibernate. | Simon MacMullen | 2010-09-14 | 1 | -1/+11 |
| | |||||
* | Doc. | Simon MacMullen | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Don't forget about stats timer before hibernating; it may fire after ↵ | Simon MacMullen | 2010-09-14 | 1 | -1/+0 |
| | | | | hibernating. | ||||
* | Rename function. | Simon MacMullen | 2010-09-14 | 1 | -4/+4 |
| | |||||
* | * Use one-shot timers | Simon MacMullen | 2010-09-14 | 1 | -31/+40 |
| | | | | | * Ensure we always send a stats event straight after creation and before hibernation * Tidy the API a bit. | ||||
* | use consistent return types for start/start_link functionsbug23120 | Matthias Radestock | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | hide rabbit_event initialisation detailsbug23077 | Matthias Radestock | 2010-08-04 | 1 | -0/+5 |
| | |||||
* | more useful comment | Matthias Radestock | 2010-08-04 | 1 | -1/+2 |
| | |||||
* | Use now() instead of os:timestamp() for compatibility. now() uses a per-node ↵bug23071 | Simon MacMullen | 2010-08-04 | 1 | -1/+2 |
| | | | | lock, which is not great, but this is only invoked on lifecycle events, plus every few seconds per queue / channel / connection when the stats level is > none. | ||||
* | Merging bug 21387 onto default | Matthew Sackman | 2010-08-02 | 1 | -2/+1 |
| | |||||
* | Corrections to specs and export suitable event specsbug21387 | Matthew Sackman | 2010-08-02 | 1 | -4/+21 |
| | |||||
* | Attempt to improve specs. | Simon MacMullen | 2010-08-02 | 1 | -6/+16 |
| | |||||
* | Re-abstract the stats timer thing in reader. | Simon MacMullen | 2010-07-30 | 1 | -0/+15 |
| | |||||
* | Add an attempt at specs. The second part of the state type should not be an ↵ | Simon MacMullen | 2010-07-29 | 1 | -0/+8 |
| | | | | atom but a timer; however I can't find that easily. | ||||
* | Fix warning. | Simon MacMullen | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping ↵ | Simon MacMullen | 2010-07-29 | 1 | -1/+0 |
| | | | | when timer does not exist. | ||||
* | Refactor: abstract some things into rabbit_event. | Simon MacMullen | 2010-07-29 | 1 | -0/+33 |
| | |||||
* | Allow the complete test suite to run. | Simon MacMullen | 2010-07-22 | 1 | -3/+10 |
| | |||||
* | Switch to using proplists rather than records for events. | Simon MacMullen | 2010-07-19 | 1 | -3/+7 |
| | |||||
* | That's not needed. | Simon MacMullen | 2010-07-19 | 1 | -2/+0 |
| | |||||
* | Get queues to emit events for statistics. | Simon MacMullen | 2010-07-16 | 1 | -0/+41 |