Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge default into bug25160 | Matthias Radestock | 2012-09-25 | 1 | -12/+9 |
|\ | |||||
| * | nuke 'immediate'bug23896 | Matthias Radestock | 2012-09-17 | 1 | -12/+9 |
* | | improve workingness | Matthias Radestock | 2012-09-24 | 1 | -1/+1 |
|/ | |||||
* | Remove the previous hack, add a check for the "impersonator" tag instead. | Simon MacMullen | 2012-09-11 | 1 | -20/+17 |
* | Rename | Simon MacMullen | 2012-09-10 | 1 | -14/+14 |
* | Add a backdoor to allow the direct client to set a trusted user-id. Yes, this... | Simon MacMullen | 2012-09-07 | 1 | -6/+13 |
* | merge default | Francesco Mazzoli | 2012-07-19 | 1 | -37/+33 |
|\ | |||||
| * | make channel/soft errors easier to distinguish from hard errors | Matthias Radestock | 2012-07-16 | 1 | -1/+1 |
| * | more consistent error handling in reader | Matthias Radestock | 2012-07-15 | 1 | -9/+9 |
| * | call the correct function | Matthias Radestock | 2012-07-15 | 1 | -1/+1 |
| * | refactor: precondition_failed helper function | Matthias Radestock | 2012-07-15 | 1 | -21/+17 |
| * | oops - 'hg record' diff boundary fail | Matthias Radestock | 2012-07-15 | 1 | -0/+4 |
| * | renaming | Matthias Radestock | 2012-07-15 | 1 | -11/+7 |
* | | change naming from "termination" to "exit". also add `IS_' prefix to macro | Francesco Mazzoli | 2012-07-17 | 1 | -1/+1 |
|/ | |||||
* | track queues which may have delivered non-autoack messages to channelbug24860 | Matthias Radestock | 2012-04-12 | 1 | -13/+28 |
* | Merge bug 24769. | Simon MacMullen | 2012-04-12 | 1 | -3/+1 |
|\ | |||||
| * | tiny space saving refactor | Matthias Radestock | 2012-04-12 | 1 | -3/+1 |
* | | merge bug24769 | Matthias Radestock | 2012-04-11 | 1 | -81/+22 |
|\ \ | |/ | |||||
| * | fix nack handling in channel | Matthias Radestock | 2012-04-03 | 1 | -5/+6 |
| * | convert channel to use new dtree data structure for confirm tracking | Matthias Radestock | 2012-03-22 | 1 | -81/+21 |
* | | use pmon in queue_collector | Matthias Radestock | 2012-03-23 | 1 | -2/+2 |
* | | use pmon in rabbit_channel | Matthias Radestock | 2012-03-23 | 1 | -12/+9 |
|/ | |||||
* | cosmetic | Matthias Radestock | 2012-03-22 | 1 | -3/+2 |
* | cosmetic | Matthias Radestock | 2012-03-02 | 1 | -3/+3 |
* | merge bug24650 into default (Move names for connections and channels from mgm... | Alexandru Scvortov | 2012-02-28 | 1 | -13/+4 |
|\ | |||||
| * | delay stopping the queue until all confirms have been received | Alexandru Scvortov | 2012-02-17 | 1 | -1/+1 |
| * | simplify MsgFun logic for VQ:dropwhile/3 and VQ:ack/3 | Alexandru Scvortov | 2012-02-17 | 1 | -8/+3 |
| * | merge default into bug20337 | Alexandru Scvortov | 2012-02-12 | 1 | -5/+1 |
| |\ | |||||
| | * | merge default into bug20337 | Alexandru Scvortov | 2012-02-06 | 1 | -86/+75 |
| | |\ | |||||
| | * \ | merge default into bug20337 | Alexandru Scvortov | 2012-01-24 | 1 | -1/+2 |
| | |\ \ | |||||
| | * | | | amqqueue_process re-publishes with confirms | Alexandru Scvortov | 2011-11-14 | 1 | -5/+1 |
* | | | | | Marginally tidierbug24605 | Simon MacMullen | 2012-02-24 | 1 | -3/+4 |
* | | | | | Channel names. | Simon MacMullen | 2012-02-23 | 1 | -10/+16 |
|/ / / / | |||||
* | | | | Merged bug24505 into default | Emile Joubert | 2012-02-08 | 1 | -64/+76 |
|\ \ \ \ | |||||
| * \ \ \ | Merge bug24234 | Simon MacMullen | 2012-02-08 | 1 | -11/+32 |
| |\ \ \ \ | |||||
| | * | | | | Cosmetic, restored reject/4 arguments to the previous order. | Francesco Mazzoli | 2012-02-01 | 1 | -7/+8 |
| | * | | | | Merge default. | Francesco Mazzoli | 2012-02-01 | 1 | -12/+32 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge default. | Francesco Mazzoli | 2012-01-31 | 1 | -86/+74 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Renamede reject_tx/4 to reject/4. | Francesco Mazzoli | 2012-01-31 | 1 | -4/+4 |
| | | * | | | | | Delete extra whitespace. | Francesco Mazzoli | 2012-01-25 | 1 | -2/+0 |
| | | * | | | | | Cons instead of append, reject does not change the channel state. | Francesco Mazzoli | 2012-01-25 | 1 | -6/+5 |
| | | * | | | | | 'case' statement style | Francesco Mazzoli | 2012-01-25 | 1 | -2/+3 |
| | | * | | | | | reject doesn't need to know about the channel state. | Francesco Mazzoli | 2012-01-25 | 1 | -5/+6 |
| | | * | | | | | Fix to reject_tx, list comprehension instead of map. | Francesco Mazzoli | 2012-01-25 | 1 | -2/+3 |
| | | * | | | | | Flatten the list of lists. | Francesco Mazzoli | 2012-01-25 | 1 | -1/+1 |
| | | * | | | | | Executing basick.{nack,reject} transactionally. | Francesco Mazzoli | 2012-01-24 | 1 | -15/+36 |
| | | | |_|/ / | | | |/| | | | |||||
| * | | | | | | refactor: extract commonality between basic.deliver and basic.get | Matthias Radestock | 2012-02-07 | 1 | -52/+43 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merged default. | Francesco Mazzoli | 2012-02-07 | 1 | -2/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Merge master in. | Francesco Mazzoli | 2012-01-31 | 1 | -85/+74 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | Change naming in rabbit_guid, explicit guid passing in string/0 and binary/0. | Francesco Mazzoli | 2012-01-17 | 1 | -2/+4 |
| | |/ / / | |/| | | |