Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | So that term_to_binary/1 there somehow seemed to end up creating a lot of gar...bug26327 | Simon MacMullen | 2015-01-09 | 2 | -2/+2 |
* | Decide where to persist to based on the encoded size of the message. | Simon MacMullen | 2015-01-06 | 1 | -11/+21 |
* | Handle read failure in read_pub_record_body | Simon MacMullen | 2014-12-12 | 1 | -15/+25 |
* | Remove vestigial use of read_ahead. | Simon MacMullen | 2014-12-12 | 1 | -4/+2 |
* | Use msg_in_ram/1 more. | Simon MacMullen | 2014-12-12 | 1 | -21/+19 |
* | Rephrase, and add a high level introduction. | Simon MacMullen | 2014-12-11 | 1 | -6/+19 |
* | Reduce distance to default, add a tiny bit more explanation. | Simon MacMullen | 2014-12-11 | 2 | -16/+10 |
* | Merge in default | Simon MacMullen | 2014-12-11 | 4 | -248/+464 |
|\ | |||||
| * | Run the VQ tests both while embedding messages in the QI and sending them to ... | Simon MacMullen | 2014-12-11 | 1 | -5/+9 |
| * | A few fixes to VQ book-keeping, which get the tests passing again: | Simon MacMullen | 2014-12-11 | 3 | -109/+139 |
| * | Clearer test failures. | Simon MacMullen | 2014-12-05 | 1 | -5/+14 |
| * | API changes | Simon MacMullen | 2014-12-05 | 1 | -8/+12 |
| * | Don't recover transient messages. | Simon MacMullen | 2014-12-05 | 1 | -2/+2 |
| * | Update essay. | Simon MacMullen | 2014-12-05 | 1 | -6/+8 |
| * | Introduce a selection mechanism so that small messages go to the index, and l... | Simon MacMullen | 2014-12-05 | 2 | -13/+34 |
| * | Fix bookkeeping of ram_msg_{count,bytes} - don't assume it decrements on alph... | Simon MacMullen | 2014-12-05 | 1 | -23/+28 |
| * | Reinstate this. | Simon MacMullen | 2014-12-05 | 1 | -1/+1 |
| * | Upgrade | Simon MacMullen | 2014-12-05 | 1 | -3/+36 |
| * | Don't leak on noack. | Simon MacMullen | 2014-12-04 | 1 | -3/+4 |
| * | Fix dirty recovery. | Simon MacMullen | 2014-12-03 | 1 | -1/+5 |
| * | Fix confirms | Simon MacMullen | 2014-12-03 | 3 | -39/+69 |
| * | Rename msg_on_disk to msg_in_store and fix up its semantics. We now don't nee... | Simon MacMullen | 2014-12-03 | 1 | -27/+24 |
| * | Hacked-together implementation of persisting messages in the QI. Currently do... | Simon MacMullen | 2014-12-03 | 2 | -98/+181 |
* | | stable to default | Simon MacMullen | 2014-12-11 | 1 | -2/+13 |
|\ \ | |||||
| * \ | Merge bug26498 | Simon MacMullen | 2014-12-11 | 1 | -2/+13 |
| |\ \ | |||||
| | * | | Minor refactor.bug26498 | Simon MacMullen | 2014-12-11 | 1 | -8/+10 |
| | * | | Backport the part of 505868f421db which fixes ram_bytes when requeueing an in... | Simon MacMullen | 2014-12-11 | 1 | -2/+11 |
| |/ / | |||||
* | | | merge bug26475 into default | Michael Klishin | 2014-12-10 | 7 | -25/+142 |
|\ \ \ | |||||
| * \ \ | stable to default | Simon MacMullen | 2014-12-10 | 17 | -187/+507 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | stable to default (Alvaro forgot) | Simon MacMullen | 2014-12-09 | 17 | -187/+507 |
| | |\ \ | |||||
| | | * \ | stable to default | Simon MacMullen | 2014-12-05 | 17 | -187/+507 |
| | | |\ \ | |||||
| | | | * \ | stable to default | Simon MacMullen | 2014-12-05 | 17 | -187/+507 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | stable to default | Simon MacMullen | 2014-11-28 | 1 | -4/+14 |
| | | | | |\ | |||||
| | | | | * \ | stable to default | Simon MacMullen | 2014-11-28 | 1 | -15/+27 |
| | | | | |\ \ | |||||
| | | | | * \ \ | stable to default | Simon MacMullen | 2014-11-26 | 2 | -0/+9 |
| | | | | |\ \ \ | |||||
| * | | | | \ \ \ | Merge bug26491 | Simon MacMullen | 2014-12-10 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| * | | | | | | | | Minor language corrections.bug26491 | Simon MacMullen | 2014-12-10 | 1 | -4/+4 |
| * | | | | | | | | Autoheal: Make sure Mnesia is stopped on all losers before they restart | Jean-Sebastien Pedron | 2014-12-10 | 1 | -0/+29 |
| |/ / / / / / / | |||||
| * | | | | | | | merges bug26478 into stable | Alvaro Videla | 2014-12-08 | 3 | -25/+101 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Merge bug26446 | Simon MacMullen | 2014-12-05 | 1 | -1/+21 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | Throw an error if at least one plugin's module can't be loadedbug26446 | Jean-Sebastien Pedron | 2014-12-03 | 1 | -1/+21 |
| | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | Merge bug26493 | Simon MacMullen | 2014-12-05 | 0 | -0/+0 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | * | | | | | Abstraction: safe process_info().bug26493 | Simon MacMullen | 2014-12-05 | 1 | -10/+16 |
| | * | | | | | Add top_memory_use() and top_binary_refs(). | Simon MacMullen | 2014-12-05 | 1 | -3/+31 |
| | |/ / / / | |||||
| | * | | | | Merge bug26265 | Simon MacMullen | 2014-11-28 | 5 | -22/+71 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Merge bug 26081 | Simon MacMullen | 2014-11-28 | 0 | -0/+0 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | * | | | Rename this to indicate what it does, not the current circumstances in which ...bug26081 | Simon MacMullen | 2014-11-28 | 1 | -2/+2 |
| | | * | | | Check cluster consistency before joining a cluster | Jean-Sebastien Pedron | 2014-11-27 | 1 | -15/+27 |
| | | |/ / | |||||
| | * | | | No need to load/unload the plugin around the plugin_provided_by_otp/1 checkbug26265 | Jean-Sebastien Pedron | 2014-11-28 | 1 | -14/+3 |
| | * | | | Remove "Plugins: adding to code path" log message | Jean-Sebastien Pedron | 2014-11-28 | 1 | -2/+0 |