| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | publisher acks for persistent messages | Alexandru Scvortov | 2010-08-17 | 3 | -25/+53 |
| * | queue_index keeps track of which messages have been published but not written... | Alexandru Scvortov | 2010-08-17 | 2 | -19/+35 |
| * | persistent messages are ack'd only after the consumer acks it | Alexandru Scvortov | 2010-08-17 | 2 | -15/+25 |
| * | move msg_seq_no from #basic_message{} to #delivery{} | Alexandru Scvortov | 2010-08-17 | 5 | -34/+62 |
| * | first stab at keeping track of when messages are synced to disk | Alexandru Scvortov | 2010-08-17 | 3 | -25/+92 |
| * | refactoring | Alexandru Scvortov | 2010-08-16 | 1 | -13/+12 |
| * | PubAcks are de-dupped in rabbit_channel | Alexandru Scvortov | 2010-08-15 | 1 | -29/+64 |
| * | typo + reformatting | Alexandru Scvortov | 2010-08-13 | 2 | -5/+4 |
| * | refactoring | Alexandru Scvortov | 2010-08-13 | 3 | -12/+7 |
| * | puback for persistent non-mandatory, non-immediate, unrouted messages | Alexandru Scvortov | 2010-08-13 | 1 | -1/+7 |
| * | pubacks are sent right after basic.returns | Alexandru Scvortov | 2010-08-13 | 1 | -8/+12 |
| * | simplified code a bit | Alexandru Scvortov | 2010-08-13 | 1 | -9/+7 |
| * | puback is also sent after something basic.gets the message | Alexandru Scvortov | 2010-08-13 | 1 | -0/+1 |
| * | partial acks for persistent messages | Alexandru Scvortov | 2010-08-13 | 3 | -27/+26 |
| * | only transient messages are immediately ack'd (so far) | Alexandru Scvortov | 2010-08-13 | 2 | -9/+21 |
| * | new logic | Alexandru Scvortov | 2010-08-13 | 1 | -21/+26 |
| * | some instrumentation | Alexandru Scvortov | 2010-08-13 | 3 | -5/+24 |
| * | only have one ack timer running at a time | Alexandru Scvortov | 2010-08-12 | 1 | -4/+3 |
| * | type; all java tests pass now | Alexandru Scvortov | 2010-08-12 | 1 | -1/+1 |
| * | minor clarification | Alexandru Scvortov | 2010-08-12 | 1 | -1/+1 |
| * | refactor timer code; looks more like msg_store now | Alexandru Scvortov | 2010-08-12 | 1 | -75/+86 |
| * | refactor + timer cancelled on channel terminate | Alexandru Scvortov | 2010-08-12 | 1 | -27/+31 |
| * | support for multiple confirmations | Alexandru Scvortov | 2010-08-12 | 1 | -6/+27 |
| * | added support for multiple publisher acks for transient messages | Alexandru Scvortov | 2010-08-11 | 1 | -5/+33 |
| * | subsequent confirm.selects cannot change the multiple setting | Alexandru Scvortov | 2010-08-11 | 1 | -4/+24 |
| * | rename pubAck -> confirm | Alexandru Scvortov | 2010-08-11 | 1 | -35/+30 |
| * | check that messages are transient before ack'ing blindly | Alexandru Scvortov | 2010-08-11 | 1 | -5/+5 |
| * | added counter and single pubacks for transient messages | Alexandru Scvortov | 2010-08-11 | 1 | -17/+34 |
| * | added pubAck handlers in rabbit_channel | Alexandru Scvortov | 2010-08-10 | 1 | -4/+32 |
| * | merge bug23098 into default | Matthias Radestock | 2010-08-09 | 1 | -1/+1 |
| |\ | |||||
| | * | On reaching the max_restart_intensited, don't remove the child spec. Instead ... | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| * | | Merge bug21875 into default | David Wragg | 2010-08-09 | 1 | -4/+2 |
| |\ \ | |/ |/| | |||||
| | * | Fix typo. | Simon MacMullen | 2010-08-02 | 1 | -1/+1 |
| | * | Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch. | Simon MacMullen | 2010-08-02 | 1 | -4/+2 |
| * | | merge heads | Matthias Radestock | 2010-08-09 | 2 | -31/+47 |
| |\ \ | |||||
| | * \ | merging bug23039 into default | Vlad Alexandru Ionescu | 2010-08-09 | 2 | -31/+47 |
| | |\ \ | |||||
| | | * | | include method name in error if possible | Matthias Radestock | 2010-08-06 | 1 | -18/+20 |
| | | * | | oops | Matthias Radestock | 2010-08-06 | 1 | -1/+1 |
| | | * | | exit the framing_channel normally on unexected_frame error | Matthias Radestock | 2010-08-06 | 2 | -30/+44 |
| * | | | | merge bug23095 into default | Matthias Radestock | 2010-08-09 | 1 | -31/+30 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | cosmetic | Matthew Sackman | 2010-08-09 | 1 | -4/+3 |
| | * | | | cosmetic | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| | * | | | Move parent inside of #v1 in reader | Matthew Sackman | 2010-08-09 | 1 | -28/+28 |
| * | | | | Export gen_server2:enter_loop6 (oversight from the past) | Matthew Sackman | 2010-08-09 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | expand and rewrite tests | Matthias Radestock | 2010-08-08 | 1 | -9/+27 |
| * | | | improve test coverage | Matthias Radestock | 2010-08-07 | 1 | -0/+28 |
| * | | | handle transcoding of content when it is not available decoded | Matthias Radestock | 2010-08-07 | 1 | -1/+10 |
| * | | | cosmetic | Matthias Radestock | 2010-08-07 | 2 | -4/+4 |
| * | | | no protocol in rabbit_binary_parser:ensure_content_decoded | Matthias Radestock | 2010-08-07 | 3 | -11/+9 |
| * | | | Merge bug23035, list activated plugins | Michael Bridgen | 2010-08-06 | 1 | -3/+4 |
| |\ \ \ | |/ / |/| | | |||||
