| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bug 23118 merged into default (windows file descriptors limit) | Marek Majkowski | 2010-08-13 | 1 | -8/+12 |
| |\ | |||||
| | * | Improvements to comments | Matthew Sackman | 2010-08-13 | 1 | -6/+10 |
| | | | |||||
| | * | Reduce the file descriptor limit for Windows to 512 | Matthew Sackman | 2010-08-13 | 1 | -2/+2 |
| |/ | |||||
| * | merge bug23120 into default | Alexandru Scvortov | 2010-08-13 | 21 | -34/+28 |
| |\ | |||||
| | * | use consistent return types for start/start_link functions | Matthias Radestock | 2010-08-13 | 21 | -34/+28 |
| | | | |||||
| * | | tiny simplifying refactor | Matthias Radestock | 2010-08-13 | 1 | -2/+1 |
| | | | |||||
| * | | cosmetic: friendlier type name | Matthias Radestock | 2010-08-13 | 1 | -4/+5 |
| |/ | |||||
| * | merge bug23095 into default | Matthias Radestock | 2010-08-12 | 1 | -10/+27 |
| |\ | |||||
| | * | Merging default into bug23095 | Matthew Sackman | 2010-08-12 | 20 | -459/+248 |
| | |\ | |/ |/| | |||||
| * | | cosmetic | Matthias Radestock | 2010-08-12 | 1 | -1/+3 |
| | | | |||||
| * | | merge bug23104 into default | Matthias Radestock | 2010-08-11 | 1 | -33/+89 |
| |\ \ | |||||
| | * | | remove redundant code | Matthias Radestock | 2010-08-11 | 1 | -3/+2 |
| | | | | |||||
| | * | | minor neatification | Matthias Radestock | 2010-08-11 | 1 | -3/+1 |
| | | | | |||||
| | * | | merge default into bug23104 | Matthias Radestock | 2010-08-11 | 1 | -6/+6 |
| | |\ \ | |/ / |/| | | |||||
| * | | | cosmetic: consistency | Matthias Radestock | 2010-08-11 | 1 | -5/+5 |
| | | | | |||||
| | * | | make table content spot check part of schema_integrity_check | Matthias Radestock | 2010-08-11 | 1 | -23/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and - rename check_table_content to check_table_integrity - change wait_for_tables to only do what it says rather than also do the schema integrity check. This change is necessary in order to avoid an infinite recursion due to check_table_integrity needing to call wait_for_tables - add ensure_schema_integrity_check, which contains logic which previously was part of wait_for_tables - call wait_for_tables in all the right places, and no more | ||||
| | * | | idiot2 | Matthew Sackman | 2010-08-11 | 1 | -1/+0 |
| | | | | |||||
| | * | | idiot | Matthew Sackman | 2010-08-11 | 1 | -3/+1 |
| | | | | |||||
| | * | | The table content tests need to happen *after* we've waited for the tables, ↵ | Matthew Sackman | 2010-08-11 | 1 | -7/+20 |
| | | | | | | | | | | | | | otherwise they can fail. Thus now two phases - schema checks, as before, and then table content checks. | ||||
| | * | | cosmetic | Matthew Sackman | 2010-08-11 | 1 | -3/+3 |
| | | | | |||||
| | * | | Improve match specs | Matthew Sackman | 2010-08-11 | 1 | -11/+27 |
| | | | | |||||
| | * | | Use match specs instead. This is a first pass - I want to be able to add ↵ | Matthew Sackman | 2010-08-11 | 1 | -35/+35 |
| | | | | | | | | | | | | | some guards and assert things a little more tightly | ||||
| | * | | Partial implementation of 3rd suggestion. Partial because I just wanted to ↵ | Matthew Sackman | 2010-08-10 | 1 | -9/+43 |
| |/ / | | | | | | | see the shape of it rather than implement the whole thing and then possibly have to revoke it. IMO, testing on the deep structure of terms is likely sufficient | ||||
| * | | Remerge bug23038 into default | David Wragg | 2010-08-10 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | Plugins directory should always exist | ||||
| | * | | Make a plugin directory for the Windows package as well | Michael Bridgen | 2010-08-10 | 1 | -0/+2 |
| | | | | |||||
| * | | | merge bug23098 into default | Matthias Radestock | 2010-08-09 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | On reaching the max_restart_intensited, don't remove the child spec. Instead ↵ | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | just blank out the child's pid, thus ensuring terminate works correctly even for simple_one_for_one_terminate | ||||
| * | | | | Merge bug21875 into default | David Wragg | 2010-08-09 | 16 | -359/+73 |
| |\ \ \ \ | |/ / / |/| | | | | | | | allow erlang and rabbit to be upgraded even when plugins are present | ||||
| | * | | | Fix stupid error, more consistency. | Simon MacMullen | 2010-08-06 | 2 | -2/+3 |
| | | | | | |||||
| | * | | | Unpack plugins into appdata on Windows. | Simon MacMullen | 2010-08-06 | 2 | -2/+8 |
| | | | | | |||||
| | * | | | Default to the real Unix-y scratch dir, override in the Makefile. | Simon MacMullen | 2010-08-06 | 3 | -4/+5 |
| | | | | | |||||
| | * | | | Make similar fixes for Windows. | Simon MacMullen | 2010-08-02 | 2 | -6/+6 |
| | | | | | |||||
| | * | | | Fix typo. | Simon MacMullen | 2010-08-02 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch. | Simon MacMullen | 2010-08-02 | 5 | -10/+8 |
| | | | | | |||||
| | * | | | Merging default into bug21875 | Simon MacMullen | 2010-08-02 | 91 | -1597/+8644 |
| | |\ \ \ | |||||
| | * | | | | Don't include the (de)activation scripts in the windows package. | Tony Garnock-Jones | 2010-05-14 | 1 | -2/+0 |
| | | | | | | |||||
| | * | | | | Attempt at an equivalent patch for the Windows scripts. Untested! | Tony Garnock-Jones | 2010-05-14 | 4 | -126/+37 |
| | | | | | | |||||
| | * | | | | Move plugin activation into the startup script for unixes. Update packaging ↵ | Tony Garnock-Jones | 2010-05-14 | 9 | -221/+20 |
| | | | | | | | | | | | | | | | | | | | | | and some docs. | ||||
| * | | | | | merge heads | Matthias Radestock | 2010-08-09 | 2 | -31/+47 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | merging bug23039 into default | Vlad Alexandru Ionescu | 2010-08-09 | 2 | -31/+47 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | include method name in error if possible | Matthias Radestock | 2010-08-06 | 1 | -18/+20 |
| | | | | | | | | |||||
| | | * | | | | | oops | Matthias Radestock | 2010-08-06 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | exit the framing_channel normally on unexected_frame error | Matthias Radestock | 2010-08-06 | 2 | -30/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and use explicit signalling to the reader instead of exiting abnormally. This avoids cluttering the error log. | ||||
| * | | | | | | | merge bug23095 into default | Matthias Radestock | 2010-08-09 | 1 | -31/+30 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | cosmetic | Matthew Sackman | 2010-08-09 | 1 | -4/+3 |
| | | | | | | | | |||||
| | * | | | | | | cosmetic | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Move parent inside of #v1 in reader | Matthew Sackman | 2010-08-09 | 1 | -28/+28 |
| | | | | | | | | |||||
| | | | | | | * | do not ignore 'normal' permanent child terminations during shutdown | Matthias Radestock | 2010-08-12 | 1 | -25/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If such a termination is worth reporting while the supervisor is running, it sure is still worth reporting when it's shutting down. This involves reverting all the changes related to ignoring normal termination during shutdown and instead adding some logic a bit higher up the call chain. | ||||
| | | | | | | * | never ignore 'noproc' during shutdown | Matthias Radestock | 2010-08-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have no idea why the child died. Furthermore, we will only ever get this when a child has unlinked itself from the supervisor, which is naughty and shouldn't go unnoticed. | ||||
| | | | | | | * | we must always clear both the 'EXIT' and 'DOWN' message | Matthias Radestock | 2010-08-12 | 1 | -7/+7 |
| | | | | | | | | |||||
