| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor | Alexandru Scvortov | 2010-09-29 | 3 | -32/+37 |
| * | cosmetics and minor refactors | Matthias Radestock | 2010-09-29 | 3 | -71/+53 |
| * | refactor | Alexandru Scvortov | 2010-09-29 | 1 | -5/+4 |
| * | pull from default | Alexandru Scvortov | 2010-09-29 | 11 | -195/+664 |
| |\ | |||||
| | * | server tests pass | Alexandru Scvortov | 2010-09-27 | 3 | -13/+28 |
| | * | revert rabbit_tests to default | Alexandru Scvortov | 2010-09-27 | 1 | -4/+1 |
| | * | bugfixes; passes same java tests as default | Alexandru Scvortov | 2010-09-27 | 2 | -4/+7 |
| | * | better separation between amqqueue_process and bq | Alexandru Scvortov | 2010-09-27 | 3 | -24/+20 |
| | * | cosmetic | Alexandru Scvortov | 2010-09-27 | 1 | -23/+23 |
| | * | no performance penalty when *not* using confirms | Alexandru Scvortov | 2010-09-27 | 5 | -40/+52 |
| | * | solved a couple of bad_matches/function_clauses | Alexandru Scvortov | 2010-09-27 | 3 | -12/+15 |
| | * | merge default into bug20284 | Alexandru Scvortov | 2010-09-22 | 32 | -1437/+1569 |
| | |\ | |||||
| | * | | message store keeps track of queues through their client refs | Alexandru Scvortov | 2010-09-06 | 2 | -51/+58 |
| | * | | stopped a race | Alexandru Scvortov | 2010-09-03 | 1 | -20/+37 |
| | * | | moved some confirm logic from router to channel | Alexandru Scvortov | 2010-09-03 | 2 | -12/+4 |
| | * | | use client_terminate instead of monitoring for DOWN | Alexandru Scvortov | 2010-09-03 | 1 | -10/+12 |
| | * | | cosmetic | Alexandru Scvortov | 2010-09-03 | 1 | -4/+5 |
| | * | | cosmetic renames | Alexandru Scvortov | 2010-09-03 | 1 | -6/+6 |
| | * | | remove rabbit_basic:delivery/4 since it's not used by anything | Alexandru Scvortov | 2010-09-03 | 1 | -8/+3 |
| | * | | when a consumer ack is received, the publisher ack is sent by the amqqueue_pr... | Alexandru Scvortov | 2010-09-03 | 3 | -38/+50 |
| | * | | moved most of the confirm logic from amqqueue_process to variable_queue | Alexandru Scvortov | 2010-09-02 | 2 | -79/+83 |
| | * | | pending acks are sent out when the channel becomes idle or every 1s | Alexandru Scvortov | 2010-08-31 | 1 | -10/+19 |
| | * | | fixed message leak caused by confirms | Alexandru Scvortov | 2010-08-31 | 2 | -17/+35 |
| | * | | merge default into bug20284 | Alexandru Scvortov | 2010-08-27 | 43 | -889/+1319 |
| | |\ \ | |||||
| | * | | | solve a warning | Alexandru Scvortov | 2010-08-25 | 1 | -1/+1 |
| | * | | | stopped a race | Alexandru Scvortov | 2010-08-20 | 1 | -5/+13 |
| | * | | | fixed an ever-expanding dictionary | Alexandru Scvortov | 2010-08-19 | 1 | -10/+7 |
| | * | | | refactoring + don't do useless work | Alexandru Scvortov | 2010-08-19 | 3 | -22/+19 |
| | * | | | don't do any unnecessary work when publishing in confirm mode | Alexandru Scvortov | 2010-08-19 | 1 | -3/+4 |
| | * | | | fixed a small empty-set bug | Alexandru Scvortov | 2010-08-18 | 1 | -5/+4 |
| | * | | | deleting a queue causes all of its messages to be puback'd | Alexandru Scvortov | 2010-08-18 | 4 | -18/+69 |
| | * | | | confirm transient messages only after basic.return | Alexandru Scvortov | 2010-08-18 | 1 | -19/+19 |
| | * | | | refactoring | Alexandru Scvortov | 2010-08-17 | 1 | -61/+56 |
| | * | | | 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 |
