| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rabbitmqctl reports channel blocked status | Emile Joubert | 2010-09-17 | 2 | -6/+18 |
| * | cosmetic: remove trailing whitespace | Matthias Radestock | 2010-09-16 | 1 | -3/+3 |
| * | unknown_ca SSL workaround expiry reminder | Emile Joubert | 2010-09-15 | 1 | -0/+2 |
| * | Merging bug 23157 into default | Matthew Sackman | 2010-09-15 | 8 | -492/+562 |
| |\ | |||||
| | * | No sense in not using the full word | Matthew Sackman | 2010-09-15 | 1 | -3/+3 |
| | * | It's perfectly legal to convert a process to a gen_server by just calling ent... | Matthew Sackman | 2010-09-15 | 1 | -3/+4 |
| | * | cosmetic | Matthew Sackman | 2010-09-14 | 1 | -4/+6 |
| | * | cosmetic | Matthew Sackman | 2010-09-10 | 1 | -21/+15 |
| | * | When I wrote 'Please rewrite drain/2 to drain/1 - it's bizarre having both th... | Matthew Sackman | 2010-09-10 | 1 | -14/+15 |
| | * | Tabs => spaces | Matthew Sackman | 2010-09-10 | 1 | -15/+15 |
| | * | Merging default into bug 23157 | Matthew Sackman | 2010-09-10 | 35 | -1254/+1372 |
| | |\ | |||||
| | * | | Tabs to spaces and remove trailing whitespace - yes, this is going to make su... | Matthew Sackman | 2010-09-10 | 1 | -295/+296 |
| | * | | refactored code | Alexandru Scvortov | 2010-08-31 | 1 | -10/+8 |
| | * | | shortened code a bit | Alexandru Scvortov | 2010-08-31 | 1 | -55/+20 |
| | * | | in/3 -> in/2; drain/2 -> drain/1 | Alexandru Scvortov | 2010-08-31 | 1 | -14/+15 |
| | * | | updated docs | Alexandru Scvortov | 2010-08-25 | 1 | -4/+6 |
| | * | | removed all references to pcall and pcast | Alexandru Scvortov | 2010-08-25 | 3 | -44/+18 |
| | * | | typo | Alexandru Scvortov | 2010-08-24 | 1 | -2/+2 |
| | * | | refactoring | Alexandru Scvortov | 2010-08-24 | 1 | -31/+23 |
| | * | | migrated rabbit_limiter to prioritizers | Alexandru Scvortov | 2010-08-24 | 1 | -2/+5 |
| | * | | refactoring | Alexandru Scvortov | 2010-08-24 | 2 | -28/+27 |
| | * | | migrated amqqueue to prioritisers | Alexandru Scvortov | 2010-08-24 | 2 | -22/+40 |
| | * | | migrated msg_store to prioritisers | Alexandru Scvortov | 2010-08-24 | 1 | -8/+26 |
| | * | | merge default into bug23157 | Alexandru Scvortov | 2010-08-24 | 1 | -2/+2 |
| | |\ \ | |||||
| | * | | | rabbit_channel migrated to prioritisers | Alexandru Scvortov | 2010-08-24 | 1 | -4/+17 |
| | * | | | added error handling wrappers for prioritisers | Alexandru Scvortov | 2010-08-24 | 1 | -13/+27 |
| | * | | | prioritize -> prioritise | Alexandru Scvortov | 2010-08-24 | 1 | -14/+14 |
| | * | | | unprioritized calls, casts and infos are passed through the prioritize functions | Alexandru Scvortov | 2010-08-23 | 1 | -29/+48 |
| | * | | | gen_server2: functions now use a record instead of 9 arguments | Alexandru Scvortov | 2010-08-23 | 1 | -118/+177 |
| * | | | | Merged bug21528 into default | Emile Joubert | 2010-09-14 | 1 | -1/+22 |
| |\ \ \ \ | |||||
| | * | | | | Re-indent | Emile Joubert | 2010-09-14 | 1 | -7/+12 |
| | * | | | | Change 'case' to 'if' | Emile Joubert | 2010-09-14 | 1 | -3/+2 |
| | * | | | | use OTP functions to decide whether a cipher suite uses RC4 or not | Alexandru Scvortov | 2010-09-13 | 1 | -8/+13 |
| | * | | | | refactoring | Alexandru Scvortov | 2010-09-08 | 1 | -10/+11 |
| | * | | | | string:str instead of re:run | Alexandru Scvortov | 2010-09-08 | 1 | -1/+1 |
| | * | | | | accept string names for ciphers; don't clobber user-defined cipher option | Alexandru Scvortov | 2010-09-07 | 1 | -4/+10 |
| | * | | | | unbreak ssl | Alexandru Scvortov | 2010-09-07 | 1 | -1/+6 |
| * | | | | | cosmetic | Matthias Radestock | 2010-09-14 | 1 | -1/+1 |
| * | | | | | merge bug23249 into default | Matthias Radestock | 2010-09-14 | 2 | -5/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | set up monitoring in the caller | Matthias Radestock | 2010-09-13 | 2 | -3/+2 |
| | * | | | | | Use monitor, not link, *consistently* | Matthew Sackman | 2010-09-08 | 1 | -1/+1 |
| | * | | | | | Use monitor, not link | Matthew Sackman | 2010-09-08 | 2 | -2/+2 |
| * | | | | | | Make naming of Exchange, X, ExchangeName, XName consistent | Matthew Sackman | 2010-09-12 | 3 | -67/+66 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merging bug 23212 onto default | Matthew Sackman | 2010-09-10 | 1 | -2/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | Check the exit status of kill, not its output | David Wragg | 2010-09-10 | 1 | -1/+12 |
| | * | | | | | Use a more portable command to probe for pids | David Wragg | 2010-09-07 | 1 | -2/+1 |
| * | | | | | | merge bug23137 into default | Matthias Radestock | 2010-09-09 | 1 | -29/+60 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | tweak | Matthias Radestock | 2010-09-09 | 1 | -3/+3 |
| | * | | | | | | Improvements to documentation | Matthew Sackman | 2010-09-09 | 1 | -28/+39 |
| | * | | | | | | say a bit more own fd ownership | Matthias Radestock | 2010-09-09 | 1 | -2/+4 |
