summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | ChangesEmile Joubert2013-04-112-10/+17
| | | | | * | | | | | | | ChangesEmile Joubert2013-04-104-32/+30
| | | | | * | | | | | | | WrapEmile Joubert2013-03-281-1/+2
| | | | | * | | | | | | | Mnesia upgrade for exchange decoratorsEmile Joubert2013-03-281-0/+15
| | | | | * | | | | | | | CosmeticEmile Joubert2013-03-252-3/+3
| | | | | * | | | | | | | Move decorators to exchange recordEmile Joubert2013-03-225-49/+73
| | | * | | | | | | | | | Obtain beam hash reliablybug25517Emile Joubert2013-04-181-2/+2
| | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Explain why we are doing this.Simon MacMullen2013-04-171-0/+3
| | | * | | | | | | | | AbstractEmile Joubert2013-04-171-7/+8
| | | * | | | | | | | | CosmeticSimon MacMullen2013-04-161-1/+1
| | | * | | | | | | | | Handle potential incompatibilityEmile Joubert2013-04-161-0/+1
| | | * | | | | | | | | Further tweaksEmile Joubert2013-04-161-2/+5
| | | * | | | | | | | | Alternative implementation of bytecode compatibility checkEmile Joubert2013-04-101-11/+25
| | * | | | | | | | | | Merged bug25524 into stableEmile Joubert2013-04-240-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Move the peer_down handling to sender_death, since that's when the slave reallybug25524Emile Joubert2013-04-241-2/+2
| | |/ / / / / / / / /
| | * | | | | | | | | fix typoMatthias Radestock2013-04-191-1/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | merge bug25518 into stableTim Watson2013-04-161-8/+21
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Be rather less arbitrary. But still a bit.Simon MacMullen2013-04-091-5/+5
| | | * | | | | | | | ExcuseSimon MacMullen2013-04-091-1/+1
| | | * | | | | | | | Explain a bit more WTF we're doing.Simon MacMullen2013-04-091-0/+2
| | | * | | | | | | | Add support for UID. No, it's not in public_key.hrl. Grrr.Simon MacMullen2013-04-091-1/+2
| | | * | | | | | | | Also RFC4514 suggests we always use = even if we don't recognise an OID.Simon MacMullen2013-04-091-2/+2
| | | * | | | | | | | Insert a hack.Simon MacMullen2013-04-091-0/+10
| | | * | | | | | | | Replace all uses of io_lib:format/2 with rabbit_misc:format/2 - we want somet...Simon MacMullen2013-04-091-7/+7
| | |/ / / / / / / /
| * | | | | | | | | add some specs and docsbug25512Matthias Radestock2013-04-221-1/+48
| * | | | | | | | | fix a (harmless) bug spotted by dialyzerMatthias Radestock2013-04-221-1/+2
| * | | | | | | | | leave OtherProc info as isMatthias Radestock2013-04-221-2/+0
| * | | | | | | | | lists:keyfind/3 is not in R12B-3.Matthias Radestock2013-04-191-6/+7
| * | | | | | | | | deal with plug-insMatthias Radestock2013-04-181-44/+20
| * | | | | | | | | wire in sum_processes for all non-plugin process memoryMatthias Radestock2013-04-181-8/+24
| * | | | | | | | | include the named processes in the sumsMatthias Radestock2013-04-181-19/+26
| * | | | | | | | | cosmeticMatthias Radestock2013-04-181-2/+2
| * | | | | | | | | first stab at summarising processes by their ancestor chainMatthias Radestock2013-04-161-0/+42
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Maybe clearer?bug25107Simon MacMullen2013-04-121-3/+7
* | | | | | | | | No, the newest dead letterings are at the head.Simon MacMullen2013-04-121-1/+1
* | | | | | | | | Only ban cycles that are entirely due to expirySimon MacMullen2013-04-121-10/+27
|/ / / / / / / /
* | | | | | | | Merge bug25519.Simon MacMullen2013-04-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow use of esl-erlangbug25519Simon MacMullen2013-04-101-1/+1
|/ / / / / / / /
* | | | | | | | Merged stable into defaultEmile Joubert2013-04-1070-2005/+3737
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | merge bug25487 into defaultTim Watson2013-04-051-2/+10
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | client_sup API changebug25487Emile Joubert2013-04-051-2/+4
| | * | | | | merge default into bug25487Tim Watson2013-04-051-2/+8
| | |\ \ \ \ \ | |/ / / / / /
| | * | | | | Change client_sup APIEmile Joubert2013-04-043-13/+15
| | * | | | | rabbit_client_sup accepts supervision optionsEmile Joubert2013-03-143-8/+12
| * | | | | | Merged bug25499 into defaultEmile Joubert2013-03-272-2/+14
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Check if the rabbit process is running and thus avoid deadlocks in the applic...bug25499Simon MacMullen2013-03-222-2/+11
| | * | | | | Merge in default.Simon MacMullen2013-03-2212-306/+436
| | |\ \ \ \ \
| * | \ \ \ \ \ Merged bug25491 into defaultEmile Joubert2013-03-2719-397/+732
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Merge bug24114 into defaultEmile Joubert2013-03-260-0/+0
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged default into bug24114bug24114Emile Joubert2013-03-2549-743/+1583
| | |\ \ \ \ \ \ \ | | | |/ / / / / /