| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | two flavours of 'write' | Matthias Radestock | 2012-01-17 | 2 | -14/+28 |
| * | 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 | 2 | -17/+30 |
| * | make flow control explicit in the channel API | Matthias Radestock | 2012-01-16 | 2 | -9/+14 |
| * | simplify publisher monitoring code | Matthias Radestock | 2012-01-16 | 1 | -28/+11 |
| * | only monitor publishers when they publish with flow control | Matthias Radestock | 2012-01-16 | 1 | -2/+2 |
| * | provide two flavours of rabbit_amqqueue:deliver | Matthias Radestock | 2012-01-16 | 4 | -44/+56 |
| * | merge default into bug24664 | Matthias Radestock | 2012-01-16 | 7 | -92/+67 |
| |\ | |||||
| | * | Merge bug24681 | Simon MacMullen | 2012-01-16 | 0 | -0/+0 |
| | |\ | |||||
| | * | | merge rabbit_router:deliver into rabbit_amqqueue:deliver | Matthias Radestock | 2012-01-16 | 7 | -92/+67 |
| | |/ | |||||
| | * | Revert b03fe604af24. Not enough sleep. | Simon MacMullen | 2012-01-13 | 1 | -2/+2 |
| | * | Merge bug 24673 | Simon MacMullen | 2012-01-13 | 0 | -0/+0 |
| | |\ | |||||
| | * | | Emit the timeout in the stats event. | Simon MacMullen | 2012-01-13 | 1 | -2/+2 |
| | |/ | |||||
| * | | it's really not worthwhile exporting process_channel_frame | Matthias Radestock | 2012-01-16 | 1 | -21/+5 |
| * | | do not hard-wire the channel interaction into process_channel_frame | Matthias Radestock | 2012-01-13 | 1 | -12/+20 |
| * | | Reinstate a bit of code that accidentally got nuked in 9a87718c74df. | Simon MacMullen | 2012-01-13 | 1 | -2/+3 |
| * | | sender_down / receiver_down -> peer_down. | Simon MacMullen | 2012-01-13 | 5 | -14/+11 |
| * | | Merge heads of bug 24664 again. | Simon MacMullen | 2012-01-13 | 5 | -13/+13 |
| |\ \ | |||||
| | * | | rabbit_flow -> credit_flow | Simon MacMullen | 2012-01-13 | 5 | -13/+13 |
| * | | | cosmetic(ish) | Matthias Radestock | 2012-01-13 | 1 | -5/+5 |
| |/ / | |||||
| * | | Merge heads of bug 24664 | Simon MacMullen | 2012-01-13 | 1 | -21/+23 |
| |\ \ | |||||
| | * | | update 'last_blocked_by' while blocked | Matthias Radestock | 2012-01-13 | 1 | -21/+23 |
| * | | | Move rabbit_flow:send invocation from router into channel; monitor all queues... | Simon MacMullen | 2012-01-13 | 2 | -71/+60 |
| |/ / | |||||
| * | | apply flow control to content bearing methods only | Matthias Radestock | 2012-01-13 | 2 | -3/+5 |
| * | | unblock, if possible, when channels disappear | Matthias Radestock | 2012-01-13 | 1 | -4/+5 |
| * | | simplified running<->blocking/blocked state transitions | Matthias Radestock | 2012-01-13 | 3 | -80/+55 |
| * | | merge default into bug24664 | Matthias Radestock | 2012-01-13 | 7 | -57/+58 |
| |\ \ | |/ | |||||
| | * | a little bit of refactoring on the reader | Matthias Radestock | 2012-01-12 | 1 | -35/+23 |
| | * | Merge bug24636 more | Emile Joubert | 2012-01-12 | 1 | -3/+5 |
| | |\ | |||||
| | | * | oops | Matthias Radestock | 2012-01-12 | 1 | -3/+5 |
| | * | | Merged bug24636 into default | Emile Joubert | 2012-01-12 | 3 | -3/+3 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Merged bug24665 into default | Emile Joubert | 2012-01-10 | 1 | -2/+1 |
| | | |\ | |||||
| | | * | | don't start cpu_sup | Matthias Radestock | 2012-01-09 | 3 | -3/+3 |
| | * | | | rename fd stats items to make their meaning more obvious | Matthias Radestock | 2012-01-11 | 2 | -7/+7 |
| | * | | | cosmetic | Matthias Radestock | 2012-01-10 | 1 | -11/+11 |
| | * | | | include a few more pieces of info in rabbit:status | Matthias Radestock | 2012-01-10 | 1 | -1/+8 |
| | * | | | include fd info in rabbit:status() | Matthias Radestock | 2012-01-10 | 3 | -17/+22 |
| | | |/ | |/| | |||||
| | * | | cosmetic: remove nonsensical comment | Matthias Radestock | 2012-01-10 | 1 | -2/+1 |
| | |/ | |||||
| * | | Attempt to show information about blocking due to memory alarm and flow contr... | Simon MacMullen | 2012-01-12 | 3 | -7/+45 |
| * | | Flow control: channel -> queue slave | Simon MacMullen | 2012-01-12 | 1 | -3/+5 |
| * | | Avert eyesore. | Simon MacMullen | 2012-01-12 | 1 | -5/+3 |
| * | | Have queues monitor publishing channels so we can remove them from the flow d... | Simon MacMullen | 2012-01-12 | 2 | -3/+41 |
| * | | Rename bump/1 to handle_bump_msg/1, add a comment and specs. | Simon MacMullen | 2012-01-12 | 3 | -6/+31 |
| * | | Matthias points out that we don't need to remember that a pid has gone away: ... | Simon MacMullen | 2012-01-12 | 1 | -8/+2 |
| * | | Improve book-keeping - now we treat a receiver having gone away as granting u... | Simon MacMullen | 2012-01-12 | 3 | -19/+19 |
| * | | Allow one sending process to be blocked by more than one receiving process si... | Simon MacMullen | 2012-01-12 | 1 | -8/+14 |
| * | | Ahem++ | Simon MacMullen | 2012-01-12 | 1 | -2/+2 |
| * | | Refactor / tidy, and sneakily fix an off-by-one error (ahem). | Simon MacMullen | 2012-01-12 | 1 | -20/+13 |
| * | | Oops. | Simon MacMullen | 2012-01-12 | 1 | -1/+1 |
