| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | well, I've made the acking for messages which are on disk but are not persist... | Matthew Sackman | 2009-06-10 | 2 | -14/+32 | |
| * | | | Took advantage of the gen_server2 priorities. | Matthew Sackman | 2009-06-10 | 4 | -8/+9 | |
| * | | | Added means to alter all queues and switch to disk_only mode in the disk queue. | Matthew Sackman | 2009-06-10 | 6 | -2/+131 | |
| * | | | just merging in default. | Matthew Sackman | 2009-06-10 | 7 | -50/+84 | |
| |\ \ \ | |/ / | ||||||
| | * | | merge in bug20955 | Matthew Sackman | 2009-06-10 | 1 | -4/+11 | |
| | |\ \ | ||||||
| | | * | | respect channel blocking when adding consumers | Matthias Radestock | 2009-06-10 | 1 | -4/+11 | |
| | |/ / | ||||||
| | * | | Merge bug20801 into default | Hubert Plociniczak | 2009-06-10 | 2 | -5/+3 | |
| | |\ \ | ||||||
| | | * | | Use dist macro for building correct distribution versions. | Hubert Plociniczak | 2009-06-10 | 2 | -5/+3 | |
| | | |/ | ||||||
| | * | | Merge two default branches into one. | Hubert Plociniczak | 2009-06-10 | 3 | -23/+50 | |
| | |\ \ | | |/ | ||||||
| | | * | Merge from bug20333 post verification | timc@afallen.home | 2009-06-10 | 3 | -23/+50 | |
| | | |\ | ||||||
| | | | * | remove/add files missed on previous commit | Matthias Radestock | 2009-04-06 | 2 | -2/+23 | |
| | | | * | use wrapper scripts in macports | Matthias Radestock | 2009-04-06 | 1 | -21/+27 | |
| | * | | | fix off-by-one error | Matthias Radestock | 2009-06-10 | 1 | -1/+1 | |
| | * | | | cosmetic | Matthias Radestock | 2009-06-10 | 1 | -7/+9 | |
| | |/ / | ||||||
| | * | | merge bug20940 into default | Matthias Radestock | 2009-06-10 | 2 | -9/+12 | |
| | |\ \ | ||||||
| | | * | | cosmetic | Matthias Radestock | 2009-06-10 | 1 | -6/+7 | |
| | | * | | Made can_send/2 into can_send/3. | Matthew Sackman | 2009-06-09 | 2 | -9/+11 | |
| | |/ / | ||||||
| * | | | Two things have happened here. Firstly, the mixed_queue now functions correct... | Matthew Sackman | 2009-06-10 | 3 | -124/+245 | |
| * | | | just committing as need to work from home tomorrow. Code in "interesting" sta... | Matthew Sackman | 2009-06-09 | 3 | -52/+130 | |
| * | | | Using delayed_write batches together small writes and reduces the number of O... | Matthew Sackman | 2009-06-09 | 1 | -10/+32 | |
| * | | | Logic failure which only came to light when trying to run the consumers as do... | Matthew Sackman | 2009-06-09 | 1 | -3/+5 | |
| * | | | can now switch the mixed queue between modes | Matthew Sackman | 2009-06-08 | 1 | -1/+48 | |
| * | | | tiny refactor | Matthew Sackman | 2009-06-08 | 1 | -4/+1 | |
| * | | | refactorings and code cleanup | Matthew Sackman | 2009-06-08 | 1 | -355/+398 | |
| * | | | idiot | Matthew Sackman | 2009-06-08 | 1 | -1/+2 | |
| * | | | tiny refactorings | Matthew Sackman | 2009-06-08 | 2 | -7/+5 | |
| * | | | merge in default, post the bug20782 merge. All the tests still pass and the t... | Matthew Sackman | 2009-06-08 | 9 | -89/+109 | |
| |\ \ \ | |/ / | ||||||
| | * | | merging in bug20782 | Matthew Sackman | 2009-06-08 | 8 | -81/+103 | |
| | |\ \ | ||||||
| | | * | | clean up tx records in queues when a transaction's channel dies | Matthias Radestock | 2009-06-05 | 4 | -23/+43 | |
| | | * | | refactoring: bundle up all the data for a publish | Matthias Radestock | 2009-06-05 | 7 | -64/+66 | |
| | |/ / | ||||||
| * | | | was just watching the logs go by when running tests and saw an explosion. Pre... | Matthew Sackman | 2009-06-06 | 2 | -2/+4 | |
| * | | | need to leave the disk queue running so that the rest of the tests go through | Matthew Sackman | 2009-06-05 | 1 | -0/+2 | |
| * | | | All tests pass. Including clustering tests. "ram-nodes" in clustering now hav... | Matthew Sackman | 2009-06-05 | 2 | -38/+41 | |
| * | | | all java tests now pass. tiny (but significant!) bug in the mixed_queue start... | Matthew Sackman | 2009-06-05 | 1 | -1/+1 | |
| * | | | Java functional tests now pass. | Matthew Sackman | 2009-06-05 | 1 | -6/+19 | |
| * | | | merge from default, which was more effort than I'd expected. Also, started wo... | Matthew Sackman | 2009-06-05 | 15 | -138/+266 | |
| |\ \ \ | |/ / | ||||||
| | * | | Split out internal_declare/2. | Tony Garnock-Jones | 2009-06-04 | 1 | -2/+10 | |
| | * | | merge bug20633 into default | Matthew Sackman | 2009-06-04 | 1 | -16/+24 | |
| | |\ \ | ||||||
| | | * | | make delete_binding return an error when the binding does not exist | Matthias Radestock | 2009-06-02 | 1 | -16/+24 | |
| | * | | | merge bug20877 into default | Matthias Radestock | 2009-06-03 | 2 | -5/+11 | |
| | |\ \ \ | ||||||
| | | * | | | align | Matthias Radestock | 2009-06-03 | 1 | -2/+2 | |
| | | * | | | Change from number to atom. | Tony Garnock-Jones | 2009-06-03 | 2 | -5/+11 | |
| | |/ / / | ||||||
| | * | | | merge bug20654 into default | Tony Garnock-Jones | 2009-06-03 | 7 | -86/+178 | |
| | |\ \ \ | ||||||
| | | * \ \ | merger | Tony Garnock-Jones | 2009-06-03 | 14 | -54/+77 | |
| | | |\ \ \ | ||||||
| | | | * \ \ | merge default into bug20654 | Tony Garnock-Jones | 2009-05-27 | 14 | -54/+77 | |
| | | | |\ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | merge v1_5 into default | Tony Garnock-Jones | 2009-05-27 | 4 | -10/+19 | |
| | |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | | * | | | | Added tag rabbitmq_v1_5_5 for changeset 5dc463f43bb7 | Matthias Radestock | 2009-05-19 | 0 | -0/+0 | |
| | | * | | | | add package changelog entries for 1.5.5 releaserabbitmq_v1_5_5 | Matthias Radestock | 2009-05-19 | 3 | -1/+10 | |
| | | * | | | | merge bug20676 into v1_5 | David Wragg | 2009-05-18 | 1 | -1/+1 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Change to dependencies | Matthew Sackman | 2009-05-18 | 1 | -1/+1 | |
