summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Simplify: less state, less records, more pattern matching.Simon MacMullen2013-11-151-47/+33
* Store timestamps as integers.Simon MacMullen2013-11-151-11/+11
* Missed one + cosmetic.Simon MacMullen2013-11-151-10/+10
* CU for "Consumer Utilisation" not CB for "Consumer Bound".Simon MacMullen2013-11-151-15/+15
* Maintain an exponential moving average of the utilisation.Simon MacMullen2013-11-151-30/+43
* Experiment with the idea of "consumer utilisation". Still far too lumpy.Simon MacMullen2013-11-141-18/+57
* consumer_bound info item.Simon MacMullen2013-11-141-9/+14
* stable to defaultSimon MacMullen2013-11-126-11/+62
|\
| * Use xmerl rather than maintain our own UTF-8 validator.Simon MacMullen2013-11-121-30/+7
| * Validate utf-8-ness on the way into rabbitmqctl too.Simon MacMullen2013-11-041-1/+8
| * Derp / cosmetic.Simon MacMullen2013-11-041-5/+2
| * Check UTF-8-ness of shortstrs in non-content-bearing methods. Note that we us...Simon MacMullen2013-11-041-0/+44
| * Merged stable into defaultEmile Joubert2013-11-014-10/+36
| |\
| | * Merged stable into defaultEmile Joubert2013-11-011-16/+25
| | |\
| | * \ stable to defaultSimon MacMullen2013-11-011-5/+1
| | |\ \
| | * \ \ Merged stable into defaultEmile Joubert2013-10-314-16/+44
| | |\ \ \
| | * | | | Rename + cosmetic.Simon MacMullen2013-10-311-5/+3
| | * | | | SimplifySimon MacMullen2013-10-311-9/+8
| | * | | | stable to defaultSimon MacMullen2013-10-314-10/+39
| | |\ \ \ \
| | | * | | | Better error message.Simon MacMullen2013-10-311-3/+4
| | | * | | | Don't allow deletion of "amq.rabbitmq.*".Simon MacMullen2013-10-301-0/+8
| | | * | | | Make log and trace exchanges internal.Simon MacMullen2013-10-303-10/+30
* | | | | | | Remove 'evil' receive block.Simon MacMullen2013-11-111-14/+18
* | | | | | | Cope with clients dying.Simon MacMullen2013-11-082-16/+47
|/ / / / / /
* | | | | | Merged bug25849 into stablerabbitmq_v3_2_1Emile Joubert2013-11-011-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | sp.Emile Joubert2013-11-011-1/+1
| * | | | | We can get down_from_gm twice in a row, don't blow up if we do.Simon MacMullen2013-10-281-0/+5
* | | | | | Merged bug25618 into stableEmile Joubert2013-11-011-16/+25
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove use of gm:leave/1: it does almost nothing, master does not invoke it, ...Simon MacMullen2013-10-291-7/+2
| * | | | | Attempt to clean up actions when terminating a slave. Slave termination now n...Simon MacMullen2013-10-291-15/+29
* | | | | | That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2.Simon MacMullen2013-11-011-5/+1
| |_|_|_|/ |/| | | |
* | | | | Merged bug25846 into stableEmile Joubert2013-10-314-11/+14
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Non-Windows 32 bit platforms tend to only give you 2GB address space per proc...Simon MacMullen2013-10-301-2/+2
| | |/ | |/|
| * | Merged bug25838 into stableEmile Joubert2013-10-282-8/+11
| |\ \
| | * | Eliminate use of gen_server:call/2.Simon MacMullen2013-10-242-8/+11
| * | | Merged bug25826 into stableEmile Joubert2013-10-2846-1167/+2182
| |\ \ \ | | |/ /
| * | | Sync before rename, since the rename is not affected by the sync and doing it...Simon MacMullen2013-10-211-1/+1
* | | | Table locking -> O(n)Simon MacMullen2013-10-291-0/+6
* | | | Eliminate list_tx variants since async_dirty is ignored in a tx.Simon MacMullen2013-10-294-43/+45
* | | | Use mnesia:async_dirty/1 to reduce copypasta.Simon MacMullen2013-10-284-46/+39
| |_|/ |/| |
* | | Merge in stableSimon MacMullen2013-10-2546-1167/+2182
|\ \ \ | | |/ | |/|
| * | merge bug25804 into defaultTim Watson2013-10-211-0/+22
| |\ \
| | * | Introduce flow controlled versions of send_command() for the Erlang client to...Simon MacMullen2013-10-041-0/+22
| * | | Merged stable into defaultEmile Joubert2013-10-171-12/+15
| |\ \ \ | | | |/ | | |/|
| * | | Merged stable into defaultEmile Joubert2013-10-151-11/+11
| |\ \ \
| * \ \ \ Merge bug25809Simon MacMullen2013-10-151-8/+16
| |\ \ \ \
| | * | | | erlang:apply is not necessary since the arguments are knownEmile Joubert2013-10-091-1/+1
| | * | | | Support only historical verify_fun signatureEmile Joubert2013-10-091-3/+2
| | * | | | Support config-supplied verify_fun in tuple-formatEmile Joubert2013-10-081-8/+17
| | | |_|/ | | |/| |
| * | | | ConsistencySimon MacMullen2013-10-141-3/+3