| Commit message (Expand) | Author | Age | Files | Lines |
| * | (just for testing - switch to disk only mode) | Matthew Sackman | 2009-05-29 | 3 | -4/+4 |
| * | gen_server -> gen_server2, delete_queue calls purge_queue first in order to t... | Matthew Sackman | 2009-05-27 | 1 | -37/+44 |
| * | just merging in default branch | Matthew Sackman | 2009-05-27 | 11 | -61/+125 |
| |\ |
|
| | * | helper method for not_found errors | Matthias Radestock | 2009-05-20 | 4 | -12/+9 |
| | * | merge v1_5 into default | Tony Garnock-Jones | 2009-05-18 | 3 | -10/+17 |
| | |\ |
|
| | | * | Silence unused variable warning | Tony Garnock-Jones | 2009-05-18 | 1 | -1/+1 |
| | | * | display node name and db dir on startup | Matthias Radestock | 2009-05-18 | 3 | -10/+17 |
| | * | | merge v1_5 into default | Tony Garnock-Jones | 2009-05-13 | 1 | -7/+8 |
| | |\ \
| | |/ |
|
| | | * | merging in 20592 | Matthew Sackman | 2009-04-29 | 1 | -6/+8 |
| | | |\ |
|
| | | | * | don't conditionally/auto-delete exchanges that still have durable bindings | Matthias Radestock | 2009-04-22 | 1 | -6/+8 |
| | * | | | Fixed unused-variable warning | Tony Garnock-Jones | 2009-04-24 | 1 | -1/+1 |
| | * | | | merge v1_5 into default | Tony Garnock-Jones | 2009-04-24 | 2 | -11/+19 |
| | |\ \ \
| | |/ / |
|
| | | * | | return the correct error (not_found) on exchange deletion | Matthias Radestock | 2009-04-23 | 2 | -11/+19 |
| | | |/ |
|
| | * | | merge v1_5 into default | Matthias Radestock | 2009-04-22 | 4 | -1/+31 |
| | |\ \
| | |/ |
|
| | | * | merge in branch 20590 | Matthew Sackman | 2009-04-17 | 2 | -18/+29 |
| | | |\ |
|
| | | * \ | bringing in v1_5 before merge back | Matthew Sackman | 2009-04-16 | 3 | -1/+25 |
| | | |\ \ |
|
| | | | * | | keep dialyzer happy | Matthias Radestock | 2009-04-14 | 3 | -1/+25 |
| | | * | | | leave system in clustered state | Matthias Radestock | 2009-04-15 | 1 | -0/+6 |
| | | |/ / |
|
| | * | | | merge v1_5 into default | Matthias Radestock | 2009-04-20 | 3 | -21/+42 |
| | |\ \ \
| | | |/
| | |/| |
|
| | | * | | don't remove a queue's durable routes on node_down | Matthias Radestock | 2009-04-14 | 2 | -18/+29 |
| | | |/ |
|
| | | * | on windows, write to stdout in stderr to avoid buffering | Matthias Radestock | 2009-03-26 | 1 | -3/+13 |
| * | | | Brought out starting the persister to rabbit.erl. Also, reduced the file size... | Matthew Sackman | 2009-05-27 | 3 | -8/+10 |
| * | | | ugh, managed to forget the need to compile before running dialyzer, hence jus... | Matthew Sackman | 2009-05-27 | 1 | -1/+1 |
| * | | | o) fix up -specs | Matthew Sackman | 2009-05-27 | 4 | -74/+111 |
| * | | | preemptive refactoring | Matthew Sackman | 2009-05-27 | 1 | -11/+14 |
| * | | | duh! | Matthew Sackman | 2009-05-22 | 1 | -2/+2 |
| * | | | Yup, basically, same bug in three places. Fixed. It all works. | Matthew Sackman | 2009-05-22 | 1 | -4/+11 |
| * | | | Well, it /tends/ to work, but sometimes falls over, apparently trying to read... | Matthew Sackman | 2009-05-22 | 3 | -21/+47 |
| * | | | IT WORKS! (for SendString and simpleconsumer) | Matthew Sackman | 2009-05-22 | 2 | -14/+14 |
| * | | | It compiles. | Matthew Sackman | 2009-05-22 | 3 | -87/+64 |
| * | | | Tiny changes to amqqueue_process, but mainly getting the mixed_queue api into... | Matthew Sackman | 2009-05-22 | 2 | -35/+61 |
| * | | | just a couple more comments / TODO items. | Matthew Sackman | 2009-05-21 | 1 | -2/+2 |
| * | | | Still WIP + DNC. However, deliver_queue is now rather funky, pretty much inco... | Matthew Sackman | 2009-05-21 | 1 | -40/+47 |
| * | | | WIP, DNC. However, I think the basic control flow is right, although there ar... | Matthew Sackman | 2009-05-21 | 3 | -194/+174 |
| * | | | Made deliver (in its various guises) also return the number of remaining mess... | Matthew Sackman | 2009-05-21 | 2 | -9/+10 |
| * | | | Added is_empty and length functions. | Matthew Sackman | 2009-05-21 | 2 | -53/+87 |
| * | | | Formatting only. Only just realised emacs was using tabs. Fixed. | Matthew Sackman | 2009-05-21 | 3 | -836/+845 |
| * | | | Wrote the mixed_queue. This is totally untested just now. This module makes d... | Matthew Sackman | 2009-05-20 | 2 | -2/+169 |
| * | | | So the mnesia table now contains next_seq_id. This means we can cope with gap... | Matthew Sackman | 2009-05-20 | 1 | -47/+128 |
| * | | | Just adding a comment which was missed out some days ago. | Matthew Sackman | 2009-05-20 | 1 | -0/+3 |
| * | | | Some initial reworkings, making sure all messages have a guid, and moving the... | Matthew Sackman | 2009-05-19 | 3 | -28/+27 |
| * | | | Added support for purging queues. This is done per the 0-9-1 spec so we purge... | Matthew Sackman | 2009-05-19 | 3 | -6/+86 |
| * | | | Added a call to compact at the moment we start a new file. This closes a hole... | Matthew Sackman | 2009-05-19 | 1 | -5/+18 |
| * | | | Removeal of unnecessary includes | Matthew Sackman | 2009-05-18 | 2 | -2/+0 |
| * | | | added phantom_deliver. This does everything that deliver does but it doesn't ... | Matthew Sackman | 2009-05-15 | 2 | -22/+47 |
| * | | | An implementation of the queue using database. This will only work with postg... | Matthew Sackman | 2009-05-14 | 2 | -0/+436 |
| * | | | Reworking shuffle_up to sate Matthias's passion for beautiful code | Matthew Sackman | 2009-05-14 | 1 | -19/+17 |
| * | | | Some cosmetic changes (erlang style function names) and improvements to docum... | Matthew Sackman | 2009-05-14 | 2 | -28/+195 |
| * | | | Made tx_commit take a list of seq_ids which are things to be ack'd. This mean... | Matthew Sackman | 2009-05-13 | 2 | -44/+61 |
| * | | | Startup requires a match in mnesia per message we encounter on disk. This lea... | Matthew Sackman | 2009-05-13 | 2 | -10/+28 |