summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Missing specbug24558Simon MacMullen2012-02-291-0/+1
* Assert in timeout, better sync comment, changed naming of needs_index_sync.Francesco Mazzoli2012-02-292-6/+6
* Checking for memory usage in needs_timeoutFrancesco Mazzoli2012-02-221-4/+12
* Using SYNC_INTERVAL for the idle timeout as well.Francesco Mazzoli2012-02-221-4/+3
* Removed reduce_memory_use test before actual reduce_memory_use in timeout/1.Francesco Mazzoli2012-02-221-8/+1
* Removed sync_if/2 and sync/2.Francesco Mazzoli2012-02-221-22/+7
* Merge defaultFrancesco Mazzoli2012-02-164-29/+40
|\
| * Introduced a small timeout when needs_timeout returns 'idle'.Francesco Mazzoli2012-02-162-4/+5
| * Got rid of unused function and warnings.Francesco Mazzoli2012-02-091-10/+3
| * Merged defaultFrancesco Mazzoli2012-02-09129-472/+691
| |\
| * | Changed needs_sync/1 patterns order.Francesco Mazzoli2012-02-091-3/+2
| * | Taking is_dirty into account in needs_sync/1.Francesco Mazzoli2012-02-091-2/+3
| * | needs_sync/1 now uses the handle write buffer, sync/1 is unconditional.Francesco Mazzoli2012-02-092-7/+16
| * | Syncing instead of flushing.Francesco Mazzoli2012-02-092-12/+8
| * | Returning idle in needs_timeout/1 only when there is something to flush.Francesco Mazzoli2012-02-072-5/+11
| * | Always returning either timed or idle, always flushing in timeout/1.Francesco Mazzoli2012-02-073-56/+12
| * | Flushing periodically, trying out various way to find out when to flush.Francesco Mazzoli2012-02-073-13/+63
* | | Merge bug24086Simon MacMullen2012-02-156-36/+55
|\ \ \
| * | | refactor: less strange variable scopingMatthias Radestock2012-02-141-7/+8
| * | | Remerge bug24714Emile Joubert2012-02-152-13/+8
| |\ \ \
| | * | | Unmerge bug20337Emile Joubert2012-02-151-1/+1
| | * | | simplifying refactorMatthias Radestock2012-02-131-12/+7
| * | | | monitor nodes just oncebug24714Matthias Radestock2012-02-091-9/+12
| |/ / /
| * | | remove cruftMatthias Radestock2012-02-091-1/+1
| | |/ | |/|
| * | Merge bug24668 (make consumer flow control more like credit_flow; improve per...Simon MacMullen2012-02-093-6/+26
| |\ \
| | * | Cosmeticbug24668Simon MacMullen2012-02-091-1/+1
| | * | credit_flow-like throttling of queue->writer message flowMatthias Radestock2012-02-073-6/+26
* | | | handle framing errors promptlybug24086Matthias Radestock2012-02-091-10/+10
|/ / /
* | | refactor channel frame handlingMatthias Radestock2012-02-091-24/+21
* | | Merged bug24505 into defaultEmile Joubert2012-02-083-103/+117
|\ \ \
| * \ \ Merge bug24234Simon MacMullen2012-02-081-11/+32
| |\ \ \
| | * | | Committed some changes by mistake...bug24234Francesco Mazzoli2012-02-013-32/+13
| | * | | Cosmetic, restored reject/4 arguments to the previous order.Francesco Mazzoli2012-02-014-20/+40
| | * | | Merge default.Francesco Mazzoli2012-02-011-12/+32
| | |\ \ \
| | | * \ \ Merge default.Francesco Mazzoli2012-01-3118-257/+445
| | | |\ \ \
| | | * | | | Renamede reject_tx/4 to reject/4.Francesco Mazzoli2012-01-311-4/+4
| | | * | | | Delete extra whitespace.Francesco Mazzoli2012-01-251-2/+0
| | | * | | | Cons instead of append, reject does not change the channel state.Francesco Mazzoli2012-01-251-6/+5
| | | * | | | 'case' statement styleFrancesco Mazzoli2012-01-251-2/+3
| | | * | | | reject doesn't need to know about the channel state.Francesco Mazzoli2012-01-251-5/+6
| | | * | | | Fix to reject_tx, list comprehension instead of map.Francesco Mazzoli2012-01-251-2/+3
| | | * | | | Flatten the list of lists.Francesco Mazzoli2012-01-251-1/+1
| | | * | | | Executing basick.{nack,reject} transactionally.Francesco Mazzoli2012-01-241-15/+36
| * | | | | | Merge bug24730Simon MacMullen2012-02-082-83/+67
| |\ \ \ \ \ \
| | * | | | | | refactor: remove cruftMatthias Radestock2012-02-081-31/+24
| | * | | | | | refactor: extract commonality between basic.deliver and basic.getMatthias Radestock2012-02-071-52/+43
| | | |_|_|/ / | | |/| | | |
| * | | | | | Don't sync the mnesia disk log when nothing got written to itbug24730Matthias Radestock2012-02-061-8/+17
| |/ / / / /
* | | | | | cosmetic: drop redundant /integer in binary matchbug24505Matthias Radestock2012-02-081-27/+27
* | | | | | Merged default.Francesco Mazzoli2012-02-076-34/+79
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Using gen_secure/0 only when really needed.Francesco Mazzoli2012-02-073-11/+11