summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged bug20539 into defaultBen Hood2009-08-031-3/+33
|\
| * adding support for sync-ing the writer with the erlang client channelVlad Ionescu2009-07-221-3/+33
| |
* | merge bug21243 into defaultTony Garnock-Jones2009-07-277-11/+325
|\ \
| * | Factored out ebin root from rabbitmq-server script (windows and unix)Paul Jones2009-07-272-7/+9
| | |
| * | Factored out RABBITMQ_EBINPaul Jones2009-07-241-2/+3
| | |
| * | Eliminated error macro; changed location of error printoutPaul Jones2009-07-241-5/+4
| | |
| * | Fixed handling of symlinks; compacted list comprehensionsPaul Jones2009-07-241-3/+12
| | |
| * | Fixed variable name - changed from UNPACKED to EXPAND for consistencyPaul Jones2009-07-241-2/+2
| | |
| * | cosmeticMatthias Radestock2009-07-241-128/+126
| | |
| * | Delete the plugin unpack directory before startingPaul Jones2009-07-231-2/+19
| | |
| * | Added Windows plugin management/support scriptsPaul Jones2009-07-232-2/+63
| | |
| * | Added more conditional diagnosticsPaul Jones2009-07-231-0/+8
| | |
| * | Reworked dependency expansion mechanism to not overexplore known ↵Paul Jones2009-07-231-22/+32
| | | | | | | | | | | | dependencies; eliminated crash-dump when an unknown dependency is encountered
| * | Hid debug statement using a disabled macroPaul Jones2009-07-221-1/+2
| | |
| * | Updates to rabbitmq-server script to eliminate warnings about hidden files; ↵Paul Jones2009-07-222-2/+5
| | | | | | | | | | | | ignoring generated directories
| * | Added a rabbit_plugin_activator to generate a .boot file for Rabbit; changed ↵Paul Jones2009-07-224-1/+212
| | | | | | | | | | | | startup script to use this file if available
| * | Removed the existing rabbit.rel file, which does not appear to have been ↵Paul Jones2009-07-222-7/+1
| |/ | | | | | | updated in many,many versions
* | merge bug21029 into defaultMatthias Radestock2009-07-241-5/+1
|\ \ | |/ |/|
| * EPEL no longer need this PATH setting, so get rid of it.David Wragg2009-07-061-5/+1
| | | | | | | | | | EPEL now includes the erlang-R12B-5.6 package, which has a /usr/bin/escript symlink.
* | merge bug21189 into defaultMatthias Radestock2009-07-201-2/+2
|\ \ | |/ |/|
| * No longer call cleandb from clean.Tony Garnock-Jones2009-07-201-1/+1
| |
| * Make cleandb no longer stop the nodeTony Garnock-Jones2009-07-161-1/+1
|/
* merge bug21060 into defaultMatthias Radestock2009-07-012-13/+54
|\
| * better exception tagMatthias Radestock2009-07-011-1/+1
| |
| * fix another off-by-one errorMatthias Radestock2009-07-011-1/+1
| |
| * foldMatthias Radestock2009-07-011-9/+6
| |
| * Fix off-by-one error (discovered by Matthias)Tony Garnock-Jones2009-07-011-1/+1
| |
| * cosmeticMatthias Radestock2009-07-011-23/+19
| |
| * Convenience rabbit_basic functions.Tony Garnock-Jones2009-06-222-11/+59
|/
* Updated portfile for 1.6.0 releaseTim Clark2009-06-181-4/+4
|
* tabs -> spacesMatthias Radestock2009-06-186-25/+25
|
* TMPDIR should be honoured by MakefileMatthew Sackman2009-06-181-2/+6
|
* Added tag rabbitmq_v1_6_0 for changeset 1588df06f913Matthias Radestock2009-06-160-0/+0
|
* add package changelog entries for 1.6.0 releaserabbitmq_v1_6_0Matthias Radestock2009-06-162-0/+9
|
* merge bug20961 into defaultMatthias Radestock2009-06-161-8/+8
|\
| * Fixing up escaping of commandline argumentsTim Clark2009-06-141-11/+1
| |
| * Attempt to fix regexp in PortfileTim Clark2009-06-121-4/+4
| |
| * Changes to version and checksumsTim Clark2009-06-121-4/+4
| |
* | emergency merge of bug20958 into defaultMatthias Radestock2009-06-161-11/+1
|\ \ | | | | | | | | | further qa is still required
| * | FIx for escaping of argumentsTim Clark2009-06-141-11/+1
| | |
* | | merge bug20979 into defaultMatthias Radestock2009-06-162-2/+2
|\ \ \
| * | | cleandb is now an rm -rf and build depends not on mnesiaMatthew Sackman2009-06-122-2/+2
| | |/ | |/|
* | | merge bug20976 into defaultMatthias Radestock2009-06-162-2/+4
|\ \ \ | |/ / |/| |
| * | Altered dependencies and added comment to the appMatthew Sackman2009-06-122-2/+4
|/ /
* | merging in bug20943Matthew Sackman2009-06-111-129/+120
|\ \
| * | refactoring: rename "round robin" to "active consumers"Matthias Radestock2009-06-101-27/+31
| | |
| * | proper round-robining even when blockingMatthias Radestock2009-06-101-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 defaultMatthias Radestock2009-06-102-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 shelltimc@afallen.home2009-06-102-2/+2
| |
| * Creates rabbitmq user with a default shell and uses correct arguments to the ↵timc@afallen.home2009-06-102-3/+3
| | | | | | | | os x su command