| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed sync_if/2 and sync/2. | Francesco Mazzoli | 2012-02-22 | 1 | -22/+7 |
| * | Merge default | Francesco Mazzoli | 2012-02-16 | 4 | -29/+40 |
| |\ | |||||
| | * | Introduced a small timeout when needs_timeout returns 'idle'. | Francesco Mazzoli | 2012-02-16 | 2 | -4/+5 |
| | * | Got rid of unused function and warnings. | Francesco Mazzoli | 2012-02-09 | 1 | -10/+3 |
| | * | Merged default | Francesco Mazzoli | 2012-02-09 | 105 | -420/+626 |
| | |\ | |||||
| | * | | Changed needs_sync/1 patterns order. | Francesco Mazzoli | 2012-02-09 | 1 | -3/+2 |
| | * | | Taking is_dirty into account in needs_sync/1. | Francesco Mazzoli | 2012-02-09 | 1 | -2/+3 |
| | * | | needs_sync/1 now uses the handle write buffer, sync/1 is unconditional. | Francesco Mazzoli | 2012-02-09 | 2 | -7/+16 |
| | * | | Syncing instead of flushing. | Francesco Mazzoli | 2012-02-09 | 2 | -12/+8 |
| | * | | Returning idle in needs_timeout/1 only when there is something to flush. | Francesco Mazzoli | 2012-02-07 | 2 | -5/+11 |
| | * | | Always returning either timed or idle, always flushing in timeout/1. | Francesco Mazzoli | 2012-02-07 | 3 | -56/+12 |
| | * | | Flushing periodically, trying out various way to find out when to flush. | Francesco Mazzoli | 2012-02-07 | 3 | -13/+63 |
| * | | | Merge bug24086 | Simon MacMullen | 2012-02-15 | 5 | -35/+54 |
| |\ \ \ | |||||
| | * | | | refactor: less strange variable scoping | Matthias Radestock | 2012-02-14 | 1 | -7/+8 |
| | * | | | Remerge bug24714 | Emile Joubert | 2012-02-15 | 1 | -12/+7 |
| | |\ \ \ | |||||
| | | * | | | simplifying refactor | Matthias Radestock | 2012-02-13 | 1 | -12/+7 |
| | * | | | | monitor nodes just once | Matthias Radestock | 2012-02-09 | 1 | -9/+12 |
| | |/ / / | |||||
| | * | | | remove cruft | Matthias Radestock | 2012-02-09 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| | * | | Merge bug24668 (make consumer flow control more like credit_flow; improve per... | Simon MacMullen | 2012-02-09 | 3 | -6/+26 |
| | |\ \ | |||||
| | | * | | Cosmetic | Simon MacMullen | 2012-02-09 | 1 | -1/+1 |
| | | * | | credit_flow-like throttling of queue->writer message flow | Matthias Radestock | 2012-02-07 | 3 | -6/+26 |
| * | | | | handle framing errors promptly | Matthias Radestock | 2012-02-09 | 1 | -10/+10 |
| |/ / / | |||||
| * | | | refactor channel frame handling | Matthias Radestock | 2012-02-09 | 1 | -24/+21 |
| * | | | Merged bug24505 into default | Emile Joubert | 2012-02-08 | 3 | -103/+117 |
| |\ \ \ | |||||
| | * \ \ | Merge bug24234 | Simon MacMullen | 2012-02-08 | 1 | -11/+32 |
| | |\ \ \ | |||||
| | | * | | | Committed some changes by mistake... | Francesco Mazzoli | 2012-02-01 | 3 | -32/+13 |
| | | * | | | Cosmetic, restored reject/4 arguments to the previous order. | Francesco Mazzoli | 2012-02-01 | 4 | -20/+40 |
| | | * | | | Merge default. | Francesco Mazzoli | 2012-02-01 | 1 | -12/+32 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge default. | Francesco Mazzoli | 2012-01-31 | 15 | -218/+407 |
| | | | |\ \ \ | |||||
| | | | * | | | | Renamede reject_tx/4 to reject/4. | Francesco Mazzoli | 2012-01-31 | 1 | -4/+4 |
| | | | * | | | | Delete extra whitespace. | Francesco Mazzoli | 2012-01-25 | 1 | -2/+0 |
| | | | * | | | | Cons instead of append, reject does not change the channel state. | Francesco Mazzoli | 2012-01-25 | 1 | -6/+5 |
| | | | * | | | | 'case' statement style | Francesco Mazzoli | 2012-01-25 | 1 | -2/+3 |
| | | | * | | | | reject doesn't need to know about the channel state. | Francesco Mazzoli | 2012-01-25 | 1 | -5/+6 |
| | | | * | | | | Fix to reject_tx, list comprehension instead of map. | Francesco Mazzoli | 2012-01-25 | 1 | -2/+3 |
| | | | * | | | | Flatten the list of lists. | Francesco Mazzoli | 2012-01-25 | 1 | -1/+1 |
| | | | * | | | | Executing basick.{nack,reject} transactionally. | Francesco Mazzoli | 2012-01-24 | 1 | -15/+36 |
| | * | | | | | | Merge bug24730 | Simon MacMullen | 2012-02-08 | 2 | -83/+67 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | refactor: remove cruft | Matthias Radestock | 2012-02-08 | 1 | -31/+24 |
| | | * | | | | | | refactor: extract commonality between basic.deliver and basic.get | Matthias Radestock | 2012-02-07 | 1 | -52/+43 |
| | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | | Don't sync the mnesia disk log when nothing got written to it | Matthias Radestock | 2012-02-06 | 1 | -8/+17 |
| | |/ / / / / | |||||
| * | | | | | | cosmetic: drop redundant /integer in binary match | Matthias Radestock | 2012-02-08 | 1 | -27/+27 |
| * | | | | | | Merged default. | Francesco Mazzoli | 2012-02-07 | 6 | -34/+79 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Using gen_secure/0 only when really needed. | Francesco Mazzoli | 2012-02-07 | 3 | -11/+11 |
| | * | | | | | Better comments regarding gen/0, explicit range for phash/2. | Francesco Mazzoli | 2012-01-31 | 1 | -4/+12 |
| | * | | | | | Better comment for gen/0. | Francesco Mazzoli | 2012-01-31 | 2 | -4/+5 |
| | * | | | | | Update comment for gen/0. | Francesco Mazzoli | 2012-01-31 | 2 | -3/+4 |
| | * | | | | | Merge master in. | Francesco Mazzoli | 2012-01-31 | 29 | -411/+619 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Change fash guid generation function to use phash + rotating blocks. | Francesco Mazzoli | 2012-01-31 | 1 | -7/+17 |
| | * | | | | | | Change the guid related entries names in the process dict. | Francesco Mazzoli | 2012-01-17 | 1 | -2/+2 |
