| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | 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 | |
| | | | | * | | | fix typo | Matthias Radestock | 2009-05-29 | 1 | -1/+1 | |
| | | | | |/ / | ||||||
| | | | | * | | rename UME to AE | Matthias Radestock | 2009-05-20 | 2 | -10/+12 | |
| | | | | * | | break ume cycles | Matthias Radestock | 2009-05-20 | 1 | -10/+22 | |
| | | | | * | | carry 'mandatory' and 'immediate' flags through to UMEs | Matthias Radestock | 2009-05-20 | 1 | -24/+22 | |
| | | | | * | | refactoring of API | Matthias Radestock | 2009-05-20 | 3 | -45/+88 | |
| | | | | * | | fix type spec | Matthias Radestock | 2009-05-20 | 1 | -1/+1 | |
| | | | | * | | add permission checks for ume configuration | Matthias Radestock | 2009-05-20 | 3 | -9/+24 | |
| | | | | * | | rationalise publish/route result types | Matthias Radestock | 2009-05-20 | 5 | -47/+47 | |
| | | | | * | | move publication logic, incl ume handling, into rabbit_exchange | Matthias Radestock | 2009-05-19 | 2 | -58/+56 | |
| | | | | * | | refactoring | Matthias Radestock | 2009-04-28 | 1 | -18/+14 | |
| | | | | * | | add "unroutable message exchanges" feature | Matthias Radestock | 2009-04-28 | 1 | -3/+31 | |
| * | | | | | | Queue recovery on startup now works. | Matthew Sackman | 2009-06-04 | 5 | -50/+89 | |
| * | | | | | | added dump_queue to the disk queue. This spits out a list of the queue conten... | Matthew Sackman | 2009-06-04 | 3 | -25/+89 | |
| * | | | | | | sorted out the disk_queue tests which had been left behind with the last set ... | Matthew Sackman | 2009-06-04 | 2 | -57/+64 | |
| * | | | | | | removed the persister and modified guid generation to use a persisted serial ... | Matthew Sackman | 2009-06-04 | 3 | -534/+15 | |
| * | | | | | | only write out persistent messages sent to a durable queue | Matthew Sackman | 2009-06-04 | 3 | -25/+33 | |
| * | | | | | | (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 | 2 | -37/+45 | |
| * | | | | | | just merging in default branch | Matthew Sackman | 2009-05-27 | 20 | -84/+166 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | helper method for not_found errors | Matthias Radestock | 2009-05-20 | 4 | -12/+9 | |
| | * | | | | | document support for headers exchange | Matthias Radestock | 2009-05-19 | 1 | -1/+1 | |
| | * | | | | | merge v1_5 into default | Tony Garnock-Jones | 2009-05-18 | 5 | -11/+20 | |
| | |\ \ \ \ \ | | |/ / / / | ||||||
| | | * | | | | merge bug20767 into v1_5 | 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 bug20745 into v1_5 | Hubert Plociniczak | 2009-05-16 | 1 | -1/+1 | |
| | | |\ \ \ | ||||||
| | | | * | | | Don't package the INSTALL document | David Wragg | 2009-05-13 | 1 | -1/+1 | |
| | | * | | | | Merge bug20679 into v1_5 | Hubert Plociniczak | 2009-05-16 | 1 | -0/+2 | |
| | | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
