summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the tail fun in execute_mnesia_tx_with_tail *only* get executed after th...Simon MacMullen2011-03-284-52/+49
* Unify funs, cosmetic.Simon MacMullen2011-03-281-18/+12
* Oops.Simon MacMullen2011-03-281-1/+1
* Make serialise_events into /0, don't call it via callback/3.Simon MacMullen2011-03-287-16/+17
* Merge defaultSimon MacMullen2011-03-281-1/+0
|\
| * removing trap_exit flag in rabbit_channelVlad Alexandru Ionescu2011-03-231-1/+0
* | Shorten name for alignment reasons.Simon MacMullen2011-03-251-3/+3
* | Merge from defaultSimon MacMullen2011-03-2412-44/+127
|\ \ | |/ |/|
| * Fix for API changeSimon MacMullen2011-03-241-2/+2
| * Only return the queue the second time round and thus don't call XT:add_bindin...Simon MacMullen2011-03-231-1/+7
| * Since we use callback() to call serialise_events() this can now return a bool...Simon MacMullen2011-03-231-1/+2
| * Do an impersonation of the serialisation thing for create / delete. Since the...Simon MacMullen2011-03-233-9/+20
| * serialise_events should take an exchange really.Simon MacMullen2011-03-216-16/+12
| * Probably makes sense to remove the serial number on delete.Simon MacMullen2011-03-181-0/+1
| * I think this is tidier.Simon MacMullen2011-03-181-31/+44
| * Not 100% beautiful, but this gets serial ids into the hands of add_binding an...Simon MacMullen2011-03-1711-39/+94
* | coughMatthew Sackman2011-03-231-2/+2
* | Merging bug23425 to defaultMatthew Sackman2011-03-238-151/+486
|\ \
| * | Turns out it's very important that we do write the schema_version when call m...Matthew Sackman2011-03-231-1/+2
| * | Abstract out continuationMatthew Sackman2011-03-232-16/+15
| * | Merge headsSimon MacMullen2011-03-2310-137/+175
| |\ \
| | * | Detect discnodeishness prior to suffering disclessnessMatthew Sackman2011-03-231-1/+3
| | * | sort out how often and when we do the rabbit:prepare (set up log handlers), a...Matthew Sackman2011-03-233-10/+7
| | * | New decree is that you're not meant to match against ensure_stuff callsMatthew Sackman2011-03-232-7/+11
| | * | Merge default into bug23425Matthew Sackman2011-03-238-147/+485
| | |\ \
| | | * | Renaming bits and pieces for consistency and checking a few more return value...Matthew Sackman2011-03-222-19/+21
| * | | | Record all nodes, don't list them when we refuse to start.Simon MacMullen2011-03-233-23/+17
| | |/ / | |/| |
| * | | Better name, vertical space.Simon MacMullen2011-03-211-13/+11
| * | | When upgrading a secondary node we call init_db twice: once early to force a ...Simon MacMullen2011-03-212-13/+18
| * | | Don't try to determine whether a backup is needed before doing anything, take...Simon MacMullen2011-03-211-40/+18
| * | | Oops.Simon MacMullen2011-03-211-2/+2
| * | | maybe_remove_backup is safe when returning version_not_available since we wou...Simon MacMullen2011-03-211-10/+9
| * | | Merge headsSimon MacMullen2011-03-211-22/+18
| |\ \ \
| | * | | Various QA tidyups, and stop exporting the backup / remove backup functions.Simon MacMullen2011-03-211-22/+18
| * | | | Well I thought =~= was beautiful and appropriately approximate to ==Matthew Sackman2011-03-183-5/+5
| |/ / /
| * | | Take a single backup before any upgrade, remove it when we're all clear.Simon MacMullen2011-03-181-37/+69
| * | | Merge headsSimon MacMullen2011-03-183-21/+20
| |\ \ \
| | * | | Can't call =~= with non-version args, thus shuffle things around a bit. End u...Matthew Sackman2011-03-171-17/+16
| | * | | Improve symmetry: if we write the running_disc_nodes on rabbit shutdown, we s...Matthew Sackman2011-03-172-2/+2
| | * | | rabbit:stop() is not always called when rabbit is stopping. E.g. q(). doesn't...Matthew Sackman2011-03-172-2/+2
| * | | | Ensure mnesia is stopped for the local upgrade backup.Simon MacMullen2011-03-181-2/+3
| |/ / /
| * | | If we have version_not_available, then it makes sense to have version_mismatc...Matthew Sackman2011-03-171-2/+1
| * | | renamingsMatthew Sackman2011-03-173-35/+34
| * | | incorporate qa feedback. The version.erl api is rather nice now: the version ...Matthew Sackman2011-03-173-146/+139
| * | | orderingMatthew Sackman2011-03-161-1/+1
| * | | englishMatthew Sackman2011-03-161-1/+1
| * | | Abstract and rewrite schema_version handling functionsMatthew Sackman2011-03-163-74/+143
| * | | Merging default into bug23425Matthew Sackman2011-03-167-71/+339
| |\ \ \
| | * | | Correct upgrade stepMatthew Sackman2011-03-091-1/+1
| | * | | Use lists:append/1.Simon MacMullen2011-03-081-1/+1