| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct thinko - permanent + normal is an error, duh! | Simon MacMullen | 2011-11-02 | 1 | -5/+6 |
| | | | | | (And some slightly evil formatting, but I really don't want this to wrap.) | ||||
| * | Oops | Simon MacMullen | 2011-11-02 | 1 | -1/+1 |
| | | |||||
| * | Refactor: reduce distance from default. | Simon MacMullen | 2011-11-02 | 1 | -7/+4 |
| | | |||||
| * | Refactor: don't use a dict when a list will do. | Simon MacMullen | 2011-11-02 | 1 | -5/+7 |
| | | |||||
| * | Refactor: simplify by checking if restart is permanent earlier. | Simon MacMullen | 2011-11-02 | 1 | -13/+8 |
| | | |||||
| * | Refactor: I like closures as much as the next chap, but that was too many. | Simon MacMullen | 2011-11-02 | 1 | -19/+10 |
| | | |||||
| * | Cosmetic: pattern-match more, factor out dict:append, fix unused var. | Simon MacMullen | 2011-11-02 | 1 | -27/+28 |
| | | |||||
| * | Indent correctly | Emile Joubert | 2011-11-02 | 1 | -24/+28 |
| | | |||||
| * | Refactor supervisor shutdown more | Emile Joubert | 2011-11-01 | 1 | -7/+10 |
| | | |||||
| * | Refactor supervisor shutdown | Emile Joubert | 2011-11-01 | 1 | -9/+8 |
| | | |||||
| * | More accurate timeouts during supervisor shutdown | Emile Joubert | 2011-11-01 | 1 | -11/+8 |
| | | |||||
| * | Better supervisor2 shutdown handling | Emile Joubert | 2011-10-17 | 1 | -16/+16 |
| | | |||||
| * | Terminate simple children in parallel | Emile Joubert | 2011-10-14 | 1 | -10/+72 |
| | | |||||
| * | double timeout to reduce ci test failure frequency | Matthias Radestock | 2011-10-13 | 1 | -1/+1 |
| | | |||||
| * | Merge bug24478 | Simon MacMullen | 2011-10-13 | 1 | -2/+8 |
| |\ | |||||
| | * | Use $() like we do elsewhere, add a tiny bit more comment. | Simon MacMullen | 2011-10-13 | 1 | -2/+3 |
| | | | |||||
| | * | Don't record cygwin pid for rabbitmqctl wait | Emile Joubert | 2011-10-13 | 1 | -2/+7 |
| |/ | |||||
| * | Merge bug24477 | Simon MacMullen | 2011-10-12 | 2 | -17/+56 |
| |\ | |||||
| | * | Explain a bit | Simon MacMullen | 2011-10-12 | 1 | -0/+2 |
| | | | |||||
| | * | only confirm messages on 'remove' that are pending confirmation | Matthias Radestock | 2011-10-11 | 1 | -2/+3 |
| | | | |||||
| | * | add tests for msg_store confirm logic | Matthias Radestock | 2011-10-11 | 1 | -0/+29 |
| | | | |||||
| | * | make tests wait for *exactly* the right confirms, no more, no fewer | Matthias Radestock | 2011-10-11 | 1 | -15/+22 |
| |/ | | | | | | | | | | | This does introduce a 100ms pause for every invocation; hopefully enough for the msg_store to catch up and sync (the sync interval is 25ms) the usually small numbers of messages. The confirm capture code now uses lists rather than gb_sets, as a convenient 'bag' data structure. This can have O(n^2) perf, but we only need to start worrying about that when the tests call this code with thousands of msg ids, which currently they don't. | ||||
| * | abide by the msg_store API constraints in the tests | Matthias Radestock | 2011-10-11 | 1 | -8/+17 |
| | | |||||
| * | Merge bug21319 (include plugins in source and binary packages) | Simon MacMullen | 2011-10-11 | 0 | -0/+0 |
| |\ | |||||
| * | | Add another format: minimal. Just the name of the plugin, one per line. ↵ | Simon MacMullen | 2011-10-11 | 2 | -18/+30 |
| | | | | | | | | | rabbitmq-plugins will be used in automation, let's not make it painful. | ||||
| * | | Trivial cosmeticism. | Simon MacMullen | 2011-10-11 | 1 | -2/+2 |
| | | | |||||
| * | | If the user specifies the name of a non-existent plugin to disable, then we ↵ | Simon MacMullen | 2011-10-11 | 1 | -3/+2 |
| | | | | | | | | | should actually disable it if it's enabled - otherwise we can never remove non-existent plugins from the enabled_plugins file. | ||||
| * | | If the user tries to enable a non-existent plugin, actually blow up and do ↵ | Simon MacMullen | 2011-10-11 | 1 | -6/+8 |
| | | | | | | | | | nothing. Otherwise we end up with typos in the enabled_plugins file. | ||||
| * | | Adhere to corporate branding policy. | Simon MacMullen | 2011-10-10 | 1 | -1/+1 |
| | | | |||||
| * | | Typo. | Simon MacMullen | 2011-10-10 | 1 | -1/+1 |
| | | | |||||
| * | | Explain statuses. | Simon MacMullen | 2011-10-10 | 1 | -2/+5 |
| | | | |||||
| * | | include the spec files' license info | Alexandru Scvortov | 2011-10-10 | 1 | -0/+1 |
| | | | |||||
| * | | generate release LICENSE file | Alexandru Scvortov | 2011-10-10 | 5 | -62/+17 |
| | | | |||||
| * | | find the LICENSE files | Alexandru Scvortov | 2011-10-10 | 1 | -11/+2 |
| | | | |||||
| * | | merge default into bug21319 | Alexandru Scvortov | 2011-10-10 | 19 | -50/+813 |
| |\ \ | |/ |/| | |||||
| | * | Slightly better message | Simon MacMullen | 2011-10-05 | 1 | -2/+2 |
| | | | |||||
| | * | bin_to_list -> binary_to_list | Alexandru Scvortov | 2011-10-03 | 1 | -1/+1 |
| | | | |||||
| | * | make portsfile consistent | Alexandru Scvortov | 2011-10-03 | 1 | -6/+10 |
| | | | |||||
| | * | merge heads | Alexandru Scvortov | 2011-10-03 | 1 | -8/+13 |
| | |\ | |||||
| | | * | Don't print the list of enabled / disabled / missing plugins with ~p, it's ↵ | Simon MacMullen | 2011-10-03 | 1 | -8/+13 |
| | | | | | | | | | | | | | not very readable. | ||||
| | * | | add all LICENSE files to the RPM | Alexandru Scvortov | 2011-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rules are here: http://fedoraproject.org/wiki/Packaging:LicensingGuidelines They just say that the package should contain a license file and that it should be %doc. We could specify the multiple licenses in the License: field at the top, but that's just going to be annoying. We are kind of going against http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries but CouchDB does the same thing with mochiweb, etap, ibrowse and erlang-oauth, and Ejabberd does the same thing with eldap. | ||||
| | * | | update debian copyright info | Alexandru Scvortov | 2011-10-03 | 2 | -5/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rules are here: http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile We're supposed to say who holds copyright, where the upstream source is and include the full text of the license (with the exception of Apache 2.0, which is a common license). | ||||
| | * | | make sure plugins/README is in all the binary packages | Alexandru Scvortov | 2011-10-03 | 2 | -2/+2 |
| | | | | |||||
| | * | | reference all the little licenses | Alexandru Scvortov | 2011-10-03 | 2 | -3/+32 |
| | |/ | | | | | | | | | | | | | The hg version of rabbitmq-server has the same LICENSE as before. The srcdist, if it includes the plugins, uses the custom LICENSE from packaging/ and also copies all the little LICENSEs to the top-level. Ditto for generic-unix. | ||||
| | * | Bleh2 | Simon MacMullen | 2011-09-30 | 1 | -3/+3 |
| | | | |||||
| | * | Bleh | Simon MacMullen | 2011-09-30 | 1 | -1/+1 |
| | | | |||||
| | * | Explain what we actually mean by explicitly / implicitly enabled. | Simon MacMullen | 2011-09-30 | 1 | -4/+13 |
| | | | |||||
| | * | Language tweak. | Simon MacMullen | 2011-09-30 | 1 | -1/+1 |
| | | | |||||
| | * | :s/PLUGINS_DIST_DIR/PLUGINS_DIR | Alexandru Scvortov | 2011-09-29 | 6 | -18/+18 |
| | | | | | | | | | | | Only in rabbitmq-server, because that variable in rabbitmq-public-umbrella has a different use. | ||||
| | * | thread static configuration through functions | Alexandru Scvortov | 2011-09-29 | 1 | -36/+28 |
| | | | | | | | | | I miss mtl :( | ||||
