summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (just for testing - switch to disk only mode)Matthew Sackman2009-05-293-4/+4
* gen_server -> gen_server2, delete_queue calls purge_queue first in order to t...Matthew Sackman2009-05-271-37/+44
* just merging in default branchMatthew Sackman2009-05-2711-61/+125
|\
| * helper method for not_found errorsMatthias Radestock2009-05-204-12/+9
| * merge v1_5 into defaultTony Garnock-Jones2009-05-183-10/+17
| |\
| | * Silence unused variable warningTony Garnock-Jones2009-05-181-1/+1
| | * display node name and db dir on startupMatthias Radestock2009-05-183-10/+17
| * | merge v1_5 into defaultTony Garnock-Jones2009-05-131-7/+8
| |\ \ | | |/
| | * merging in 20592Matthew Sackman2009-04-291-6/+8
| | |\
| | | * don't conditionally/auto-delete exchanges that still have durable bindingsMatthias Radestock2009-04-221-6/+8
| * | | Fixed unused-variable warningTony Garnock-Jones2009-04-241-1/+1
| * | | merge v1_5 into defaultTony Garnock-Jones2009-04-242-11/+19
| |\ \ \ | | |/ /
| | * | return the correct error (not_found) on exchange deletionMatthias Radestock2009-04-232-11/+19
| | |/
| * | merge v1_5 into defaultMatthias Radestock2009-04-224-1/+31
| |\ \ | | |/
| | * merge in branch 20590Matthew Sackman2009-04-172-18/+29
| | |\
| | * \ bringing in v1_5 before merge backMatthew Sackman2009-04-163-1/+25
| | |\ \
| | | * | keep dialyzer happyMatthias Radestock2009-04-143-1/+25
| | * | | leave system in clustered stateMatthias Radestock2009-04-151-0/+6
| | |/ /
| * | | merge v1_5 into defaultMatthias Radestock2009-04-203-21/+42
| |\ \ \ | | | |/ | | |/|
| | * | don't remove a queue's durable routes on node_downMatthias Radestock2009-04-142-18/+29
| | |/
| | * on windows, write to stdout in stderr to avoid bufferingMatthias Radestock2009-03-261-3/+13
* | | Brought out starting the persister to rabbit.erl. Also, reduced the file size...Matthew Sackman2009-05-273-8/+10
* | | ugh, managed to forget the need to compile before running dialyzer, hence jus...Matthew Sackman2009-05-271-1/+1
* | | o) fix up -specsMatthew Sackman2009-05-274-74/+111
* | | preemptive refactoringMatthew Sackman2009-05-271-11/+14
* | | duh!Matthew Sackman2009-05-221-2/+2
* | | Yup, basically, same bug in three places. Fixed. It all works.Matthew Sackman2009-05-221-4/+11
* | | Well, it /tends/ to work, but sometimes falls over, apparently trying to read...Matthew Sackman2009-05-223-21/+47
* | | IT WORKS! (for SendString and simpleconsumer)Matthew Sackman2009-05-222-14/+14
* | | It compiles.Matthew Sackman2009-05-223-87/+64
* | | Tiny changes to amqqueue_process, but mainly getting the mixed_queue api into...Matthew Sackman2009-05-222-35/+61
* | | just a couple more comments / TODO items.Matthew Sackman2009-05-211-2/+2
* | | Still WIP + DNC. However, deliver_queue is now rather funky, pretty much inco...Matthew Sackman2009-05-211-40/+47
* | | WIP, DNC. However, I think the basic control flow is right, although there ar...Matthew Sackman2009-05-213-194/+174
* | | Made deliver (in its various guises) also return the number of remaining mess...Matthew Sackman2009-05-212-9/+10
* | | Added is_empty and length functions.Matthew Sackman2009-05-212-53/+87
* | | Formatting only. Only just realised emacs was using tabs. Fixed.Matthew Sackman2009-05-213-836/+845
* | | Wrote the mixed_queue. This is totally untested just now. This module makes d...Matthew Sackman2009-05-202-2/+169
* | | So the mnesia table now contains next_seq_id. This means we can cope with gap...Matthew Sackman2009-05-201-47/+128
* | | Just adding a comment which was missed out some days ago.Matthew Sackman2009-05-201-0/+3
* | | Some initial reworkings, making sure all messages have a guid, and moving the...Matthew Sackman2009-05-193-28/+27
* | | Added support for purging queues. This is done per the 0-9-1 spec so we purge...Matthew Sackman2009-05-193-6/+86
* | | Added a call to compact at the moment we start a new file. This closes a hole...Matthew Sackman2009-05-191-5/+18
* | | Removeal of unnecessary includesMatthew Sackman2009-05-182-2/+0
* | | added phantom_deliver. This does everything that deliver does but it doesn't ...Matthew Sackman2009-05-152-22/+47
* | | An implementation of the queue using database. This will only work with postg...Matthew Sackman2009-05-142-0/+436
* | | Reworking shuffle_up to sate Matthias's passion for beautiful codeMatthew Sackman2009-05-141-19/+17
* | | Some cosmetic changes (erlang style function names) and improvements to docum...Matthew Sackman2009-05-142-28/+195
* | | Made tx_commit take a list of seq_ids which are things to be ack'd. This mean...Matthew Sackman2009-05-132-44/+61
* | | Startup requires a match in mnesia per message we encounter on disk. This lea...Matthew Sackman2009-05-132-10/+28