| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged bug20539 into default | Ben Hood | 2009-08-03 | 1 | -3/+33 |
| |\ | |||||
| | * | adding support for sync-ing the writer with the erlang client channel | Vlad Ionescu | 2009-07-22 | 1 | -3/+33 |
| | | | |||||
| * | | merge bug21243 into default | Tony Garnock-Jones | 2009-07-27 | 7 | -11/+325 |
| |\ \ | |||||
| | * | | Factored out ebin root from rabbitmq-server script (windows and unix) | Paul Jones | 2009-07-27 | 2 | -7/+9 |
| | | | | |||||
| | * | | Factored out RABBITMQ_EBIN | Paul Jones | 2009-07-24 | 1 | -2/+3 |
| | | | | |||||
| | * | | Eliminated error macro; changed location of error printout | Paul Jones | 2009-07-24 | 1 | -5/+4 |
| | | | | |||||
| | * | | Fixed handling of symlinks; compacted list comprehensions | Paul Jones | 2009-07-24 | 1 | -3/+12 |
| | | | | |||||
| | * | | Fixed variable name - changed from UNPACKED to EXPAND for consistency | Paul Jones | 2009-07-24 | 1 | -2/+2 |
| | | | | |||||
| | * | | cosmetic | Matthias Radestock | 2009-07-24 | 1 | -128/+126 |
| | | | | |||||
| | * | | Delete the plugin unpack directory before starting | Paul Jones | 2009-07-23 | 1 | -2/+19 |
| | | | | |||||
| | * | | Added Windows plugin management/support scripts | Paul Jones | 2009-07-23 | 2 | -2/+63 |
| | | | | |||||
| | * | | Added more conditional diagnostics | Paul Jones | 2009-07-23 | 1 | -0/+8 |
| | | | | |||||
| | * | | Reworked dependency expansion mechanism to not overexplore known ↵ | Paul Jones | 2009-07-23 | 1 | -22/+32 |
| | | | | | | | | | | | | | dependencies; eliminated crash-dump when an unknown dependency is encountered | ||||
| | * | | Hid debug statement using a disabled macro | Paul Jones | 2009-07-22 | 1 | -1/+2 |
| | | | | |||||
| | * | | Updates to rabbitmq-server script to eliminate warnings about hidden files; ↵ | Paul Jones | 2009-07-22 | 2 | -2/+5 |
| | | | | | | | | | | | | | ignoring generated directories | ||||
| | * | | Added a rabbit_plugin_activator to generate a .boot file for Rabbit; changed ↵ | Paul Jones | 2009-07-22 | 4 | -1/+212 |
| | | | | | | | | | | | | | startup script to use this file if available | ||||
| | * | | Removed the existing rabbit.rel file, which does not appear to have been ↵ | Paul Jones | 2009-07-22 | 2 | -7/+1 |
| | |/ | | | | | | | updated in many,many versions | ||||
| * | | merge bug21029 into default | Matthias Radestock | 2009-07-24 | 1 | -5/+1 |
| |\ \ | |/ |/| | |||||
| | * | EPEL no longer need this PATH setting, so get rid of it. | David Wragg | 2009-07-06 | 1 | -5/+1 |
| | | | | | | | | | | | EPEL now includes the erlang-R12B-5.6 package, which has a /usr/bin/escript symlink. | ||||
| * | | merge bug21189 into default | Matthias Radestock | 2009-07-20 | 1 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | No longer call cleandb from clean. | Tony Garnock-Jones | 2009-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | Make cleandb no longer stop the node | Tony Garnock-Jones | 2009-07-16 | 1 | -1/+1 |
| |/ | |||||
| * | merge bug21060 into default | Matthias Radestock | 2009-07-01 | 2 | -13/+54 |
| |\ | |||||
| | * | better exception tag | Matthias Radestock | 2009-07-01 | 1 | -1/+1 |
| | | | |||||
| | * | fix another off-by-one error | Matthias Radestock | 2009-07-01 | 1 | -1/+1 |
| | | | |||||
| | * | fold | Matthias Radestock | 2009-07-01 | 1 | -9/+6 |
| | | | |||||
| | * | Fix off-by-one error (discovered by Matthias) | Tony Garnock-Jones | 2009-07-01 | 1 | -1/+1 |
| | | | |||||
| | * | cosmetic | Matthias Radestock | 2009-07-01 | 1 | -23/+19 |
| | | | |||||
| | * | Convenience rabbit_basic functions. | Tony Garnock-Jones | 2009-06-22 | 2 | -11/+59 |
| |/ | |||||
| * | Updated portfile for 1.6.0 release | Tim Clark | 2009-06-18 | 1 | -4/+4 |
| | | |||||
| * | tabs -> spaces | Matthias Radestock | 2009-06-18 | 6 | -25/+25 |
| | | |||||
| * | TMPDIR should be honoured by Makefile | Matthew Sackman | 2009-06-18 | 1 | -2/+6 |
| | | |||||
| * | Added tag rabbitmq_v1_6_0 for changeset 1588df06f913 | Matthias Radestock | 2009-06-16 | 0 | -0/+0 |
| | | |||||
| * | add package changelog entries for 1.6.0 releaserabbitmq_v1_6_0 | Matthias Radestock | 2009-06-16 | 2 | -0/+9 |
| | | |||||
| * | merge bug20961 into default | Matthias Radestock | 2009-06-16 | 1 | -8/+8 |
| |\ | |||||
| | * | Fixing up escaping of commandline arguments | Tim Clark | 2009-06-14 | 1 | -11/+1 |
| | | | |||||
| | * | Attempt to fix regexp in Portfile | Tim Clark | 2009-06-12 | 1 | -4/+4 |
| | | | |||||
| | * | Changes to version and checksums | Tim Clark | 2009-06-12 | 1 | -4/+4 |
| | | | |||||
| * | | emergency merge of bug20958 into default | Matthias Radestock | 2009-06-16 | 1 | -11/+1 |
| |\ \ | | | | | | | | | | further qa is still required | ||||
| | * | | FIx for escaping of arguments | Tim Clark | 2009-06-14 | 1 | -11/+1 |
| | | | | |||||
| * | | | merge bug20979 into default | Matthias Radestock | 2009-06-16 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | cleandb is now an rm -rf and build depends not on mnesia | Matthew Sackman | 2009-06-12 | 2 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | merge bug20976 into default | Matthias Radestock | 2009-06-16 | 2 | -2/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Altered dependencies and added comment to the app | Matthew Sackman | 2009-06-12 | 2 | -2/+4 |
| |/ / | |||||
| * | | merging in bug20943 | Matthew Sackman | 2009-06-11 | 1 | -129/+120 |
| |\ \ | |||||
| | * | | refactoring: rename "round robin" to "active consumers" | Matthias Radestock | 2009-06-10 | 1 | -27/+31 |
| | | | | |||||
| | * | | proper round-robining even when blocking | Matthias Radestock | 2009-06-10 | 1 | -124/+111 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This involved some substantial changes to the queue internal data structures - mostly by choice; the new design is cleaner: - We no longer keep a list of consumers in the channel records. Now the channel records just contain a consumer count instead, and that's only there for efficiency so we can more easily tell when we need to register/unregister with the limiter. - We now keep *two* consumer queues - one of active consumers (that's the one we've always had) and one of blocked consumers. We round-robin on the first one as before, and move things between the two queues when blocking/unblocking channels. When doing so the relative order of a channel's consumers is preserved, so the effects of any round-robining the active consumers get carried through to the blocked consumers when they get blocked and then back to the active consumers when they get unblocked. | ||||
| * | | emergency merge of bug20958 into default | Matthias Radestock | 2009-06-10 | 2 | -2/+2 |
| |\ \ | |/ | | | | | | | | | We point to the macports files of the default branch from our web site and they got broken with the merge of bug20333. This hopefully fixes that, but further qa is required. | ||||
| | * | Removed default shell, changed wrapper to work without default shell | timc@afallen.home | 2009-06-10 | 2 | -2/+2 |
| | | | |||||
| | * | Creates rabbitmq user with a default shell and uses correct arguments to the ↵ | timc@afallen.home | 2009-06-10 | 2 | -3/+3 |
| | | | | | | | | | os x su command | ||||
