summaryrefslogtreecommitdiff
path: root/src/rabbit_mnesia.erl
Commit message (Expand)AuthorAgeFilesLines
* application:get_env/1 -> application:get_env/2bug23415Alexandru Scvortov2010-10-261-1/+1
* remove references to cluster_config_fileAlexandru Scvortov2010-10-261-4/+2
* Merge default into bug21377Simon MacMullen2010-10-131-4/+6
|\
| * exchange_name => source; consistent naming of Src{Name} and Dst{Name}, except...Matthew Sackman2010-09-121-3/+3
| * Implement exchange-to-exchange bindingsMatthew Sackman2010-09-111-2/+4
* | Write the version after (possibly) shuffling the db around.bug23349Simon MacMullen2010-10-121-1/+1
* | Rename file, store an empty list since the DAG may have multiple heads.Simon MacMullen2010-10-111-3/+3
* | Use filename:join/2.Simon MacMullen2010-10-081-1/+1
* | filename:join/1.Simon MacMullen2010-10-081-1/+2
* | Use rabbit_misc:write_term_file/2 (at a more sensible place).Simon MacMullen2010-10-081-4/+2
* | Write a schema version out.Simon MacMullen2010-10-081-1/+9
|/
* remove dead codebug23109Matthias Radestock2010-08-251-4/+0
* remove redundant codebug23104Matthias Radestock2010-08-111-3/+2
* minor neatificationMatthias Radestock2010-08-111-3/+1
* merge default into bug23104Matthias Radestock2010-08-111-29/+88
|\
| * make table content spot check part of schema_integrity_checkMatthias Radestock2010-08-111-23/+22
| * idiot2Matthew Sackman2010-08-111-1/+0
| * idiotMatthew Sackman2010-08-111-3/+1
| * The table content tests need to happen *after* we've waited for the tables, o...Matthew Sackman2010-08-111-7/+20
| * cosmeticMatthew Sackman2010-08-111-3/+3
| * Improve match specsMatthew Sackman2010-08-111-11/+27
| * Use match specs instead. This is a first pass - I want to be able to add some...Matthew Sackman2010-08-111-35/+35
| * Partial implementation of 3rd suggestion. Partial because I just wanted to se...Matthew Sackman2010-08-101-9/+43
* | cosmetic: consistencyMatthias Radestock2010-08-111-5/+5
|/
* tweakbug23083Matthias Radestock2010-08-061-15/+15
* tweakMatthias Radestock2010-08-061-12/+11
* don't depend on exceptionsMatthias Radestock2010-08-061-13/+15
* map/filter at the same timeAlexandru Scvortov2010-08-061-13/+11
* more informative failure messagesAlexandru Scvortov2010-08-061-11/+16
* table columns also need to be in the same orderAlexandru Scvortov2010-08-061-2/+1
* tables are compatible only if they have exactly same attributesAlexandru Scvortov2010-08-061-2/+1
* all errors should be caughtAlexandru Scvortov2010-08-061-3/+4
* refactored codeAlexandru Scvortov2010-08-061-18/+9
* check that mnesia table attributes are as expectedAlexandru Scvortov2010-08-051-5/+25
* Merging bug 22973 onto defaultMatthew Sackman2010-07-291-13/+2
|\
| * application:get_env/2 -> application:get_env/1bug22973Alexandru Scvortov2010-07-191-1/+1
| * moved rabbitmq_cluster.config into the cluster_nodes field of rabbit in rabbi...Alexandru Scvortov2010-07-191-13/+2
* | reformatted commentsbug22992Alexandru Scvortov2010-07-201-4/+6
* | reporting of cluster node types now worksAlexandru Scvortov2010-07-201-5/+14
|/
* merged default into bug22877bug22877Alexandru Scvortov2010-07-091-6/+10
|\
| * cleanupAlexandru Scvortov2010-07-061-0/+1
| * removed line at top of rabbit_mnesia.erlAlexandru Scvortov2010-07-061-1/+0
| * moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-2/+2
| * better typesAlexandru Scvortov2010-07-021-3/+3
| * partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-3/+6
| * updated file-related specsAlexandru Scvortov2010-07-011-1/+2
* | deduplicate even the current nodeAlexandru Scvortov2010-07-091-1/+2
* | added deduplication of cluster node listAlexandru Scvortov2010-07-091-1/+1
* | changed cluster -f to force_clusterAlexandru Scvortov2010-07-061-2/+9
* | added -f switch to rabbitmqctl clusterAlexandru Scvortov2010-07-051-36/+54
|/