| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge default into bug23749 | Matthias Radestock | 2013-02-14 | 5 | -39/+44 |
| |\ | |||||
| | * | merge heads | Matthias Radestock | 2013-02-14 | 1 | -13/+22 |
| | |\ | |||||
| | | * | Merge bug25451 | Simon MacMullen | 2013-02-14 | 0 | -0/+0 |
| | | |\ | |||||
| | | * | | drop_expired_msgs only when the queue head changes | Matthias Radestock | 2013-02-13 | 1 | -11/+21 |
| | | * | | don't invoke run_message_queue in handle_cast/run_backing_queue | Matthias Radestock | 2013-02-13 | 1 | -2/+1 |
| | | |/ | |||||
| | * | | remove superfluous vqstate field | Matthias Radestock | 2013-02-14 | 2 | -11/+3 |
| | |/ | |||||
| | * | Today's arbitrary startup banner change: centre the rabbit. | Simon MacMullen | 2013-02-13 | 1 | -7/+7 |
| | * | stable to default | Simon MacMullen | 2013-02-13 | 1 | -5/+4 |
| | |\ | |||||
| | | * | Merge bug25448 | Simon MacMullen | 2013-02-13 | 0 | -0/+0 |
| | | |\ | |||||
| | | * | | drop expired messages post basic_get | Matthias Radestock | 2013-02-12 | 1 | -5/+4 |
| | | |/ | |||||
| | * | | optimise | Matthias Radestock | 2013-02-12 | 1 | -1/+7 |
| | * | | Merge bug25044 (fa1429850857) | Emile Joubert | 2013-02-12 | 2 | -19/+19 |
| | |\ \ | |||||
| | * | | | That doesn't need a name either (in fact even less so, since it never ends up... | Simon MacMullen | 2013-02-11 | 1 | -2/+1 |
| * | | | | simplify & optimise maybe_send_drained | Matthias Radestock | 2013-02-12 | 1 | -8/+10 |
| * | | | | Clear drain flag when we run out of credit. | Simon MacMullen | 2013-02-12 | 1 | -2/+5 |
| * | | | | Remove tags from blocked_ctags when a consumer goes away. | Simon MacMullen | 2013-02-12 | 1 | -2/+4 |
| * | | | | Move blocked_ctags into the limiter. | Simon MacMullen | 2013-02-12 | 2 | -26/+29 |
| * | | | | s/q_state/credits/g | Simon MacMullen | 2013-02-12 | 1 | -15/+15 |
| * | | | | Move rabbit_channel:send_drained/2 invocations into the queue module, and mak... | Simon MacMullen | 2013-02-12 | 3 | -58/+67 |
| * | | | | Merge default | Simon MacMullen | 2013-02-12 | 6 | -53/+312 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | minor optimisation | Matthias Radestock | 2013-02-11 | 1 | -2/+3 |
| | * | | | some inlining and moving around | Matthias Radestock | 2013-02-11 | 1 | -16/+11 |
| | * | | | a spot of inlining | Matthias Radestock | 2013-02-11 | 1 | -4/+1 |
| | * | | | Avoid always going through with_exit_handler/2, since that's what the comment... | Simon MacMullen | 2013-01-31 | 1 | -10/+10 |
| | * | | | rabbit_limiter:initial_credit/6. | Simon MacMullen | 2013-01-29 | 4 | -34/+48 |
| | * | | | Derp. | Simon MacMullen | 2013-01-29 | 1 | -1/+1 |
| | * | | | Reduce distance to default. | Simon MacMullen | 2013-01-29 | 1 | -2/+0 |
| | * | | | Merge default | Simon MacMullen | 2013-01-29 | 3 | -34/+35 |
| | |\ \ \ | |||||
| | * | | | | Unify the various checks before sending, and make sure we don't drop the new ... | Simon MacMullen | 2013-01-29 | 2 | -40/+42 |
| | * | | | | inform_limiter -> credit. | Simon MacMullen | 2013-01-29 | 4 | -18/+18 |
| | * | | | | Remove knowledge of delivery-count from the broker. | Simon MacMullen | 2013-01-29 | 2 | -28/+17 |
| | * | | | | Simplify: convert basic.credit_state to basic.credit_drained, which implicitl... | Simon MacMullen | 2013-01-29 | 2 | -11/+8 |
| | * | | | | Get rid of credit_map, allow initial credit setting through an argument to ba... | Simon MacMullen | 2013-01-29 | 1 | -23/+24 |
| | * | | | | Merge default into bug23749 (causing no changes) | Emile Joubert | 2013-01-25 | 6 | -44/+309 |
| | |\ \ \ \ | |||||
| | | * | | | | Swap SASL and TLS header codes | Emile Joubert | 2013-01-25 | 1 | -2/+2 |
| | | * | | | | merge default into bug23749 | Matthias Radestock | 2013-01-25 | 6 | -44/+309 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | merge default into bug23749 | Matthias Radestock | 2013-01-24 | 15 | -238/+322 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | s/become/init | Matthias Radestock | 2013-01-24 | 1 | -1/+1 |
| | | | * | | | | | recommend sasl | Matthias Radestock | 2013-01-24 | 1 | -1/+1 |
| | | | * | | | | | add some tests for connection refusal | Matthias Radestock | 2013-01-24 | 1 | -4/+21 |
| | | | * | | | | | improve/fix connection refusal | Matthias Radestock | 2013-01-24 | 1 | -22/+17 |
| | | | * | | | | | Reject AMQP 1.0 TLS requests specifically | Emile Joubert | 2013-01-23 | 1 | -1/+8 |
| | | | * | | | | | Oh yeah, specs. | Simon MacMullen | 2013-01-22 | 1 | -0/+3 |
| | | | * | | | | | Remove knowledge of AMQP frames from the limiter. (attempt 2) | Simon MacMullen | 2013-01-22 | 2 | -9/+25 |
| | | | * | | | | | Merge in default | Simon MacMullen | 2013-01-21 | 6 | -49/+294 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | merge default into bug23749 | Matthias Radestock | 2013-01-18 | 6 | -49/+294 |
| | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | refactor: encapsulate rabbit_connection table | Matthias Radestock | 2013-01-17 | 3 | -5/+12 |
| | | | | | * | | | | | cosmetic | Matthias Radestock | 2013-01-17 | 1 | -4/+1 |
| | | | | | * | | | | | cosmetic | Matthias Radestock | 2013-01-17 | 1 | -1/+1 |
| | | | | | * | | | | | Stick "real" 0-9-1 connections in an ETS table. | Simon MacMullen | 2013-01-17 | 3 | -9/+8 |
