| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ordsets instead of lists in `rabbit_upgrade' | Francesco Mazzoli | 2012-09-19 | 1 | -7/+7 |
| | | |||||
| * | ordsets, not lists, in `rabbit_node_monitor' | Francesco Mazzoli | 2012-09-19 | 1 | -8/+7 |
| | | |||||
| * | Merge heads | Simon MacMullen | 2012-09-18 | 1 | -2/+2 |
| |\ | |||||
| | * | Oops | Simon MacMullen | 2012-09-18 | 1 | -2/+2 |
| | | | |||||
| * | | get rid of a helper | Matthias Radestock | 2012-09-18 | 1 | -6/+2 |
| |/ | |||||
| * | Merge heads | Simon MacMullen | 2012-09-18 | 1 | -2/+2 |
| |\ | |||||
| | * | This got swapped round. | Simon MacMullen | 2012-09-18 | 1 | -2/+2 |
| | | | |||||
| * | | Rework booleans around init_db() and friends: | Simon MacMullen | 2012-09-18 | 2 | -20/+25 |
| |/ | | | | | | | | | | | * Rename "Force" to "CheckOtherNodes" and invert its meaning, to match "CheckConsistency", and since I hate "Force". * Reduce arity of a couple of functions which are only ever called one way round. * Rearrange order of parameters to init_db_with_mnesia/4 for consistency with everything else. | ||||
| * | cosmetic(ish) | Matthias Radestock | 2012-09-18 | 1 | -17/+16 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2012-09-18 | 1 | -3/+2 |
| | | |||||
| * | some abstraction | Matthias Radestock | 2012-09-18 | 1 | -21/+21 |
| | | |||||
| * | another list operation | Francesco Mazzoli | 2012-09-18 | 1 | -1/+1 |
| | | |||||
| * | `of' at the end | Francesco Mazzoli | 2012-09-18 | 1 | -4/+5 |
| | | |||||
| * | reorder functions | Francesco Mazzoli | 2012-09-18 | 1 | -12/+12 |
| | | |||||
| * | remove ?empty_set | Francesco Mazzoli | 2012-09-18 | 1 | -26/+30 |
| | | |||||
| * | another list in the wild... | Francesco Mazzoli | 2012-09-18 | 1 | -1/+1 |
| | | |||||
| * | forgot one list | Francesco Mazzoli | 2012-09-18 | 1 | -3/+3 |
| | | |||||
| * | never use lists constructs when dealing with ordsets... | Francesco Mazzoli | 2012-09-18 | 1 | -42/+55 |
| | | | | | | ...except in the `is_empty' macro, that cuts down a lot of cruft when ispecting sets for emptiness. | ||||
| * | equality => pattern match | Francesco Mazzoli | 2012-09-18 | 1 | -3/+3 |
| | | |||||
| * | update rabbit_app.in | Francesco Mazzoli | 2012-09-18 | 1 | -1/+1 |
| | | |||||
| * | ditch the booleans to control decisions on disc/ram nodes | Francesco Mazzoli | 2012-09-18 | 5 | -85/+86 |
| | | |||||
| * | move all the error descriptions to the end | Matthias Radestock | 2012-09-17 | 1 | -88/+74 |
| | | | | | | ...so they don't clutter the logic. and some other minor cosmetic changes. | ||||
| * | correct comment | Matthias Radestock | 2012-09-17 | 1 | -1/+1 |
| | | |||||
| * | some tidying up | Matthias Radestock | 2012-09-17 | 1 | -174/+169 |
| | | | | | | | | | | - normal_init/2 -> init/2 - DiscNode -> WantDiscNode (when it's a boolean) - shrink comment width - 'of' never goes on a line by itself - save some newlines - introduce leave_cluster/1 helper function | ||||
| * | Merge bug25152 | Simon MacMullen | 2012-09-17 | 6 | -56/+35 |
| |\ | |||||
| | * | fix messed up rabbitmqctl usage | Francesco Mazzoli | 2012-09-17 | 1 | -24/+3 |
| | | | |||||
| | * | file_name -> filename | Matthias Radestock | 2012-09-17 | 4 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | The latter is used in more places and also by OTP. In the process fix a bug - rabbit_upgrade was referencing rabbit_node_monitor:running_nodes_filename/0, which was in fact named running_nodes_file_name. That function was also missing a spec. And it was in the "wrong" place w.r.t. the function order in the module ;) | ||||
| | * | merge bug25154 into default | Matthias Radestock | 2012-09-17 | 0 | -0/+0 |
| | |\ | |||||
| | | * | merge bug25154 into default | Matthias Radestock | 2012-09-17 | 1 | -5/+5 |
| | | |\ | |||||
| | * | | | 1MB = 1000000B for disks | Matthias Radestock | 2012-09-17 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| | * | | correct disk space log message and remove ambiguity | Matthias Radestock | 2012-09-17 | 1 | -5/+5 |
| | |/ | |||||
| * | | Increase the amount of symmetry. | Simon MacMullen | 2012-09-17 | 1 | -7/+7 |
| | | | |||||
| * | | bring queue/exchange removal cost back down to O(binding_count) | Matthias Radestock | 2012-09-15 | 1 | -20/+30 |
| | | | | | | | | | by performing all mnesia read operations before writes | ||||
| * | | guard deletes on disk tables in order to eliminate superfluos fsyncs | Matthias Radestock | 2012-09-15 | 3 | -5/+23 |
| |/ | | | | | Unfortunately this makes queue deletion O(binding_count^2), so further work is needed. | ||||
| * | Merge bug24914 | Simon MacMullen | 2012-09-14 | 5 | -105/+127 |
| |\ | |||||
| | * | merge bug25118 into default | Tim Watson | 2012-09-14 | 5 | -105/+127 |
| | |\ | |||||
| | | * | merge default into bug25118 | Tim Watson | 2012-09-14 | 5 | -105/+127 |
| | | |\ | |/ / | |||||
| | | * | updated the essay to explain how the sync status works now | Francesco Mazzoli | 2012-09-13 | 1 | -19/+25 |
| | | | | |||||
| | | * | two little fixes... | Francesco Mazzoli | 2012-09-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that the problems I had with the kill-multi test on default was because the messages were start publishing right after the queue was created. I thought that once queue.declare returned, it meant that the queue was present on all nodes, but it wasn't, and for this reason we had the mismatching messages and the purging. Once I discovered that, I went back two my code and immediately discovered two very silly mistakes. I feel silly as well now. I think that bug 25130 still has a reason to extist, but I wouldn't worry about it now. | ||||
| | | * | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
| | | | | |||||
| | | * | cosmetics | Francesco Mazzoli | 2012-09-04 | 2 | -4/+1 |
| | | | | |||||
| | | * | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
| | | | | |||||
| | | * | merge default | Francesco Mazzoli | 2012-09-04 | 7 | -110/+222 |
| | | |\ | |||||
| | | * | | remove differences with default | Francesco Mazzoli | 2012-09-04 | 1 | -10/+12 |
| | | | | | |||||
| | | * | | track the delta of the depths, and replace `pending_ack' with `depth' in BQ | Francesco Mazzoli | 2012-09-04 | 4 | -71/+52 |
| | | | | | | | | | | | | | | | | | The kill-multi test is still failing... | ||||
| | | * | | was getting `set_length' instead of `drop' | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | fix depth delta in the `publish' instruction | Francesco Mazzoli | 2012-09-04 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | forgot debug line in | Francesco Mazzoli | 2012-09-03 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | store the depth of master and slave instead of the unknown pending msgs | Francesco Mazzoli | 2012-09-03 | 2 | -69/+92 |
| | | | | | |||||
| | | * | | refactoring: make the var match the field | Matthias Radestock | 2012-08-31 | 1 | -8/+7 |
| | | | | | |||||
