summaryrefslogtreecommitdiff
path: root/src/rabbit_mnesia.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* moved common spec to rabbit.hrl; rewrote status codebug22597Alexandru Scvortov2010-06-111-16/+13
* fixed crash when rabbit:status/0 called after rabbit was stoppedAlexandru Scvortov2010-06-101-9/+16
* Start bug22597 again.Simon MacMullen2010-06-081-2/+12
* s/fun(/fun (/gSimon MacMullen2010-05-281-1/+1
* introduce rabbit_misc:recursive_delete/1 helperMatthias Radestock2010-04-121-3/+2
* refactor: introduce file_path() typeMatthias Radestock2010-04-121-1/+1
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-4/+4
* placation of Matthias - more sensible rabbit_mnesia APIMatthew Sackman2009-10-291-22/+18
* On application:stop, if we're not clustered, walk through all the ram tables,...Matthew Sackman2009-10-291-1/+23
* s/bool()/boolean() in type specsbug21714Matthias Radestock2009-09-301-1/+1
* merge bug21429 into defaultMatthias Radestock2009-08-231-36/+35
|\