| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -48/+129 |
| * | 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 | 4 | -30/+30 |
| * | 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 |
| * | sigh. I while ago I managed to commit in change to the Makefile | Matthew Sackman | 2009-05-12 | 1 | -1/+1 |
| * | Added to the disk queue the ability to dynamically switch between disk-only a... | Matthew Sackman | 2009-05-12 | 2 | -58/+127 |
| * | just taking out the param of file handles | Matthew Sackman | 2009-04-22 | 2 | -7/+9 |
| * | added a test | Matthew Sackman | 2009-04-22 | 2 | -1/+18 |
| * | some refactorings. Not all done yet. | Matthew Sackman | 2009-04-22 | 1 | -50/+51 |
| * | added specs. ensured mnesia is local | Matthew Sackman | 2009-04-22 | 2 | -35/+78 |
| * | rename clean_stop | Matthew Sackman | 2009-04-22 | 3 | -4/+3 |
| * | minor improvement to documentation | Matthew Sackman | 2009-04-22 | 1 | -1/+3 |
| * | copy + paste job extending essay | Matthew Sackman | 2009-04-22 | 1 | -0/+54 |
| * | wrote a short essay | Matthew Sackman | 2009-04-22 | 1 | -1/+80 |
| * | a bit more refactoring. Also, drop file size and file handle count in tests t... | Matthew Sackman | 2009-04-22 | 2 | -38/+36 |
| * | neater | Matthew Sackman | 2009-04-22 | 1 | -2/+2 |
| * | more reformatting and refactoring. | Matthew Sackman | 2009-04-22 | 2 | -309/+328 |
| * | well it's now much less readable. But at least the lines are shorter. | Matthew Sackman | 2009-04-22 | 1 | -310/+437 |
| * | merge | Matthew Sackman | 2009-04-22 | 1 | -21/+21 |
| |\ |
|
| | * | cosmetic | Matthias Radestock | 2009-04-22 | 1 | -21/+21 |
| * | | stupid bug in start up code because I still fail to remember that messages on... | Matthew Sackman | 2009-04-22 | 2 | -11/+10 |
| * | | I don't understand why I thought I needed to adjust sequences in remove_messa... | Matthew Sackman | 2009-04-22 | 2 | -24/+13 |
| |/ |
|
| * | *cough* *splutter* um. typo? | Matthew Sackman | 2009-04-21 | 1 | -7/+8 |
| * | bitten. | Matthew Sackman | 2009-04-21 | 1 | -2/+2 |
| * | altered api so that deliver returns the seq_id (actually, it's a tuple of {ms... | Matthew Sackman | 2009-04-21 | 2 | -22/+19 |
| * | Introduced sequence IDs internally. Sadly, because of the need to lookup seqi... | Matthew Sackman | 2009-04-21 | 4 | -72/+153 |
| * | so I figured it was still going too fast. Fortunately, switching mnesia to di... | Matthew Sackman | 2009-04-20 | 2 | -2/+3 |