| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | that function doesn't return errors | Alexandru Scvortov | 2012-02-28 | 1 | -2/+1 |
| * | re-order arguments to BQ:fold to look more like an Erlang fold | Alexandru Scvortov | 2012-02-28 | 3 | -7/+7 |
| * | Rename process_messages to fold. | Simon MacMullen | 2012-02-27 | 5 | -15/+13 |
| * | Extract some header-munging functions into rabbit_basic (not sure that's the ... | Simon MacMullen | 2012-02-27 | 2 | -33/+40 |
| * | Cosmetic | Simon MacMullen | 2012-02-27 | 2 | -3/+1 |
| * | add missing argument to BQ:process_messages | Alexandru Scvortov | 2012-02-27 | 1 | -1/+1 |
| * | merge default into bug20337 | Alexandru Scvortov | 2012-02-27 | 6 | -30/+89 |
| |\ | |||||
| | * | fix hidden bug in config file listing | Matthias Radestock | 2012-02-24 | 1 | -1/+1 |
| | * | cosmetic: make spec order match export/definition order | Matthias Radestock | 2012-02-24 | 1 | -7/+9 |
| | * | Merge bug24182 into default | Steve Powell | 2012-02-23 | 1 | -1/+40 |
| | |\ | |||||
| | | * | Move the mode thing into the server too. | Simon MacMullen | 2012-02-20 | 1 | -6/+8 |
| | | * | Move code from rabbitmq-auth-mechanism-ssl onto the broker | Simon MacMullen | 2012-02-20 | 1 | -1/+38 |
| | * | | How do I hate thee, coverage? Let me count the ways. | Simon MacMullen | 2012-02-17 | 1 | -0/+7 |
| | * | | Merge in default | Simon MacMullen | 2012-02-15 | 2 | -4/+14 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Fix tests, at the cost of a leetle tiny bit of ugliness. | Simon MacMullen | 2011-08-22 | 1 | -1/+7 |
| | | * | Leave the Erlang distributed system when resetting. | Simon MacMullen | 2011-08-22 | 1 | -3/+7 |
| | * | | 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 |
| | | |\ \ | |||||
| | * | | | | handle framing errors promptly | Matthias Radestock | 2012-02-09 | 1 | -10/+10 |
| * | | | | | get rid of DLX warnings | Alexandru Scvortov | 2012-02-27 | 1 | -30/+5 |
| * | | | | | don't remove DLX when not found | Alexandru Scvortov | 2012-02-24 | 1 | -11/+27 |
| * | | | | | add missing head | Alexandru Scvortov | 2012-02-24 | 1 | -0/+2 |
| * | | | | | rename the weird VQ:ack/3 head to VQ:process_messages/3 | Alexandru Scvortov | 2012-02-24 | 6 | -44/+55 |
| * | | | | | dead-lettering to a deleted exchange outputs an error and disables dead-lette... | Alexandru Scvortov | 2012-02-24 | 1 | -7/+22 |
| * | | | | | add type for header_routes | Alexandru Scvortov | 2012-02-24 | 1 | -0/+3 |
| * | | | | | refactor amqqueue argument checking | Alexandru Scvortov | 2012-02-24 | 1 | -30/+25 |
| * | | | | | rename a function | Alexandru Scvortov | 2012-02-23 | 1 | -4/+4 |
| * | | | | | Cosmetic / reduce distance from default. | Simon MacMullen | 2012-02-21 | 1 | -5/+5 |
| * | | | | | I don't think the mk_ prefix helps us here. | Simon MacMullen | 2012-02-21 | 1 | -4/+4 |
| * | | | | | rename delayed_delete into delayed_stop | Alexandru Scvortov | 2012-02-17 | 1 | -11/+11 |
| * | | | | | ignore all messages after queue deletion, except for confirms | Alexandru Scvortov | 2012-02-17 | 1 | -10/+14 |
| * | | | | | hang subsequent queue deletions | Alexandru Scvortov | 2012-02-17 | 1 | -2/+7 |
| * | | | | | delay stopping the queue until all confirms have been received | Alexandru Scvortov | 2012-02-17 | 3 | -33/+41 |
| * | | | | | simplify MsgFun logic for VQ:dropwhile/3 and VQ:ack/3 | Alexandru Scvortov | 2012-02-17 | 5 | -46/+44 |
| * | | | | | warn when messages are lost | Alexandru Scvortov | 2012-02-16 | 1 | -0/+2 |
| * | | | | | BQ:ack batches of messages | Alexandru Scvortov | 2012-02-16 | 1 | -9/+9 |
| * | | | | | don't dead-letter on purge | Alexandru Scvortov | 2012-02-16 | 1 | -15/+1 |
| * | | | | | don't dead letter on queue deletion | Alexandru Scvortov | 2012-02-16 | 1 | -43/+8 |
| * | | | | | rename ChPid to SenderPid where appropriate | Alexandru Scvortov | 2012-02-15 | 1 | -13/+15 |
| * | | | | | dead-letter when auto-deleting | Alexandru Scvortov | 2012-02-15 | 1 | -12/+24 |
| * | | | | | oops | Alexandru Scvortov | 2012-02-14 | 1 | -1/+1 |
| * | | | | | don't hang on multiple queue.purges | Alexandru Scvortov | 2012-02-14 | 1 | -21/+24 |
| * | | | | | cosmetic | Matthias Radestock | 2012-02-14 | 1 | -2/+2 |
| * | | | | | always issue credits, even when we drop a message | Matthias Radestock | 2012-02-14 | 1 | -30/+18 |
| * | | | | | cosmetic | Matthias Radestock | 2012-02-14 | 2 | -28/+24 |
| * | | | | | Merge heads | Emile Joubert | 2012-02-14 | 1 | -9/+12 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge bug24714 | Simon MacMullen | 2012-02-14 | 1 | -12/+7 |
| | |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | | monitor nodes just once | Matthias Radestock | 2012-02-09 | 1 | -9/+12 |
| * | | | | | Merge bug20337 into default | Emile Joubert | 2012-02-14 | 1 | -12/+7 |
| |\ \ \ \ \ | | |/ / / | |/| | | | |||||
