summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cosmeticMatthias Radestock2010-08-061-1/+2
* Merging bug 23027 onto defaultMatthew Sackman2010-08-054-239/+114
|\
| * Minor improvementMatthew Sackman2010-08-051-1/+1
| * merge default into bug23027Matthias Radestock2010-08-0511-127/+236
| |\
| * | correct horrendous coding mistakeMatthew Sackman2010-08-031-1/+1
| * | Merging default into bug 23027Matthew Sackman2010-08-0314-105/+637
| |\ \
| * | | remove dead codeMatthias Radestock2010-08-021-123/+0
| * | | update reader state docsMatthias Radestock2010-08-021-0/+11
| * | | don't overload meaning of 'callback'Matthias Radestock2010-08-021-7/+9
| * | | fold the memory conservation status into the connection stateMatthias Radestock2010-08-021-24/+33
| * | | only stop reading from clients that publish while memory is tightMatthias Radestock2010-08-021-8/+14
| * | | pause/resume heartbeat monitor as requiredMatthias Radestock2010-08-022-11/+43
| * | | remove unused typeMatthias Radestock2010-08-021-1/+0
| * | | merge headsMatthias Radestock2010-08-021-56/+60
| |\ \ \
| * | | | react to memory pressure by pausing socket receiveMatthias Radestock2010-08-022-89/+30
* | | | | nicer error messagesMatthias Radestock2010-08-052-5/+4
| |_|_|/ |/| | |
* | | | Merge bug20078 (don't fail commits when queues go missing)Michael Bridgen2010-08-051-6/+2
|\ \ \ \
| * | | | don't barf on tx.commit when some queues have been deletedMatthias Radestock2010-08-051-6/+2
* | | | | Merge bug23077 into default.Simon MacMullen2010-08-052-2/+7
|\ \ \ \ \
| * | | | | hide rabbit_event initialisation detailsMatthias Radestock2010-08-042-1/+6
| * | | | | better description for rabbit_eventMatthias Radestock2010-08-041-1/+1
| |/ / / /
* | | | | Merge bug23060 into default.Simon MacMullen2010-08-051-8/+9
|\ \ \ \ \
| * | | | | synchronously delete exclusive queues on server-initiated closeMatthias Radestock2010-08-041-8/+9
* | | | | | cosmeticMatthias Radestock2010-08-054-6/+6
| |/ / / / |/| | | |
* | | | | more useful commentMatthias Radestock2010-08-041-1/+2
* | | | | Use now() instead of os:timestamp() for compatibility. now() uses a per-node ...Simon MacMullen2010-08-041-1/+2
* | | | | Cosmetics.Simon MacMullen2010-08-041-3/+3
* | | | | Merge headsSimon MacMullen2010-08-041-1/+1
|\ \ \ \ \
| * | | | | CosmeticsSimon MacMullen2010-08-041-1/+1
* | | | | | fixed broken function calls; tests passAlexandru Scvortov2010-08-041-4/+4
|/ / / / /
* | | | | merged default into bug22964Alexandru Scvortov2010-08-048-51/+41
|\ \ \ \ \ | |/ / / /
| * | | | make queue collector shutdown asynchronousMatthias Radestock2010-08-032-8/+6
| | |_|/ | |/| |
| * | | Correct specs of post functions from exchanges. none() is the empty set. No v...Matthew Sackman2010-08-031-2/+2
| * | | Correct missing _ prefixMatthew Sackman2010-08-031-1/+1
| * | | Merging bug 23048 onto defaultMatthew Sackman2010-08-036-43/+35
| |\ \ \
| | * | | updated specsAlexandru Scvortov2010-08-035-32/+26
| | * | | rabbit_exchange:type_to_module/1 no longer throws protocol errorsAlexandru Scvortov2010-08-032-9/+9
| |/ / /
* | | | merged default into bug22964Alexandru Scvortov2010-08-0413-96/+629
|\ \ \ \ | |/ / /
| * | | Provide a better protocol() typeMatthew Sackman2010-08-031-1/+1
| * | | Merging bug 21387 onto defaultMatthew Sackman2010-08-029-59/+559
| |\ \ \
| | * | | Corrections to specs and export suitable event specsMatthew Sackman2010-08-021-4/+21
| | * | | Attempt to improve specs.Simon MacMullen2010-08-021-6/+16
| | * | | Merge default into bug21387.Simon MacMullen2010-08-0218-364/+578
| | |\ \ \
| | * | | | Re-abstract the stats timer thing in reader.Simon MacMullen2010-07-302-13/+27
| | * | | | 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
| | * | | | Revert reader changes in 1451c9523971 sicne they force us to start / stop a t...Simon MacMullen2010-07-291-19/+14
| | * | | | Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe...Simon MacMullen2010-07-294-40/+36
| | * | | | Refactor: abstract some things into rabbit_event.Simon MacMullen2010-07-295-68/+91
| | * | | | Construct channel creation event as a comprehension.Simon MacMullen2010-07-291-29/+28