Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recover exchanges/bindings/queues in per-item transactionsbug20500 | Matthias Radestock | 2009-03-19 | 3 | -29/+52 |
| | | | | | | | Because recovering them in large, single transactions is incredibly slow, with complexity that is far worse than linear in the number of entries we recover, presumably due to the way mnesia represents transaction-local storage. | ||||
* | merge bug20455 into v1_5 | Matthias Radestock | 2009-03-19 | 3 | -3/+1 |
|\ | |||||
| * | Make all the packaged scripts cd to /var/lib/rabbitmq, and remove abug20455 | Simon MacMullen | 2009-03-12 | 3 | -3/+1 |
| | | | | | | | | redundant "cd" from the init.d scripts. | ||||
* | | oops | Matthias Radestock | 2009-03-18 | 1 | -1/+1 |
| | | |||||
* | | merge bug20462 into v1_5 | Matthias Radestock | 2009-03-18 | 2 | -19/+21 |
|\ \ | |/ |/| | |||||
| * | make it more obvious that RABBITMQ_MNESIA_DIR is specialbug20462 | Matthias Radestock | 2009-03-18 | 1 | -1/+2 |
| | | |||||
| * | Split out the environment variable munging as described in the ticket, ↵ | Simon MacMullen | 2009-03-13 | 2 | -17/+18 |
|/ | | | | | | except for those variables which are derived from other variables. | ||||
* | Added tag rabbitmq_v1_5_3 for changeset 3fd499569a57 | Tony Garnock-Jones | 2009-02-24 | 0 | -0/+0 |
| | |||||
* | add package changelog entries for 1.5.3 releaserabbitmq_v1_5_3 | Tony Garnock-Jones | 2009-02-24 | 2 | -0/+9 |
| | |||||
* | merge bug20410 into v1_5 | Matthias Radestock | 2009-02-24 | 1 | -4/+16 |
|\ | |||||
| * | Apply John's changebug20410 | Tony Garnock-Jones | 2009-02-24 | 1 | -4/+16 |
|/ | |||||
* | Added tag rabbitmq_v1_5_2 for changeset 7db73a31654f | Tony Garnock-Jones | 2009-02-23 | 0 | -0/+0 |
| | |||||
* | add package changelog entries for 1.5.2 releaserabbitmq_v1_5_2 | Tony Garnock-Jones | 2009-02-23 | 2 | -0/+9 |
| | |||||
* | Merge bug20329 into v1_5 | Hubert Plociniczak | 2009-02-20 | 2 | -6/+3 |
|\ | |||||
| * | Merge bug20352 into default | Hubert Plociniczak | 2009-02-20 | 2 | -6/+3 |
| |\ | |||||
| | * | Disabled starting the server in rpm packages according to fedora guidelines.bug20352 | Hubert Plociniczak | 2009-02-18 | 2 | -6/+3 |
| | | | |||||
* | | | Use _locastatedir and _sysconfdir macros in all possible places.bug20329 | Hubert Plociniczak | 2009-02-20 | 2 | -11/+11 |
| | | | |||||
* | | | Merge v1_5 into bug20329 | Hubert Plociniczak | 2009-02-20 | 3 | -31/+22 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use %{_sysconfdir} to locate /etc. | Hubert Plociniczak | 2009-02-04 | 3 | -12/+8 |
| | | | | | | | | | | | | | | | Return 2 on usage error in init-script. Use %attr to define proper permissions for the /var/lib/rabbitmq and /var/log/rabbitmq directories and use -c parameter instead of running additional usermod command in the spec file. | ||||
| * | | Use shorter names for sources in spec file. | Hubert Plociniczak | 2009-02-04 | 1 | -7/+7 |
| | | | |||||
| * | | Included fixes for fedora review. | Hubert Plociniczak | 2009-02-04 | 3 | -18/+11 |
| | | | | | | | | | | | | | | | | | | Remove %debian macro and used --nodeps instead. Renamed /etc/default/rabbitmq to /etc/sysconfig/rabbitmq as this is the default configuration file on rpm based OS. Use make -j if possible in spec. Removed not recommended tags (vendor and packager) and added macro that prevents rpm from building useless debug rpm. | ||||
* | | | Merged 20383 | Simon MacMullen | 2009-02-20 | 4 | -4/+10 |
|\ \ \ | |||||
| * | | | Logrotate will report only errors and ignore anything in the STDOUT.bug20383 | Hubert Plociniczak | 2009-02-20 | 4 | -4/+10 |
| | |/ | |/| | |||||
* | | | Merged 20327 | Simon MacMullen | 2009-02-20 | 10 | -24/+33 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixed sed to properly handle rabbitmq.conf.5 and updated other man pages.bug20327 | Hubert Plociniczak | 2009-02-17 | 6 | -6/+4 |
| | | | | | | | | | | | | /etc/rabbitmq is no longer owned by rabbitmq user. | ||||
| * | | Renamed man page for rabbit config | Hubert Plociniczak | 2009-02-17 | 1 | -0/+0 |
| | | | |||||
| * | | Variables from /etc/default/rabbitmq can be later overwritten apart from ↵ | Hubert Plociniczak | 2009-02-04 | 5 | -35/+8 |
| | | | | | | | | | | | | NODE_COUNT. Don't use INITD_ prefixed variables. | ||||
| * | | Minor style fixes | Hubert Plociniczak | 2009-02-04 | 1 | -2/+4 |
| | | | |||||
| * | | Be consistend in using INITD_ variables in init.d script. Few style fixes in ↵ | Hubert Plociniczak | 2009-02-04 | 3 | -11/+11 |
| | | | | | | | | | | | | rabbitmq man page. | ||||
| * | | Moved main configuration from /etc/default/rabbitmq to ↵ | Hubert Plociniczak | 2009-02-04 | 9 | -22/+58 |
| | | | | | | | | | | | | /etc/rabbitmq/rabbitmq.conf. Updated man pages to reflect the changes. To avoid overwriting the variables those in /etc/default/rabbitmq need to be prefix with INITD_. Added checks in scripts to handle those cases. rpm and debian need to handle /etc/rabbitmq directory. | ||||
* | | | merge bug20348 into v1_5 | Tony Garnock-Jones | 2009-02-16 | 10 | -42/+42 |
|\ \ \ | |||||
| * \ \ | Merged 20345 | Simon MacMullen | 2009-02-16 | 0 | -0/+0 |
| |\ \ \ | |||||
| * | | | | prevent unwanted path expansionbug20345 | Simon MacMullen | 2009-02-16 | 2 | -0/+10 |
| |/ / / | |||||
| * | | | Merged 20326 | Simon MacMullen | 2009-02-16 | 2 | -0/+2 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Merged 20353 | Simon MacMullen | 2009-02-16 | 2 | -0/+2 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Added proper PATH env variable.bug20353 | Hubert Plociniczak | 2009-02-06 | 2 | -0/+2 |
| | |/ | |||||
| * | | Remove PATH variable from init.d scripts. It is not the subject of this bug.bug20326 | Hubert Plociniczak | 2009-02-04 | 2 | -2/+0 |
| | | | |||||
| * | | Use common wrapper for scripts in rpm packages. | Hubert Plociniczak | 2009-02-04 | 5 | -34/+18 |
| | | | | | | | | | | | | Fixed indentation. init.d script uses wrapper. | ||||
| * | | Provide common wrapper script that is used by all commands and requires root ↵ | Hubert Plociniczak | 2009-02-04 | 4 | -12/+18 |
| |/ | | | | | | | | | | | permissions to function normally. Also added PATH variable in init.d and use new wrappers. | ||||
* | | keep serial in separate process, to avoid persister bottleneckbug20348 | Matthias Radestock | 2009-02-06 | 5 | -45/+135 |
|/ | | | | ...and move all the guid functions into a separate module | ||||
* | create v1_5 branch to supersede v1_5_1 branch | Matthias Radestock | 2009-02-02 | 0 | -0/+0 |
| | |||||
* | Added tag rabbitmq_v1_5_1 for changeset 0f3f3a44ca0cv1_5_1 | Ben Hood | 2009-01-19 | 0 | -0/+0 |
| | |||||
* | add package changelog entries for 1.5.1 releaserabbitmq_v1_5_1 | Ben Hood | 2009-01-19 | 2 | -0/+9 |
| | |||||
* | better documentation of message counts | Matthias Radestock | 2009-01-19 | 1 | -4/+5 |
| | |||||
* | merge bug20064 into v1_5_1 | Matthias Radestock | 2009-01-15 | 3 | -3/+3 |
|\ | |||||
| * | BUILD has been renamed to READMEbug20064 | Matthias Radestock | 2009-01-15 | 1 | -1/+1 |
| | | |||||
| * | Renamed BUILD.in to README.in | Hubert Plociniczak | 2009-01-15 | 2 | -2/+2 |
| | | |||||
* | | merge bug20125 into v1_5_1 | Matthias Radestock | 2009-01-15 | 3 | -6/+6 |
|\ \ | |/ | |||||
| * | merge bug20111 into v1_5_1 | Matthias Radestock | 2009-01-15 | 1 | -4/+4 |
| |\ | |||||
| | * | Updated POD (rabbitmqctl rename pid to node)bug20111 | Emile Joubert | 2009-01-14 | 1 | -4/+4 |
| | | |