| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge bug19749 into bug20097 | Matthias Radestock | 2009-01-08 | 4 | -25/+882 |
| |\ | |||||
| | * | merge bug19759 into bug19749 | Matthias Radestock | 2009-01-08 | 4 | -23/+880 |
| | |\ | |||||
| | | * | replace all cross-node gen_server:casts with gen_server2:casts | Matthias Radestock | 2009-01-08 | 2 | -21/+21 |
| | | * | merge bug20088 into bug19749 | Matthias Radestock | 2009-01-08 | 2 | -2/+859 |
| | | |\ | |/ / | |||||
| | | * | gen_server2.beam is needed at compile time | Matthias Radestock | 2009-01-08 | 1 | -2/+5 |
| | | * | order-preserving cast | Matthias Radestock | 2009-01-07 | 1 | -7/+5 |
| | | * | reduce impact of long message queues on selective receives | Matthias Radestock | 2009-01-07 | 1 | -42/+78 |
| | | * | initial version of gen_server2 | Matthias Radestock | 2009-01-06 | 1 | -0/+820 |
| * | | | merge bug18557 into bug20097 | Matthias Radestock | 2009-01-08 | 5 | -89/+385 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | tidying up, refactoring and some cosmetic changes | Matthias Radestock | 2008-12-26 | 4 | -61/+38 |
| | * | | cosmetic: rename 'in_use' to 'volume' | Matthias Radestock | 2008-12-25 | 1 | -10/+10 |
| | * | | optimisation: only notify queues that have had can_send requests rejected | Matthias Radestock | 2008-12-25 | 1 | -18/+22 |
| | * | | destroy limiter when a channel becomes unlimited | Matthias Radestock | 2008-12-24 | 3 | -22/+38 |
| | * | | merge branch heads | Matthias Radestock | 2008-12-24 | 0 | -0/+0 |
| | |\ \ | |||||
| | | * | | Remove unnecessary method name from protocol_error | Tony Garnock-Jones | 2008-08-06 | 1 | -2/+1 |
| | | * | | Special-case global=true: we don't implement it | Tony Garnock-Jones | 2008-08-06 | 1 | -0/+6 |
| | * | | | don't leave the limiter behind when the channel terminates | Matthias Radestock | 2008-12-23 | 2 | -2/+13 |
| | * | | | add type spec for start_link | Matthias Radestock | 2008-12-23 | 1 | -0/+1 |
| | * | | | handle the "no limiter" case more obviously | Matthias Radestock | 2008-12-23 | 1 | -10/+8 |
| | * | | | cosmetic | Matthias Radestock | 2008-12-23 | 1 | -20/+20 |
| | * | | | deal with limiting after consumer subscription | Matthias Radestock | 2008-12-23 | 3 | -19/+43 |
| | * | | | create limiter lazily | Matthias Radestock | 2008-12-23 | 2 | -5/+22 |
| | * | | | make limiter keep track of all queues with subscriptions | Matthias Radestock | 2008-12-23 | 2 | -18/+52 |
| | * | | | merge default into bug18557 | Matthias Radestock | 2008-12-23 | 1 | -0/+2 |
| | |\ \ \ | |||||
| | * | | | | cosmetic | Matthias Radestock | 2008-12-23 | 2 | -12/+12 |
| | * | | | | merge default into bug18557 | Matthias Radestock | 2008-12-23 | 4 | -17/+37 |
| | |\ \ \ \ | |||||
| | * | | | | | ensure fairness | Matthias Radestock | 2008-12-23 | 1 | -4/+13 |
| | * | | | | | saner state transition handling | Matthias Radestock | 2008-12-19 | 1 | -52/+39 |
| | * | | | | | fix bug: make sure consumers blocked due to limit are dropped from State | Matthias Radestock | 2008-12-19 | 1 | -5/+5 |
| | * | | | | | handle transactional acks | Matthias Radestock | 2008-12-19 | 1 | -18/+16 |
| | * | | | | | minor simplifications | Matthias Radestock | 2008-12-18 | 1 | -6/+4 |
| | * | | | | | oops | Matthias Radestock | 2008-12-18 | 1 | -1/+1 |
| | * | | | | | refactoring | Matthias Radestock | 2008-12-18 | 1 | -18/+14 |
| | * | | | | | tidy some more comments | Matthias Radestock | 2008-12-18 | 1 | -3/+3 |
| | * | | | | | tidy comments | Matthias Radestock | 2008-12-18 | 1 | -11/+10 |
| | * | | | | | lots of tweaks and fixes | Matthias Radestock | 2008-12-18 | 1 | -48/+20 |
| | * | | | | | fix typo | Matthias Radestock | 2008-12-18 | 1 | -2/+2 |
| | * | | | | | Added handler for monitor notifications | Ben Hood | 2008-12-18 | 1 | -17/+6 |
| | * | | | | | Don't double monitor anything | Ben Hood | 2008-12-18 | 1 | -2/+5 |
| | * | | | | | Put some monitors in | Ben Hood | 2008-12-18 | 2 | -20/+26 |
| | * | | | | | Got rid of superfluous PD read | Ben Hood | 2008-12-18 | 1 | -2/+1 |
| | * | | | | | Fix for multi ack bug | Ben Hood | 2008-12-18 | 1 | -1/+1 |
| | * | | | | | add limiter to module list | Matthias Radestock | 2008-12-18 | 1 | -0/+1 |
| | * | | | | | merge default into bug18557 | Matthias Radestock | 2008-12-18 | 71 | -890/+1680 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Shutting dialyzer up | Ben Hood | 2008-12-07 | 2 | -6/+17 |
| | * | | | | | | Added catch for pre-fetch size | Ben Hood | 2008-12-07 | 1 | -0/+5 |
| | * | | | | | | Added match for setting the global flag | Ben Hood | 2008-12-07 | 1 | -0/+4 |
| | * | | | | | | Dead queue informs limiter | Ben Hood | 2008-12-07 | 3 | -1/+16 |
| | * | | | | | | Merged default into 18557 | Ben Hood | 2008-12-07 | 38 | -158/+936 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Differentiate between acks for basic.get and basic.consume | Ben Hood | 2008-11-24 | 1 | -1/+13 |
