summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename and move things a bitSimon MacMullen2011-05-231-15/+14
* Abstract the typesSimon MacMullen2011-05-231-6/+7
* Don't display it as binary.Simon MacMullen2011-05-231-4/+4
* Actually use the exchange we have. Not very scientifically measured, but this...Simon MacMullen2011-05-231-4/+4
* 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-204-28/+49
* Fold publish and republish together.Simon MacMullen2011-05-202-45/+40
* Optimise looking up trace exchange and message construction.Simon MacMullen2011-05-202-19/+43
* Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app.Simon MacMullen2011-05-203-39/+35
* merge bug24118 into defaultMatthias Radestock2011-05-204-41/+45
|\
| * merge bug24117 into defaultMatthias Radestock2011-05-194-30/+32
| |\
| | * BQ:idle_timeout => BQ:timeoutMatthew Sackman2011-05-194-11/+11
| | * whitespaceMatthew Sackman2011-05-181-1/+0
| | * Well it's no shorter, but it closer matches the originalMatthew Sackman2011-05-181-14/+14
| | * BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> (fals...Matthew Sackman2011-05-184-25/+28
| * | simplifyMatthias Radestock2011-05-191-21/+14
| * | And now, after testing it, actually make it work by correcting one of the cou...Matthew Sackman2011-05-181-10/+15
| * | Do not read the msg surviving dropwhile1Matthew Sackman2011-05-181-8/+12
| |/
* | some more inliningMatthias 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-192-21/+17
* | Refactor.Simon MacMullen2011-05-191-23/+22
* | Slightly tighter specs, tidy imports.Simon MacMullen2011-05-192-4/+5
* | Fold refresh_config in with (un)set_env, abstract into rabbit.Simon MacMullen2011-05-192-7/+19
* | RenameSimon MacMullen2011-05-191-2/+2
* | rabbitmqctl refresh_channel_configSimon MacMullen2011-05-192-1/+14
* | 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-182-21/+34
|/
* merge bug24004 into defaultMatthias Radestock2011-05-1721-223/+431
|\
| * merge bug23939 into defaultMatthias Radestock2011-05-1610-127/+277
| |\
| | * Merging bug23899 to defaultMatthew Sackman2011-05-122-23/+10
| | |\
| | | * I cannot BELIEVE that anyone was so UNPROFFESSIONNAL as to OMIT these TYPES.Simon MacMullen2011-05-031-2/+2
| | | * Remove dead code.Simon MacMullen2011-05-031-14/+1
| | | * Separate out different types for network and direct connections, don't check ...Simon MacMullen2011-05-031-8/+8
| | * | Fix racy bug in tests as reported by Simon. Bug created in bug24037 I suspectMatthew Sackman2011-05-101-1/+1
| | * | Merging bug23559 to defaultMatthew Sackman2011-05-102-94/+129
| | |\ \
| | | * | track buffer size explicitly, resulting in a small performance improvementMatthias Radestock2011-05-101-20/+22
| | | * | refactor: extract commonality between tcp and ssl recvMatthias Radestock2011-05-101-13/+9
| | | * | optimise common case that buf contains a single binaryMatthias Radestock2011-04-261-2/+5
| | | * | make ssl workMatthias Radestock2011-04-072-75/+93
| | | * | get heartbeat monitor to pause when it shouldMatthias Radestock2011-04-071-2/+2
| | | * | tweakMatthias Radestock2011-04-071-1/+1
| | | * | merge default into bug23559Matthias Radestock2011-04-0696-6708/+9083
| | | |\ \
| | | * | | experiment with uing {active,once} instead of prim_inet:async_recvMatthias Radestock2010-11-302-23/+39
| | * | | | Merge bug20589 into defaultEmile Joubert2011-05-103-0/+122
| | |\ \ \ \