| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add pending_acks to bq state report | Matthias Radestock | 2010-07-16 | 1 | -0/+2 |
| | | | | | it turns out to be useful | ||||
| * | refactor: invert some conditionals for better readability | Matthias Radestock | 2010-07-16 | 1 | -22/+18 |
| | | |||||
| * | refactor: trim args for msg_store_callback | Matthias Radestock | 2010-07-16 | 1 | -4/+3 |
| | | | | | we only ever need a msg_store_callback when we have persisted pubs | ||||
| * | another place were averages could end up being integers instead of floats | Matthias Radestock | 2010-07-15 | 1 | -3/+2 |
| | | |||||
| * | rate averages are meant to be floats | Matthias Radestock | 2010-07-15 | 1 | -2/+2 |
| | | |||||
| * | avoid >= between a number and an atom | Matthias Radestock | 2010-07-15 | 1 | -1/+2 |
| | | |||||
| * | improve type specs | Matthias Radestock | 2010-07-15 | 1 | -5/+4 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2010-07-15 | 1 | -5/+5 |
| | | |||||
| * | merge default into bug21673 | Matthias Radestock | 2010-07-15 | 12 | -81/+193 |
| |\ | |||||
| | * | Merged heads | Emile Joubert | 2010-07-14 | 2 | -0/+9 |
| | |\ | |||||
| | | * | Changelog updates for release 1.8.1 | Emile Joubert | 2010-07-14 | 2 | -0/+9 |
| | | | | |||||
| | | * | Added tag rabbitmq_v1_8_1 for changeset 5d9e3ff32dcb | Emile Joubert | 2010-07-14 | 0 | -0/+0 |
| | | | | |||||
| | * | | Merge bug22875 into default | Simon MacMullen | 2010-07-14 | 2 | -5/+12 |
| | |\ \ | | |/ | |/| | |||||
| | | * | >80 lines fix. | Simon MacMullen | 2010-07-14 | 1 | -1/+2 |
| | | | | |||||
| | | * | added insightful comment | Alexandru Scvortov | 2010-07-14 | 1 | -1/+1 |
| | | | | |||||
| | | * | updated man page | Alexandru Scvortov | 2010-07-13 | 1 | -4/+6 |
| | | | | |||||
| | | * | empty permissions are not printed as "" anymore | Alexandru Scvortov | 2010-07-13 | 1 | -2/+0 |
| | | | | |||||
| | | * | "" is changed to "^$" when checking permissions | Alexandru Scvortov | 2010-07-13 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | % rabbitmqctl set_permissions guest "" "" "" Setting permissions for user "guest" in vhost "/" ... ...done. % rabbitmqctl list_permissions Listing permissions in vhost "/" ... guest "" "" "" ...done. | ||||
| | | * | empty strings are displayed as "" | Alexandru Scvortov | 2010-07-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | % rabbitmqctl list_permissions Listing permissions in vhost "/" ... guest "" "" "" ...done. | ||||
| | | * | corrected regexp | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Used character escaping because erlang-mode has problems correctly parsing "^$". | ||||
| | | * | simplifying refactor | Matthias Radestock | 2010-07-13 | 1 | -9/+8 |
| | | | | |||||
| | | * | "" is transformed to "$^" in rabbitmqctl set_permissions | Alexandru Scvortov | 2010-07-12 | 1 | -1/+6 |
| | | | | |||||
| | * | | bug22914 merged into defaultrabbitmq_v1_8_1 | Marek Majkowski | 2010-07-14 | 2 | -2/+11 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Remove IFS setting on the su command | David Wragg | 2010-07-13 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script has lots of IFS vulnerabilities before it reaches the su command. If we really want to guard against IFS, we should set it at the top. But how many shell scripts have you ever seen that do that? If the user sets IFS, and breaks things, it seem reasonable to regard that as their problem. There is no security issue here because you should already be root or the rabbitmq user to run the script. | ||||
| | | * | "make clean" should clean all the macports-generated files | David Wragg | 2010-07-13 | 1 | -1/+1 |
| | | | | |||||
| | | * | Remove backslash so that IFS gets the intended value in the wrapper script | David Wragg | 2010-07-01 | 1 | -1/+1 |
| | | | | |||||
| | | * | Undo removal of IFS | David Wragg | 2010-07-01 | 1 | -1/+2 |
| | | | | |||||
| | | * | Dropped IFS variable from macports wrapper script. | Marek Majkowski | 2010-07-01 | 1 | -2/+1 |
| | | | | |||||
| | | * | Default merged into bug22914 | Marek Majkowski | 2010-07-01 | 7 | -81/+104 |
| | | |\ | |||||
| | | * | | Explicitly set all the environment variables that su on Linux would | David Wragg | 2010-06-29 | 2 | -1/+12 |
| | | | | | |||||
| | * | | | Merged bug22877 into default | Emile Joubert | 2010-07-09 | 4 | -53/+117 |
| | |\ \ \ | |||||
| | | * \ \ | merged default into bug22877 | Alexandru Scvortov | 2010-07-09 | 49 | -539/+765 |
| | | |\ \ \ | |||||
| | | * | | | | deduplicate even the current node | Alexandru Scvortov | 2010-07-09 | 1 | -1/+2 |
| | | | | | | | |||||
| | | * | | | | added deduplication of cluster node list | Alexandru Scvortov | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deduplication happens for both cluster and force_cluster because clustering with the same node twice doesn't make sense in either case. | ||||
| | | * | | | | improved docs | Alexandru Scvortov | 2010-07-09 | 1 | -0/+6 |
| | | | | | | | |||||
| | | * | | | | added test | Alexandru Scvortov | 2010-07-06 | 1 | -0/+8 |
| | | | | | | | |||||
| | | * | | | | all tests now pass | Alexandru Scvortov | 2010-07-06 | 1 | -6/+6 |
| | | | | | | | |||||
| | | * | | | | added links inside docs | Alexandru Scvortov | 2010-07-06 | 1 | -4/+4 |
| | | | | | | | |||||
| | | * | | | | updated docs and tests | Alexandru Scvortov | 2010-07-06 | 2 | -25/+25 |
| | | | | | | | |||||
| | | * | | | | changed cluster -f to force_cluster | Alexandru Scvortov | 2010-07-06 | 3 | -14/+35 |
| | | | | | | | |||||
| | | * | | | | updated man page | Alexandru Scvortov | 2010-07-05 | 1 | -2/+7 |
| | | | | | | | |||||
| | | * | | | | added -f switch to rabbitmqctl cluster | Alexandru Scvortov | 2010-07-05 | 3 | -44/+67 |
| | | | | | | | |||||
| | * | | | | | refactor: introduce rabbit_misc:protocol_error/1 | Matthias Radestock | 2010-07-09 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that the channel can get away with knowing a little bit less about error handling | ||||
| | * | | | | | Merging bug 22935 into default | Matthew Sackman | 2010-07-08 | 2 | -19/+40 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | amqp_error is a record. Duh. | Simon MacMullen | 2010-07-08 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | Fix type of inner_fun, cosmetics. | Simon MacMullen | 2010-07-08 | 2 | -8/+11 |
| | | | | | | | | |||||
| | | * | | | | | Update inner_fun spec. | Simon MacMullen | 2010-07-08 | 1 | -1/+2 |
| | | | | | | | | |||||
| | | * | | | | | Make add and delete more symmetrical, tidy up a bit. | Simon MacMullen | 2010-07-08 | 1 | -13/+15 |
| | | | | | | | | |||||
| | | * | | | | | Update comment. | Simon MacMullen | 2010-07-08 | 1 | -2/+1 |
| | | | | | | | | |||||
| | | * | | | | | Wrap much less in try / catch | Simon MacMullen | 2010-07-08 | 2 | -16/+27 |
| | | | | | | | | |||||
