summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Glad to see I'm not the only one who's made this mistake: release and remove ...Matthew Sackman2010-06-241-5/+7
* Merging default into bug 21673Matthew Sackman2010-06-243-20/+61
|\
| * merge bug22888 into defaultMatthias Radestock2010-06-242-12/+59
| |\
| | * tweak error messageMatthias Radestock2010-06-241-2/+2
| | * get rid of channel_max checksMatthias Radestock2010-06-241-17/+3
| | * shut up compilerMatthias Radestock2010-06-241-4/+11
| | * Use ~w rather than ~p.Simon MacMullen2010-06-241-3/+3
| | * Argh.Simon MacMullen2010-06-231-1/+1
| | * I think this logic finally makes sense.Simon MacMullen2010-06-231-4/+9
| | * Reinstate channel_max check.Simon MacMullen2010-06-231-1/+4
| | * Merge default into bug 22888Simon MacMullen2010-06-231-5/+15
| | |\
| | * | Remove commented out code to enforce CHANNEL_MAX, we don't care.Simon MacMullen2010-06-231-6/+0
| | * | CosmeticsSimon MacMullen2010-06-231-11/+11
| | * | Make error messages terser.Simon MacMullen2010-06-221-2/+2
| | * | Or maybe we do want a protocol_error, but let's use a real one.Simon MacMullen2010-06-221-3/+4
| | * | Don't use protocol_error as we will not send one and mistuned does not exist ...Simon MacMullen2010-06-221-4/+3
| | * | Move frame_max handling from amqp_0_9_1 to soemthing branched from default.Simon MacMullen2010-06-222-11/+63
| * | | Merged bug21845 into defaultEmile Joubert2010-06-231-8/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Rebalance blank linesSimon MacMullen2010-06-181-1/+1
| | * | Permit basic.recover on a transactional channel.Simon MacMullen2010-06-181-8/+2
* | | | Merging headsMatthew Sackman2010-06-231-32/+27
|\ \ \ \
| * | | | cosmeticMatthias Radestock2010-06-221-16/+16
| * | | | make beta->gamma conversion part of general memory reduction schemeMatthias Radestock2010-06-221-13/+8
| * | | | cosmeticMatthias Radestock2010-06-221-29/+29
* | | | | Merging default into bug21673 so that it builds again...Matthew Sackman2010-06-233-14/+23
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merged bug22864 into defaultEmile Joubert2010-06-221-5/+15
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Move synchronous basic recover to the 0-8 broker.Simon MacMullen2010-06-171-5/+15
| * | CosmeticsSimon MacMullen2010-06-211-1/+2
| * | Make use of 0.9.1 error constantsEmile Joubert2010-06-211-7/+4
| * | correct some specs - ram durations can be 'infinity'Matthias Radestock2010-06-182-2/+3
* | | Merging headsMatthew Sackman2010-06-221-19/+20
|\ \ \
| * | | optimisation: don't call reduce_memory_use quite so oftenMatthias Radestock2010-06-221-19/+20
* | | | Improve code coverage furtherMatthew Sackman2010-06-221-0/+11
|/ / /
* | | Still at 95.5% but less overloadedMatthew Sackman2010-06-221-13/+24
* | | Remove meaningless assertionMatthew Sackman2010-06-221-1/+1
* | | Merging headsMatthew Sackman2010-06-221-18/+11
|\ \ \
| * | | refactor: simplify maybe_push_q{1,4}_to_betasMatthias Radestock2010-06-221-18/+11
* | | | Further code coverage improvements. Up to 96.52% on VQMatthew Sackman2010-06-221-5/+13
|/ / /
* | | massivly simplify variable_queue:publishMatthias Radestock2010-06-221-88/+31
* | | refactor: simplify limit_ram_indexMatthias Radestock2010-06-221-41/+28
* | | add some more variable_queue state invariant checksMatthias Radestock2010-06-221-1/+10
* | | Improving test coverage of VQMatthew Sackman2010-06-212-9/+15
* | | remove redundant conditions and assertionsMatthias Radestock2010-06-211-10/+3
* | | Apparently this is betterMatthew Sackman2010-06-211-1/+1
* | | Ensure that this macro doesn't accidentally cause unification with variables ...Matthew Sackman2010-06-211-1/+1
* | | change queue_index:read APIMatthias Radestock2010-06-213-33/+32
* | | Renumbering of variablesMatthew Sackman2010-06-211-5/+5
* | | don't unify on function results that just happen to be side-effect freeMatthias Radestock2010-06-191-2/+2
* | | cosmeticMatthias Radestock2010-06-181-4/+4
* | | a little bit of inliningMatthias Radestock2010-06-181-14/+7