summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | | refactorAlexandru Scvortov2010-10-042-21/+14
| | | | | | * | | | | | clean up codeAlexandru Scvortov2010-10-041-22/+19
| | | | | | * | | | | | gb:add -> gb:insertAlexandru Scvortov2010-10-041-2/+2
| | | | | | * | | | | | refactorAlexandru Scvortov2010-10-045-44/+41
| | | | | | * | | | | | refactorAlexandru Scvortov2010-10-042-9/+9
| | | | | | * | | | | | schedule a fsync if necessary before confirming messagesAlexandru Scvortov2010-10-041-5/+11
| | | | | | * | | | | | confirm messages when they get written do disk in *any* queue; confirm messag...Alexandru Scvortov2010-10-041-2/+7
| | | | | | * | | | | | both client_terminate and client_delete clear the msg_store's on_disk callbacksAlexandru Scvortov2010-10-041-9/+12
| | | | | | * | | | | | inlined register_sync_callback into new_client_stateAlexandru Scvortov2010-10-041-27/+22
| | | | | | * | | | | | do_if_not_dup -> do_if_unconfirmed; bugfixesAlexandru Scvortov2010-10-042-14/+14
| | | | | | * | | | | | only confirm immediate messages if they haven't been deliveredAlexandru Scvortov2010-10-041-5/+9
| | | | | | * | | | | | cosmetics and some minor refactoringMatthias Radestock2010-10-024-71/+64
| | | | | | * | | | | | merge default into bug20284Matthias Radestock2010-10-011-40/+36
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | cosmetics and some refactoringMatthias Radestock2010-10-012-183/+142
| | | | | | * | | | | | | merge default into bug20284Alexandru Scvortov2010-10-0112-65/+296
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | :%s/need_confirming/unconfirmed/gAlexandru Scvortov2010-09-302-32/+32
| | | | | | * | | | | | | | msg_store refactoringAlexandru Scvortov2010-09-293-37/+46
| | | | | | * | | | | | | | more refactoringAlexandru Scvortov2010-09-293-22/+21
| | | | | | * | | | | | | | no more redundant message passingAlexandru Scvortov2010-09-292-27/+17
| | | | | | * | | | | | | | refactoringAlexandru Scvortov2010-09-291-20/+16
| | | | | | * | | | | | | | cosmeticAlexandru Scvortov2010-09-291-24/+21
| | | | | | * | | | | | | | refactoringAlexandru Scvortov2010-09-291-39/+34
| | | | | | * | | | | | | | refactorAlexandru Scvortov2010-09-294-34/+41
| | | | | | * | | | | | | | cosmetics and minor refactorsMatthias Radestock2010-09-293-71/+53
| | | | | | * | | | | | | | refactorAlexandru Scvortov2010-09-291-5/+4
| | | | | | * | | | | | | | pull from defaultAlexandru Scvortov2010-09-2914-200/+669
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | server tests passAlexandru Scvortov2010-09-273-13/+28
| | | | | | | * | | | | | | | revert rabbit_tests to defaultAlexandru Scvortov2010-09-271-4/+1
| | | | | | | * | | | | | | | bugfixes; passes same java tests as defaultAlexandru Scvortov2010-09-272-4/+7
| | | | | | | * | | | | | | | better separation between amqqueue_process and bqAlexandru Scvortov2010-09-273-24/+20
| | | | | | | * | | | | | | | cosmeticAlexandru Scvortov2010-09-271-23/+23
| | | | | | | * | | | | | | | no performance penalty when *not* using confirmsAlexandru Scvortov2010-09-276-43/+56
| | | | | | | * | | | | | | | solved a couple of bad_matches/function_clausesAlexandru Scvortov2010-09-273-12/+15
| | | | | | | * | | | | | | | merge default into bug20284Alexandru Scvortov2010-09-2245-1471/+1693
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | message store keeps track of queues through their client refsAlexandru Scvortov2010-09-062-51/+58
| | | | | | | * | | | | | | | | stopped a raceAlexandru Scvortov2010-09-031-20/+37
| | | | | | | * | | | | | | | | moved some confirm logic from router to channelAlexandru Scvortov2010-09-032-12/+4
| | | | | | | * | | | | | | | | use client_terminate instead of monitoring for DOWNAlexandru Scvortov2010-09-031-10/+12
| | | | | | | * | | | | | | | | cosmeticAlexandru Scvortov2010-09-031-4/+5
| | | | | | | * | | | | | | | | cosmetic renamesAlexandru Scvortov2010-09-031-6/+6
| | | | | | | * | | | | | | | | remove rabbit_basic:delivery/4 since it's not used by anythingAlexandru Scvortov2010-09-031-8/+3
| | | | | | | * | | | | | | | | moved confirm extension into the 0-9-1 jsonAlexandru Scvortov2010-09-031-7/+6
| | | | | | | * | | | | | | | | when a consumer ack is received, the publisher ack is sent by the amqqueue_pr...Alexandru Scvortov2010-09-033-38/+50
| | | | | | | * | | | | | | | | moved most of the confirm logic from amqqueue_process to variable_queueAlexandru Scvortov2010-09-022-79/+83
| | | | | | | * | | | | | | | | pending acks are sent out when the channel becomes idle or every 1sAlexandru Scvortov2010-08-311-10/+19
| | | | | | | * | | | | | | | | fixed message leak caused by confirmsAlexandru Scvortov2010-08-312-17/+35
| | | | | | | * | | | | | | | | merge default into bug20284Alexandru Scvortov2010-08-2711-122/+514
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | solve a warningAlexandru Scvortov2010-08-251-1/+1
| | | | | | | | * | | | | | | | | stopped a raceAlexandru Scvortov2010-08-201-5/+13
| | | | | | | | * | | | | | | | | fixed an ever-expanding dictionaryAlexandru Scvortov2010-08-191-10/+7