| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unbreak | Simon MacMullen | 2013-01-16 | 1 | -1/+1 |
| * | API consistency | Matthias Radestock | 2013-01-15 | 2 | -3/+3 |
| * | cosmetic | Matthias Radestock | 2013-01-15 | 1 | -6/+5 |
| * | neater xref fooling | Matthias Radestock | 2013-01-15 | 1 | -5/+2 |
| * | merge default into bug23749 | Matthias Radestock | 2013-01-15 | 2 | -38/+87 |
| |\ | |||||
| | * | optimising refactor of check_xref | Matthias Radestock | 2013-01-15 | 1 | -1/+2 |
| | * | make check_xref work when plugins dir is empty | Matthias Radestock | 2013-01-15 | 1 | -8/+3 |
| | * | much more thorough testing of vq:requeue | Matthias Radestock | 2013-01-15 | 1 | -21/+62 |
| | * | improve assertion in vq:fold test | Matthias Radestock | 2013-01-14 | 1 | -2/+6 |
| | * | improve vq:fold test | Matthias Radestock | 2013-01-14 | 1 | -8/+16 |
| * | | simplify bad_version error handling | Matthias Radestock | 2013-01-15 | 1 | -6/+5 |
| * | | fix typo | Matthias Radestock | 2013-01-15 | 1 | -1/+1 |
| * | | Fix the case of sending credit state back when changing credit when there are... | Simon MacMullen | 2013-01-15 | 1 | -22/+23 |
| * | | Separate out can_cons_send. | Simon MacMullen | 2013-01-15 | 2 | -29/+30 |
| * | | Specs. And a function I forgot to write. | Simon MacMullen | 2013-01-15 | 1 | -8/+11 |
| * | | Cosmetic | Simon MacMullen | 2013-01-15 | 3 | -8/+9 |
| * | | Allow setting credit for a consumer tag that does not yet exist, since the ad... | Simon MacMullen | 2013-01-14 | 2 | -13/+31 |
| * | | TODO-- | Simon MacMullen | 2013-01-14 | 2 | -5/+8 |
| * | | No. | Simon MacMullen | 2013-01-14 | 1 | -1/+0 |
| * | | Merge default | Simon MacMullen | 2013-01-14 | 8 | -47/+308 |
| |\ \ | |/ |/| | |||||
| | * | Improve workingness further. We now should be handling multiple blocks for di... | Simon MacMullen | 2013-01-14 | 2 | -67/+76 |
| | * | Right. There were a lot of bugs. This fixes most of them. One major confusion... | Simon MacMullen | 2013-01-11 | 3 | -46/+55 |
| | * | Second attempt at moving credit into the queue. This time we pretend the limi... | Simon MacMullen | 2013-01-10 | 4 | -149/+155 |
| | * | consumer_mapping changed since this branch was last worked on. | Simon MacMullen | 2013-01-10 | 1 | -5/+5 |
| | * | I added that clause early in the history of this bug and it's always been wro... | Simon MacMullen | 2013-01-09 | 1 | -2/+1 |
| | * | Stub for 1.0 support. | Simon MacMullen | 2013-01-08 | 2 | -1/+42 |
| | * | Merge in default. | Simon MacMullen | 2013-01-07 | 5 | -31/+228 |
| | |\ | |||||
| | | * | Resurrect | Simon MacMullen | 2013-01-07 | 1 | -0/+1 |
| | | * | And correct specs | Michael Bridgen | 2011-08-24 | 1 | -2/+5 |
| | | * | Rectify some poor conflict resolution choices. | Michael Bridgen | 2011-08-24 | 2 | -8/+14 |
| | | * | Merge in default. Many conflicts unhappy face | Michael Bridgen | 2011-08-23 | 31 | -519/+2196 |
| | | |\ | |||||
| | | * \ | Merge in default | Simon MacMullen | 2011-08-03 | 5 | -41/+235 |
| | | |\ \ | |||||
| | | | * | | Remove some dead TODOs from when this was very young. | Simon MacMullen | 2011-07-25 | 1 | -10/+0 |
| | | | * | | Face down, nine-edge first. | Simon MacMullen | 2011-07-25 | 2 | -4/+9 |
| | | | * | | ...and unbreak. | Simon MacMullen | 2011-07-25 | 1 | -7/+5 |
| | | | * | | Merge in default. | Simon MacMullen | 2011-07-22 | 104 | -4654/+8964 |
| | | | |\ \ | |||||
| | | | * \ \ | Merge in default | Simon MacMullen | 2011-02-18 | 5 | -41/+242 |
| | | | |\ \ \ | |||||
| | | | | * | | | Use serial number arithmetic for credit | Michael Bridgen | 2011-02-11 | 3 | -7/+85 |
| | | | | * | | | Separate calculating the credit from updating the state, and do it properly. | Michael Bridgen | 2011-02-09 | 1 | -12/+22 |
| | | | | * | | | Remove io:format | Simon MacMullen | 2011-02-09 | 1 | -1/+0 |
| | | | | * | | | Use a base for basic.credit, to account for messages that have been delivered... | Michael Bridgen | 2011-02-09 | 2 | -24/+40 |
| | | | | * | | | Remove redundant fields from credit-ok. | Simon MacMullen | 2011-02-03 | 1 | -4/+1 |
| | | | | * | | | Change mind again on how this should work - have a synchronous reply method, ... | Simon MacMullen | 2011-02-03 | 1 | -4/+4 |
| | | | | * | | | Send a credit-state when magical draining happens. | Simon MacMullen | 2011-02-02 | 2 | -5/+15 |
| | | | | * | | | Return a basic.credit-state after receiving a basic.credit. | Simon MacMullen | 2011-02-02 | 1 | -1/+17 |
| | | | | * | | | Credit needs to be per ctag. | Simon MacMullen | 2011-02-02 | 3 | -74/+127 |
| | | | | * | | | Support drain (probably in a rather inefficient way). | Simon MacMullen | 2011-02-01 | 2 | -17/+22 |
| | | | | * | | | Beginning of channel.credit support. Tests pass, except for drain=true. | Simon MacMullen | 2011-02-01 | 3 | -43/+60 |
| * | | | | | | | oops; nuke unused var | Matthias Radestock | 2013-01-12 | 1 | -1/+1 |
| * | | | | | | | extract a vq helper fun for constructing a msg_status | Matthias Radestock | 2013-01-12 | 1 | -21/+24 |
