summaryrefslogtreecommitdiff
path: root/src/rabbit_event.erl
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant try/catch from event notifierbug23076Emile Joubert2011-02-041-12/+5
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* cosmetics and minor factoringsMatthew Sackman2011-01-111-2/+2
* Changed exchange callback API for transactionsEmile Joubert2010-12-231-7/+4
* Introduce some abstraction, reducing duplicate callsEmile Joubert2010-11-291-1/+8
* Merging headsMatthew Sackman2010-09-211-3/+3
|\
| * Only emit stats on shutdown if they're enabled...Simon MacMullen2010-09-201-3/+3
* | cosmeticsMatthew Sackman2010-09-201-1/+0
|/
* Stop stats timer on hibernate.Simon MacMullen2010-09-141-1/+11
* Doc.Simon MacMullen2010-09-141-1/+1
* Don't forget about stats timer before hibernating; it may fire after hibernat...Simon MacMullen2010-09-141-1/+0
* Rename function.Simon MacMullen2010-09-141-4/+4
* * Use one-shot timersSimon MacMullen2010-09-141-31/+40
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
* hide rabbit_event initialisation detailsbug23077Matthias Radestock2010-08-041-0/+5
* more useful commentMatthias Radestock2010-08-041-1/+2
* Use now() instead of os:timestamp() for compatibility. now() uses a per-node ...bug23071Simon MacMullen2010-08-041-1/+2
* Merging bug 21387 onto defaultMatthew Sackman2010-08-021-2/+1
* Corrections to specs and export suitable event specsbug21387Matthew Sackman2010-08-021-4/+21
* Attempt to improve specs.Simon MacMullen2010-08-021-6/+16
* Re-abstract the stats timer thing in reader.Simon MacMullen2010-07-301-0/+15
* Add an attempt at specs. The second part of the state type should not be an a...Simon MacMullen2010-07-291-0/+8
* Fix warning.Simon MacMullen2010-07-291-1/+1
* Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe...Simon MacMullen2010-07-291-1/+0
* Refactor: abstract some things into rabbit_event.Simon MacMullen2010-07-291-0/+33
* Allow the complete test suite to run.Simon MacMullen2010-07-221-3/+10
* Switch to using proplists rather than records for events.Simon MacMullen2010-07-191-3/+7
* That's not needed.Simon MacMullen2010-07-191-2/+0
* Get queues to emit events for statistics.Simon MacMullen2010-07-161-0/+41