summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Used swap_handler mechanism provided inHubert Plociniczak2008-08-194-46/+48
| | * | | | Added optional argument that specifies the suffixHubert Plociniczak2008-08-183-11/+54
| | * | | | Forgot to remove semicolonHubert Plociniczak2008-08-151-1/+1
| | * | | | Fixed qa remarksHubert Plociniczak2008-08-152-17/+12
| | | | * | Use postrotate script to reopen logs andHubert Plociniczak2008-08-143-28/+12
| | | | * | Merge bug19200 into bug19193Hubert Plociniczak2008-08-1422-986/+146
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Added reopen_logs command to man pagesHubert Plociniczak2008-08-141-0/+5
| | * | | | Merge default into bug19200Hubert Plociniczak2008-08-1425-974/+390
| | |\ \ \ \
| | * | | | | Added reopen_logs command to rabbit_controlHubert Plociniczak2008-08-142-1/+31
| | | | | * | Added logrotate script to debian and rpm packagesHubert Plociniczak2008-08-137-3/+48
| | | | |/ /
| | | | * | Merge bug17940 into bug19166Hubert Plociniczak2008-08-127-150/+115
| | | | |\ \
| | | | * | | Added required commands to the init.d scriptHubert Plociniczak2008-08-083-93/+110
* | | | | | | Added type signature for execute_mnesia_transaction/2Ben Hood2008-09-211-0/+1
* | | | | | | Removed code duplicationBen Hood2008-09-211-4/+1
* | | | | | | Removed errornous commentBen Hood2008-09-211-3/+1
* | | | | | | Modified list concatinationBen Hood2008-09-211-1/+1
* | | | | | | Added a comment about the complexity of the mnesia:select usageBen Hood2008-09-211-0/+10
* | | | | | | Revised full table scan commentBen Hood2008-09-211-1/+2
* | | | | | | Deleted route_internal functionsBen Hood2008-09-211-18/+11
* | | | | | | delete_bindings should take a queue_name() rather than an amqqueue()Ben Hood2008-09-212-7/+8
* | | | | | | Replaced mnesia:delete/1 with mnesia:delete_object/3Ben Hood2008-09-211-7/+5
* | | | | | | Respellt the word synchronize, incorporated some QA notesBen Hood2008-09-211-25/+19
* | | | | | | Implemented durable routesBen Hood2008-09-202-6/+33
* | | | | | | Supressed compiler warningsBen Hood2008-09-201-3/+3
* | | | | | | Backed out changeset 031a255683eeBen Hood2008-09-203-10/+11
* | | | | | | Deleted Arguments parameter in add_binding because we dont do anything with t...Ben Hood2008-09-143-11/+10
* | | | | | | Moved {add,delete} binding to exchange moduleBen Hood2008-09-143-24/+27
* | | | | | | Merged delete_temp into delete_queueBen Hood2008-09-141-4/+1
* | | | | | | Default binding should bind to the default exchange in the queue's vhostBen Hood2008-09-141-1/+1
* | | | | | | Changed key type into binding_key and moved it to rabbit_framing_spec header ...Ben Hood2008-09-142-2/+2
* | | | | | | Fixed alignment of the comment about the constant fieldBen Hood2008-09-141-2/+3
* | | | | | | Merged default into 18776Ben Hood2008-09-064-4/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Removed dotHubert Plociniczak2008-09-041-1/+1
| * | | | | | Only debian/rules file needs to have exec permissionHubert Plociniczak2008-09-041-1/+1
| * | | | | | tabs -> spacesMatthias Radestock2008-08-292-2/+2
* | | | | | | Fixed dialyzer errorBen Hood2008-09-061-1/+1
* | | | | | | Removed a lot of commented out codeBen Hood2008-09-062-46/+5
* | | | | | | Added tag Aman-06-09-08_2 for changeset feb4ba878635Ben Hood2008-09-060-0/+0
* | | | | | | Fixed compilation errorAman-06-09-08_2Ben Hood2008-09-061-1/+1
* | | | | | | Added tag Aman-06-09-08 for changeset f91997069bdbBen Hood2008-09-060-0/+0
* | | | | | | All of the functional tests now pass, need to compare performace against defaultAman-06-09-08Ben Hood2008-09-062-19/+28
* | | | | | | Just a little bit of cleanupBen Hood2008-09-052-12/+2
* | | | | | | Split out direct and topic routingBen Hood2008-09-041-29/+24
* | | | | | | This is 10-fold improvement on the last version, still not right yetBen Hood2008-09-041-19/+26
* | | | | | | Took route deletion out of the amqqueue module, put it in the exchange moduleBen Hood2008-08-292-15/+18
* | | | | | | Now this is deleting the reverse route as wellBen Hood2008-08-281-1/+8
* | | | | | | Adding note to myselfBen Hood2008-08-281-0/+1
* | | | | | | Added unique constraint to prevent double routingBen Hood2008-08-271-1/+4
* | | | | | | Saw some handlers so I deleted themBen Hood2008-08-271-7/+0
* | | | | | | Merged default into 18776Ben Hood2008-08-2731-159/+412
|\ \ \ \ \ \ \ | |/ / / / / /