Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove redundant codebug23104 | 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 | -29/+88 |
|\ | |||||
| * | make table content spot check part of schema_integrity_check | Matthias Radestock | 2010-08-11 | 1 | -23/+22 |
| * | 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, o... | Matthew Sackman | 2010-08-11 | 1 | -7/+20 |
| * | 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 some... | Matthew Sackman | 2010-08-11 | 1 | -35/+35 |
| * | Partial implementation of 3rd suggestion. Partial because I just wanted to se... | Matthew Sackman | 2010-08-10 | 1 | -9/+43 |
* | | cosmetic: consistency | Matthias Radestock | 2010-08-11 | 1 | -5/+5 |
|/ | |||||
* | tweakbug23083 | Matthias Radestock | 2010-08-06 | 1 | -15/+15 |
* | tweak | Matthias Radestock | 2010-08-06 | 1 | -12/+11 |
* | don't depend on exceptions | Matthias Radestock | 2010-08-06 | 1 | -13/+15 |
* | map/filter at the same time | Alexandru Scvortov | 2010-08-06 | 1 | -13/+11 |
* | more informative failure messages | Alexandru Scvortov | 2010-08-06 | 1 | -11/+16 |
* | table columns also need to be in the same order | Alexandru Scvortov | 2010-08-06 | 1 | -2/+1 |
* | tables are compatible only if they have exactly same attributes | Alexandru Scvortov | 2010-08-06 | 1 | -2/+1 |
* | all errors should be caught | Alexandru Scvortov | 2010-08-06 | 1 | -3/+4 |
* | refactored code | Alexandru Scvortov | 2010-08-06 | 1 | -18/+9 |
* | check that mnesia table attributes are as expected | Alexandru Scvortov | 2010-08-05 | 1 | -5/+25 |
* | Merging bug 22973 onto default | Matthew Sackman | 2010-07-29 | 1 | -13/+2 |
|\ | |||||
| * | application:get_env/2 -> application:get_env/1bug22973 | Alexandru Scvortov | 2010-07-19 | 1 | -1/+1 |
| * | moved rabbitmq_cluster.config into the cluster_nodes field of rabbit in rabbi... | Alexandru Scvortov | 2010-07-19 | 1 | -13/+2 |
* | | reformatted commentsbug22992 | Alexandru Scvortov | 2010-07-20 | 1 | -4/+6 |
* | | reporting of cluster node types now works | Alexandru Scvortov | 2010-07-20 | 1 | -5/+14 |
|/ | |||||
* | merged default into bug22877bug22877 | Alexandru Scvortov | 2010-07-09 | 1 | -6/+10 |
|\ | |||||
| * | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -0/+1 |
| * | removed line at top of rabbit_mnesia.erl | Alexandru Scvortov | 2010-07-06 | 1 | -1/+0 |
| * | moved export_types to inside ifdefs | Alexandru Scvortov | 2010-07-05 | 1 | -2/+2 |
| * | better types | Alexandru Scvortov | 2010-07-02 | 1 | -3/+3 |
| * | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -3/+6 |
| * | updated file-related specs | Alexandru Scvortov | 2010-07-01 | 1 | -1/+2 |
* | | 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 |
* | | changed cluster -f to force_cluster | Alexandru Scvortov | 2010-07-06 | 1 | -2/+9 |
* | | added -f switch to rabbitmqctl cluster | Alexandru Scvortov | 2010-07-05 | 1 | -36/+54 |
|/ | |||||
* | moved common spec to rabbit.hrl; rewrote status codebug22597 | Alexandru Scvortov | 2010-06-11 | 1 | -16/+13 |
* | fixed crash when rabbit:status/0 called after rabbit was stopped | Alexandru Scvortov | 2010-06-10 | 1 | -9/+16 |
* | Start bug22597 again. | Simon MacMullen | 2010-06-08 | 1 | -2/+12 |
* | s/fun(/fun (/g | Simon MacMullen | 2010-05-28 | 1 | -1/+1 |
* | introduce rabbit_misc:recursive_delete/1 helper | Matthias Radestock | 2010-04-12 | 1 | -3/+2 |
* | refactor: introduce file_path() type | Matthias Radestock | 2010-04-12 | 1 | -1/+1 |
* | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
* | cosmetic: squash trailing whitespace | Matthias Radestock | 2010-01-27 | 1 | -4/+4 |
* | placation of Matthias - more sensible rabbit_mnesia API | Matthew Sackman | 2009-10-29 | 1 | -22/+18 |
* | On application:stop, if we're not clustered, walk through all the ram tables,... | Matthew Sackman | 2009-10-29 | 1 | -1/+23 |
* | s/bool()/boolean() in type specsbug21714 | Matthias Radestock | 2009-09-30 | 1 | -1/+1 |
* | merge bug21429 into default | Matthias Radestock | 2009-08-23 | 1 | -36/+35 |
|\ |