Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetic | Matthias Radestock | 2012-04-11 | 1 | -2/+2 |
* | Changed uses of gb_sets:difference/2 to our difference functions. | Francesco Mazzoli | 2012-04-11 | 1 | -1/+2 |
* | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
* | More credit for the queue -> msg_store case. | Simon MacMullen | 2012-01-19 | 1 | -2/+2 |
* | two flavours of 'write' | Matthias Radestock | 2012-01-17 | 1 | -11/+19 |
* | more sensible arg order | Matthias Radestock | 2012-01-17 | 1 | -13/+13 |
* | Don't pass the client pid in for write. | Simon MacMullen | 2012-01-17 | 1 | -3/+5 |
* | Flow control: vq -> msg_store. | Simon MacMullen | 2012-01-17 | 1 | -17/+26 |
* | more accurate description of flying_ets tablebug24308 | Matthias Radestock | 2011-10-17 | 1 | -1/+1 |
* | explain why client_update_flying phase 3 will always succeed | Matthias Radestock | 2011-10-17 | 1 | -0/+3 |
* | refactor: revert change to var name | Matthias Radestock | 2011-10-17 | 1 | -2/+2 |
* | refactor: rename update_flying/3 to client_update_flying/3 | Matthias Radestock | 2011-10-17 | 1 | -4/+4 |
* | fix bug | Matthias Radestock | 2011-10-17 | 1 | -1/+1 |
* | Give up on attempting to improve clarity. | Simon MacMullen | 2011-10-17 | 1 | -6/+6 |
* | Rephrase to make Matthias happier... | Simon MacMullen | 2011-10-17 | 1 | -7/+7 |
* | I find this clearer | Simon MacMullen | 2011-10-17 | 1 | -6/+6 |
* | rename 'removed' confirmation event name to 'ignored' | Matthias Radestock | 2011-10-15 | 1 | -3/+3 |
* | merge default into bug24308 | Matthias Radestock | 2011-10-15 | 1 | -13/+8 |
|\ | |||||
| * | a spot of inlining | Matthias Radestock | 2011-10-15 | 1 | -14/+7 |
| * | only confirm messages on 'remove' that are pending confirmation | Matthias Radestock | 2011-10-11 | 1 | -2/+3 |
* | | documentation | Matthias Radestock | 2011-10-14 | 1 | -0/+39 |
* | | issue confirms when needed (and only then) | Matthias Radestock | 2011-10-11 | 1 | -22/+33 |
* | | refactoring: extract core of 'write' handler | Matthias Radestock | 2011-10-10 | 1 | -66/+62 |
* | | cosmetic | Matthias Radestock | 2011-10-10 | 1 | -2/+2 |
* | | there's more than one call site for remove_message... | Matthias Radestock | 2011-10-10 | 1 | -41/+41 |
* | | be more careful about deleting cur_file_cache_ets entries | Matthias Radestock | 2011-10-10 | 1 | -6/+17 |
* | | I'm pretty sure this is correct | Matthias Radestock | 2011-10-09 | 1 | -31/+47 |
* | | slightly more obvious flying_writes accounting | Matthias Radestock | 2011-10-06 | 1 | -14/+11 |
* | | merge default into bug24308 | Matthias Radestock | 2011-10-06 | 1 | -73/+116 |
|\ \ | |/ |/| | |||||
| * | Whoops, forgot that bit. | Matthew Sackman | 2011-08-19 | 1 | -0/+4 |
| * | Fixed again. | Matthew Sackman | 2011-08-19 | 1 | -73/+112 |
* | | move file functions from misc to rabbit_file | Alexandru Scvortov | 2011-09-21 | 1 | -4/+4 |
* | | merge default into bug 23056bug23056 | Alexandru Scvortov | 2011-08-25 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | even more specs | Alexandru Scvortov | 2011-08-05 | 1 | -0/+2 |
* | | Merging default to bug24340 | Matthew Sackman | 2011-08-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | Correct spec | Matthew Sackman | 2011-08-16 | 1 | -1/+2 |
* | | | Merging default to bug24340 | Matthew Sackman | 2011-08-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Reforce msg_store sync interval to 25ms, which was the goal of bug 23765, but... | Matthew Sackman | 2011-08-16 | 1 | -1/+1 |
| |/ | |||||
* | | Correct capture of msg-on-disk in tests as sync replacement; rip out explicit... | Matthew Sackman | 2011-08-16 | 1 | -48/+14 |
* | | If the client is dying, turn the sync into a noop | Matthew Sackman | 2011-08-12 | 1 | -8/+16 |
|/ | |||||
* | just ignore the result to erlang:cancel_timer | Alexandru Scvortov | 2011-08-02 | 1 | -1/+1 |
* | some more refactoring | Alexandru Scvortov | 2011-08-02 | 1 | -1/+1 |
* | merge default into bug23504 | Alexandru Scvortov | 2011-08-02 | 1 | -315/+300 |
|\ | |||||
| * | employ more sophisticated message queue formatting | Matthias Radestock | 2011-07-28 | 1 | -1/+4 |
| * | It is not an error if the file does not exist | Matthew Sackman | 2011-04-06 | 1 | -1/+4 |
| * | Slimmer gatherer termination | Emile Joubert | 2011-03-31 | 1 | -1/+1 |
| * | Merging bug24008 to default | Matthew Sackman | 2011-03-31 | 1 | -110/+29 |
| |\ | |||||
| | * | Merge default into bug23968bug23968 | Matthew Sackman | 2011-03-28 | 1 | -22/+25 |
| | |\ | |||||
| | * | | Rip out dedup cache | Matthew Sackman | 2011-03-18 | 1 | -101/+28 |
| | * | | Rip out msg_store:release | Matthew Sackman | 2011-03-18 | 1 | -10/+1 |