summaryrefslogtreecommitdiff
path: root/src/rabbit_event.erl
Commit message (Expand)AuthorAgeFilesLines
* Oops, we do need sync_notify - reinstate it.Simon MacMullen2014-06-051-4/+17
* Remove sync_notify, it doesn't seem to be needed.Simon MacMullen2014-06-051-20/+4
* Cosmetic (consistency)Tim Watson2014-04-101-4/+4
* Fix management extension enable/disable handlingTim Watson2014-04-081-4/+20
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* And after running dialyzer...bug24738Simon MacMullen2014-02-101-1/+1
* Include a reference in forced event refreshes.Simon MacMullen2014-02-101-2/+7
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | Use os:timestamp/0Simon MacMullen2013-05-301-3/+1
|/
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | cosmeticMatthias Radestock2013-01-161-4/+2
* | remove superfluous conditionMatthias Radestock2013-01-161-2/+2
* | ...and do the same thing here.bug25393Simon MacMullen2013-01-161-2/+4
|/
* only trigger stats emission from writers in the serverbug23225Matthias Radestock2012-11-021-3/+7
* cosmeticMatthias Radestock2012-04-271-3/+3
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* make the rabbit_event API more pleasant to use and less costlybug24461Matthias Radestock2011-10-011-53/+58
* just ignore the result to erlang:cancel_timerAlexandru Scvortov2011-08-021-1/+1
* some more refactoringAlexandru Scvortov2011-08-021-1/+1
* merge default into bug23504Alexandru Scvortov2011-08-021-16/+12
|\
| * Make the stats interval configurable.bug24162Simon MacMullen2011-06-091-5/+7
| * cosmeticMatthias Radestock2011-03-041-1/+1
| * Remove redundant try/catch from event notifierbug23076Emile Joubert2011-02-041-12/+5
* | Dies in rabbit_channel:handle_info with emit_stats msg. Will fix typo in the ...John DeTreville2011-02-071-1/+1
* | Updated rabbit_event and rabbit_reader. Removed accidental tabs from file_han...John DeTreville2011-02-071-9/+8
|/
* 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