summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* don't react to memory alarms when memory_alarms is falsebug20019Matthias Radestock2008-12-163-10/+21
| | | | | | We still register our alarm handler in that case, since that allows alertees to register as usual, but the handler doesn't remember alertees and does nothing on memory alarms.
* Make start_memsup default to false.Tony Garnock-Jones2008-12-162-6/+4
|
* Added tag rabbitmq_v1_5_0 for changeset 8c3ad21da715Tony Garnock-Jones2008-12-150-0/+0
|
* New changelog entry for RPMsTony Garnock-Jones2008-12-151-0/+3
|
* New Debian changelog entryTony Garnock-Jones2008-12-151-0/+6
|
* Merged bug19987Simon MacMullen2008-12-122-54/+63
|\
| * provide an easy way to turn off memory alarmsbug19987Matthias Radestock2008-12-112-54/+63
| | | | | | | | | | the rabbit start_memsup flag controls whether rabbit will start memsup. It defaults to true.
* | merge bug19999 into defaultMatthias Radestock2008-12-121-2/+2
|\ \
| * | More strict matchingbug19999Hubert Plociniczak2008-12-121-1/+1
| | |
| * | Use default regex type in findHubert Plociniczak2008-12-121-1/+1
| | |
| * | distclean should remove all vim, emacs temporary filesHubert Plociniczak2008-12-121-2/+2
|/ /
* | Merge bug19568 into defaultHubert Plociniczak2008-12-122-52/+2
|\ \
| * | Removed unused README.txt, if someone knows how to buildbug19568Hubert Plociniczak2008-12-122-52/+2
| | | | | | | | | | | | rpms then that is (should) be already known.
* | | merge bug19993 into defaultMatthias Radestock2008-12-127-87/+14
|\ \ \
| * | | Update 'po' each time we build the package.bug19993Hubert Plociniczak2008-12-121-1/+1
| | | |
| * | | Removed autogenerated fileHubert Plociniczak2008-12-121-53/+0
| | | |
| * | | Debconf will handle the installation of logrotate scriptHubert Plociniczak2008-12-122-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | using dh_installlogrotate and it will add any dependencies it thinks need to be added. Updated standards-version to keep lintian happy.
| * | | Added po-debconf support to satisfy translated debconfHubert Plociniczak2008-12-126-84/+65
| | | | | | | | | | | | | | | | | | | | requirement. See man po-debconf for details. Fixed minor warnings given by lintian.
* | | | separate out codegen targetsMatthias Radestock2008-12-121-3/+5
| | | | | | | | | | | | | | | | that way 'make -j' won't end up buidling the same targets twice
* | | | merge bug19994 into defaultMatthias Radestock2008-12-121-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Reverted last change, debhelper using distclean target for cleaning.bug19994Hubert Plociniczak2008-12-122-1/+2
| | | |
| * | | make clean should also remove compiled amqp_codegenHubert Plociniczak2008-12-121-1/+1
| |/ /
* | | merge bug19992 into defaultMatthias Radestock2008-12-120-0/+0
|\ \ \ | |/ /
* | | Added missing =back directivebug19992Hubert Plociniczak2008-12-121-0/+2
|/ /
* | merge bug19989 into defaultMatthias Radestock2008-12-113-26/+30
|\ \
| * | cosmeticbug19989Matthias Radestock2008-12-112-3/+3
| | |
| * | TypoHubert Plociniczak2008-12-112-3/+3
| | |
| * | Fixed warnings reported by lintian.Hubert Plociniczak2008-12-112-7/+7
| | | | | | | | | | | | | | | According to rule '6.5.4.2.3. Select/Multiselect' from Debian guide, descriptions shouldn't be questions.
| * | Moved configuration script from postinsall to separateHubert Plociniczak2008-12-112-21/+25
|/ / | | | | | | | | debian config file. This seems to work *only* when we first load debconf/confmodule in postinst.
* | Merge bug19961 into defaultHubert Plociniczak2008-12-112-1/+8
|\ \ | |/ |/|
| * x86_64 rpm scripts now refer to /usr/lib64 scriptsbug19961Hubert Plociniczak2008-12-052-1/+8
| | | | | | | | | | | | instead of /usr/lib. Added hack to the makefile, to fix the macros for x86_64 architecture under debian.
* | don't start memsup via command line flagsMatthias Radestock2008-12-101-2/+2
| | | | | | | | | | we start it programmatically instead Somehow I missed this mistake in the qa of bug 19852
* | merge bug19684 into defaultTony Garnock-Jones2008-12-104-3/+339
|\ \
| * | Correct typosbug19684Tony Garnock-Jones2008-12-102-2/+2
| | |
| * | merge default into bug19684Tony Garnock-Jones2008-12-104-3/+339
| |\ \ |/ / /
| * | cosmeticMatthias Radestock2008-12-101-28/+41
| | |
| * | lots of testsMatthias Radestock2008-12-101-19/+44
| | |
| * | handle case when connection is not fully initialised yetMatthias Radestock2008-12-101-0/+2
| | |
| * | prettier output in testsMatthias Radestock2008-12-101-1/+5
| | |
| * | cosmeticMatthias Radestock2008-12-101-2/+0
| | |
| * | correct error handlingMatthias Radestock2008-12-101-1/+4
| | |
| * | merge default into bug19684Matthias Radestock2008-12-1060-374/+743
| |\ \
| * | | rabbitmqctl testsEmile Joubert2008-12-083-14/+34
| | | |
| * | | rabbitmqctl pod updates, R11B-5 safe string handlingEmile Joubert2008-12-072-13/+165
| | | |
| * | | Add vhost parameterEmile Joubert2008-12-041-10/+12
| | | |
| * | | Merge bug18381 into bug19684Emile Joubert2008-12-042-32/+29
| |\ \ \
| * | | | rabbitmqctl output formattingEmile Joubert2008-12-031-24/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | %-encode queue names and exchange names separate columns with tab instead space characters anticipate vhost parameter
| * | | | Backed out changeset 6ad1a9e059d0Matthias Radestock2008-12-033-31/+34
| | | | | | | | | | | | | | | | | | | | committed on wrong branch
| * | | | qualify various list/info functions with vhostMatthias Radestock2008-12-033-34/+31
| | | | |
| * | | | merge default into bug19684Matthias Radestock2008-12-029-4/+116
| |\ \ \ \