summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* publisher acks for persistent messagesAlexandru Scvortov2010-08-173-25/+53
* queue_index keeps track of which messages have been published but not written...Alexandru Scvortov2010-08-172-19/+35
* persistent messages are ack'd only after the consumer acks itAlexandru Scvortov2010-08-172-15/+25
* move msg_seq_no from #basic_message{} to #delivery{}Alexandru Scvortov2010-08-175-34/+62
* first stab at keeping track of when messages are synced to diskAlexandru Scvortov2010-08-173-25/+92
* refactoringAlexandru Scvortov2010-08-161-13/+12
* PubAcks are de-dupped in rabbit_channelAlexandru Scvortov2010-08-151-29/+64
* typo + reformattingAlexandru Scvortov2010-08-132-5/+4
* refactoringAlexandru Scvortov2010-08-133-12/+7
* puback for persistent non-mandatory, non-immediate, unrouted messagesAlexandru Scvortov2010-08-131-1/+7
* pubacks are sent right after basic.returnsAlexandru Scvortov2010-08-131-8/+12
* simplified code a bitAlexandru Scvortov2010-08-131-9/+7
* puback is also sent after something basic.gets the messageAlexandru Scvortov2010-08-131-0/+1
* partial acks for persistent messagesAlexandru Scvortov2010-08-133-27/+26
* only transient messages are immediately ack'd (so far)Alexandru Scvortov2010-08-132-9/+21
* new logicAlexandru Scvortov2010-08-131-21/+26
* some instrumentationAlexandru Scvortov2010-08-133-5/+24
* only have one ack timer running at a timeAlexandru Scvortov2010-08-121-4/+3
* type; all java tests pass nowAlexandru Scvortov2010-08-121-1/+1
* minor clarificationAlexandru Scvortov2010-08-121-1/+1
* refactor timer code; looks more like msg_store nowAlexandru Scvortov2010-08-121-75/+86
* refactor + timer cancelled on channel terminateAlexandru Scvortov2010-08-121-27/+31
* support for multiple confirmationsAlexandru Scvortov2010-08-121-6/+27
* added support for multiple publisher acks for transient messagesAlexandru Scvortov2010-08-111-5/+33
* subsequent confirm.selects cannot change the multiple settingAlexandru Scvortov2010-08-111-4/+24
* rename pubAck -> confirmAlexandru Scvortov2010-08-111-35/+30
* check that messages are transient before ack'ing blindlyAlexandru Scvortov2010-08-111-5/+5
* added counter and single pubacks for transient messagesAlexandru Scvortov2010-08-111-17/+34
* added pubAck handlers in rabbit_channelAlexandru Scvortov2010-08-101-4/+32
* merge bug23098 into defaultMatthias Radestock2010-08-091-1/+1
|\
| * On reaching the max_restart_intensited, don't remove the child spec. Instead ...Matthew Sackman2010-08-091-1/+1
* | Merge bug21875 into defaultDavid Wragg2010-08-091-4/+2
|\ \ | |/ |/|
| * Fix typo.Simon MacMullen2010-08-021-1/+1
| * Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch.Simon MacMullen2010-08-021-4/+2
* | merge headsMatthias Radestock2010-08-092-31/+47
|\ \
| * \ merging bug23039 into defaultVlad Alexandru Ionescu2010-08-092-31/+47
| |\ \
| | * | include method name in error if possibleMatthias Radestock2010-08-061-18/+20
| | * | oopsMatthias Radestock2010-08-061-1/+1
| | * | exit the framing_channel normally on unexected_frame errorMatthias Radestock2010-08-062-30/+44
* | | | merge bug23095 into defaultMatthias Radestock2010-08-091-31/+30
|\ \ \ \ | |/ / / |/| | |
| * | | cosmeticMatthew Sackman2010-08-091-4/+3
| * | | cosmeticMatthew Sackman2010-08-091-1/+1
| * | | Move parent inside of #v1 in readerMatthew Sackman2010-08-091-28/+28
* | | | Export gen_server2:enter_loop6 (oversight from the past)Matthew Sackman2010-08-091-1/+1
|/ / /
* | | expand and rewrite testsMatthias Radestock2010-08-081-9/+27
* | | improve test coverageMatthias Radestock2010-08-071-0/+28
* | | handle transcoding of content when it is not available decodedMatthias Radestock2010-08-071-1/+10
* | | cosmeticMatthias Radestock2010-08-072-4/+4
* | | no protocol in rabbit_binary_parser:ensure_content_decodedMatthias Radestock2010-08-073-11/+9
* | | Merge bug23035, list activated pluginsMichael Bridgen2010-08-061-3/+4
|\ \ \ | |/ / |/| |