summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Not needed any moreSimon MacMullen2014-10-271-8/+0
| | | * | | Start distribution early so we correctly generate node from "-n"Simon MacMullen2014-10-271-4/+2
| | | * | | Explain what we are doing and why.Simon MacMullen2014-10-271-2/+14
| | | * | | Check in with epmd periodically, if it hasn't heard of us then re-register (a...Simon MacMullen2014-10-272-0/+96
| | | * | | Revert to stable-like behaviour, always starting epmd, but starting it oursel...Simon MacMullen2014-10-273-11/+1
| | | * | | *Do* start epmd ourselves if we want to impersonate a node. And just allow ne...Simon MacMullen2014-10-243-16/+41
| | | * | | First pass at having ctl and plugins not start epmd. This can cause problems ...Simon MacMullen2014-10-236-32/+28
| | * | | | Merge bug26522Simon MacMullen2015-01-135-10/+28
| | |\ \ \ \
| | | * \ \ \ Merge in defaultSimon MacMullen2015-01-135-10/+28
| | | |\ \ \ \ | | |/ / / / /
| | | * | | | Merge bug26327Simon MacMullen2015-01-122-2/+2
| | | |\ \ \ \
| | | * | | | | More stats (and rename the existing ones).Simon MacMullen2015-01-075-10/+28
| | * | | | | | Merge bug26327Simon MacMullen2015-01-135-273/+521
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Fix confusion over where the embedded size lives.Simon MacMullen2015-01-131-8/+7
| | | * | | | | Oops.Simon MacMullen2015-01-131-11/+13
| | | * | | | | Simplify reading message body.Simon MacMullen2015-01-131-46/+40
| | | * | | | | Finish the job started by 2f668f7b457f; make sure we always hold messages in ...Simon MacMullen2015-01-131-21/+37
| | | * | | | | Rename this for a bit more clarity.Simon MacMullen2015-01-132-5/+5
| | | * | | | | Only call create_pub_record_body/2 once per message published; keep the seria...Simon MacMullen2015-01-121-10/+8
| | | | |/ / / | | | |/| | |
| | | * | | | So that term_to_binary/1 there somehow seemed to end up creating a lot of gar...Simon MacMullen2015-01-092-2/+2
| | | |/ / /
| | | * | | Decide where to persist to based on the encoded size of the message.Simon MacMullen2015-01-061-11/+21
| | | * | | Handle read failure in read_pub_record_bodySimon MacMullen2014-12-121-15/+25
| | | * | | Remove vestigial use of read_ahead.Simon MacMullen2014-12-121-4/+2
| | | * | | Use msg_in_ram/1 more.Simon MacMullen2014-12-121-21/+19
| | | * | | Rephrase, and add a high level introduction.Simon MacMullen2014-12-111-6/+19
| | | * | | Reduce distance to default, add a tiny bit more explanation.Simon MacMullen2014-12-112-16/+10
| | | * | | Merge in defaultSimon MacMullen2014-12-114-248/+464
| | | |\ \ \
| | | | * | | Run the VQ tests both while embedding messages in the QI and sending them to ...Simon MacMullen2014-12-111-5/+9
| | | | * | | A few fixes to VQ book-keeping, which get the tests passing again:Simon MacMullen2014-12-113-109/+139
| | | | * | | Clearer test failures.Simon MacMullen2014-12-051-5/+14
| | | | * | | API changesSimon MacMullen2014-12-051-8/+12
| | | | * | | Don't recover transient messages.Simon MacMullen2014-12-051-2/+2
| | | | * | | Update essay.Simon MacMullen2014-12-051-6/+8
| | | | * | | Introduce a selection mechanism so that small messages go to the index, and l...Simon MacMullen2014-12-052-13/+34
| | | | * | | Fix bookkeeping of ram_msg_{count,bytes} - don't assume it decrements on alph...Simon MacMullen2014-12-051-23/+28
| | | | * | | Reinstate this.Simon MacMullen2014-12-051-1/+1
| | | | * | | UpgradeSimon MacMullen2014-12-051-3/+36
| | | | * | | Don't leak on noack.Simon MacMullen2014-12-041-3/+4
| | | | * | | Fix dirty recovery.Simon MacMullen2014-12-031-1/+5
| | | | * | | Fix confirmsSimon MacMullen2014-12-033-39/+69
| | | | * | | Rename msg_on_disk to msg_in_store and fix up its semantics. We now don't nee...Simon MacMullen2014-12-031-27/+24
| | | | * | | Hacked-together implementation of persisting messages in the QI. Currently do...Simon MacMullen2014-12-032-98/+181
| | * | | | | Merge bug26427Simon MacMullen2015-01-0933-262/+1133
| | |\ \ \ \ \
| | | * | | | | Don't fail if sbin or etc existMichael Klishin2015-01-081-2/+2
| | | | |_|_|/ | | | |/| | |
| | | * | | | stable to defaultJean-Sebastien Pedron2015-01-0723-221/+907
| | | |\ \ \ \
| | | | * \ \ \ Merge bug26393Simon MacMullen2015-01-064-26/+63
| | | | |\ \ \ \
| | | | | * | | | No need to concatenate hard-coded lists...Jean-Sebastien Pedron2014-12-102-4/+4
| | | | | * | | | Now that empty keys are dropped, we can always add ssl_* keysJean-Sebastien Pedron2014-12-101-11/+1
| | | | | * | | | Filter out auth notification properties with no valueJean-Sebastien Pedron2014-12-032-2/+2
| | | | | * | | | Style fix: Use ++ to construct EventProps, not multiple temporary variablesJean-Sebastien Pedron2014-12-032-25/+17
| | | | | * | | | Pass "extra properties" to notify_auth_result/{3,4} instead of a messageJean-Sebastien Pedron2014-12-022-15/+12