summaryrefslogtreecommitdiff
path: root/src/rabbit_trace.erl
Commit message (Expand)AuthorAgeFilesLines
* These are binariesbug26169Simon MacMullen2014-06-241-2/+2
* Cosmetic.Simon MacMullen2014-06-201-10/+11
* Include channel into trace messagesMichael Klishin2014-06-191-7/+11
* Include connection name into trace message headersMichael Klishin2014-06-171-7/+11
* Include username into trace message headersMichael Klishin2014-06-171-9/+13
* Include vhost into trace message headersMichael Klishin2014-06-171-4/+7
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Quick-and-dirty version of pipelined mandatory publishingSimon MacMullen2014-01-211-3/+3
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | optimise rabbit_trace:tap_{in,out} common casesMatthias Radestock2012-12-281-10/+9
* | refactor: shorter/better names for rabbit_trace functionsMatthias Radestock2012-12-281-10/+8
|/
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* log various ctl actionsAlexandru Scvortov2011-09-061-0/+2
* Various smaller QA things.Simon MacMullen2011-08-081-1/+1
* Add a "tracing" column to the list_vhosts command. A bigger change than expec...bug24129Simon MacMullen2011-05-231-3/+7
* Fix dumb mistake.Simon MacMullen2011-05-231-1/+1
* --Simon MacMullen2011-05-201-2/+2
* Switch to hard coding the exchange name.Simon MacMullen2011-05-201-17/+16
* Fold publish and republish together.Simon MacMullen2011-05-201-2/+2
* Optimise looking up trace exchange and message construction.Simon MacMullen2011-05-201-16/+16
* Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app.Simon MacMullen2011-05-201-7/+27
* some more inliningbug24118Matthias Radestock2011-05-191-21/+18
* cosmeticMatthias Radestock2011-05-191-17/+17
* fix error handling and construct xname on init rather than every messageMatthias Radestock2011-05-191-14/+16
* inliningMatthias Radestock2011-05-191-32/+25
* sometimes clarity trumps performanceMatthias Radestock2011-05-191-9/+4
* funs are too expensive here. Ouch.Simon MacMullen2011-05-191-14/+13
* Further refactoringSimon MacMullen2011-05-191-18/+15
* Refactor.Simon MacMullen2011-05-191-23/+22
* Refactor a bit and push more work "below" checking the state. This reduces th...Simon MacMullen2011-05-191-17/+22
* Only check the application environment when a channel starts up.Simon MacMullen2011-05-181-10/+19
* Indentationbug20589Emile Joubert2011-05-101-3/+3
* trace_exchange -> trace_exchangesSimon MacMullen2011-05-051-9/+13
* Simplify tap_trace_in/out, don't make msg_to_table return a tuple, refactor, ...Simon MacMullen2011-04-141-41/+33
* Cosmetic.Simon MacMullen2011-04-121-4/+3
* Remove user and consumer tag.Simon MacMullen2011-04-121-22/+11
* Be more specific about what we catch.Simon MacMullen2011-04-121-7/+9
* Cosmetic.Simon MacMullen2011-04-111-5/+3
* Get rid of that "Bin" suffix, it was inconsistent and strings are generally b...Simon MacMullen2011-04-111-20/+20
* Cosmetic.Simon MacMullen2011-04-111-4/+2
* Less magic.Simon MacMullen2011-04-111-4/+4
* Add user to trace messages.Simon MacMullen2011-04-111-11/+17
* Convert properties to table in a slightly smarter way. Also refer to the resu...Simon MacMullen2011-04-111-32/+19
* Remove delivery tag.Simon MacMullen2011-04-111-7/+3
* Specs.Simon MacMullen2011-04-081-1/+5
* Keys not key.Simon MacMullen2011-04-081-1/+1
* Tracing has very little to do with rabbit_log, let's make it its own module.Simon MacMullen2011-04-071-0/+126