summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* replace all cross-node gen_server:casts with gen_server2:castsbug19759Matthias Radestock2009-01-082-21/+21
| | | | | | | | The latter is order-preserving, whereas the former isn't. Rather than just replacing the casts, I replaced all uses of gen_server with gen_server2 in the affected modules. That way we don't mix modules when talking to a given process.
* merge bug20088 into bug19749Matthias Radestock2009-01-082-2/+859
|\
| * gen_server2.beam is needed at compile timeMatthias Radestock2009-01-081-2/+5
| | | | | | | | | | ...so the compiler can check that any uses of the behaviour implement all the callbacks
| * order-preserving castMatthias Radestock2009-01-071-7/+5
| |
| * reduce impact of long message queues on selective receivesMatthias Radestock2009-01-071-42/+78
| |
| * initial version of gen_server2Matthias Radestock2009-01-061-0/+820
| | | | | | | | | | This is the same as the R11B-5 version, except for the introductory comment and change in module name
* | cosmetic: use multi-line stringsMatthias Radestock2009-01-083-4/+4
| |
* | CosmeticBen Hood2009-01-082-6/+6
| |
* | Merged 20020 into defaultBen Hood2009-01-082-4/+12
|\ \
| * | enable memory alarms by default on linuxbug20020Matthias Radestock2009-01-062-4/+12
| | |
| * | merge default into v1_5_1Matthias Radestock2009-01-044-13/+35
| |\ \ | | |/ | | | | | | | | | All the changes made on 'default' so far should go into v1_5_1. Which is lucky since we don't have to cherry pick.
| * | create branch for patch releaseMatthias Radestock2009-01-040-0/+0
| | |
* | | minor refactoringMatthias Radestock2009-01-072-30/+34
| |/ |/| | | | | | | export {start,stop}_applications from rabbit_misc, so that other code, notably the Erlang client, can call them.
* | simplification: use alternative 'try' formMatthias Radestock2008-12-271-10/+8
| |
* | Merged 20061 into defaultBen Hood2008-12-231-2/+4
|\ \
| * | deal with race conditionbug20061Matthias Radestock2008-12-231-2/+4
|/ / | | | | | | queues may get deleted between the route calculation and the queue lookup
* | Merged 2nd fix of 20047 into defaultBen Hood2008-12-231-1/+13
|\ \
| * \ Merged 20046 into defaultBen Hood2008-12-221-1/+13
| |\ \
| | * | work around OTP-7025 in a second placebug20046Matthias Radestock2008-12-211-1/+13
| | | |
| * | | Merged 20047 into defaultBen Hood2008-12-221-11/+14
| |\ \ \ | | |/ / | |/| |
* | | | correct handling of normal terminationbug20047Matthias Radestock2008-12-231-0/+2
| |/ / |/| | | | | | | | this caused quite a few tests to fail
* | | include stack trace in errors caught by channelMatthias Radestock2008-12-201-11/+14
|/ / | | | | | | and catch throws too, which previously were not caught
* | merged bug20045 into defaultTony Garnock-Jones2008-12-201-2/+2
|\ \
| * | undo accidental changebug20045Matthias Radestock2008-12-191-11/+3
| | |
| * | fix typo that prevented correct handling of RABBITMQ_SERVER_ERL_ARGSMatthias Radestock2008-12-192-5/+13
|/ /
* | update rabbit.app module listMatthias Radestock2008-12-181-3/+8
| |
* | Added tag rabbitmq_v1_5_0 for changeset 944f16a21984Matthias Radestock2008-12-170-0/+0
|/
* another attempt at adding changelog entry for 1.5.0 releaserabbitmq_v1_5_0Matthias Radestock2008-12-171-2/+2
|
* remove old tagsMatthias Radestock2008-12-170-0/+0
|
* Removed tag rabbitmq_v1_5_0Matthias Radestock2008-12-170-0/+0
|
* remove old tagsMatthias Radestock2008-12-170-0/+0
|
* Added tag rabbitmq_v1_5_0 for changeset 36556d9796ebMatthias Radestock2008-12-170-0/+0
|
* Removed tag rabbitmq_v1_5_0Matthias Radestock2008-12-170-0/+0
|
* merge default headsMatthias Radestock2008-12-172-3/+3
|\
| * Added tag rabbitmq_v1_5_0 for changeset 1c58f25cd855Matthias Radestock2008-12-170-0/+0
| |
| * Added tag rabbitmq_v1_5_0 for changeset 8306356ab43cMatthias Radestock2008-12-170-0/+0
| |
| * add package changelog entries for 1.5.0 releaseMatthias Radestock2008-12-172-3/+3
| |
* | better description for user accountMatthias Radestock2008-12-172-2/+2
|/
* remove rabbitmq_v1_5_0 tagMatthias Radestock2008-12-170-0/+0
|
* Removed tag rabbitmq_v1_5_0Matthias Radestock2008-12-170-0/+0
|
* merge bug20030 into defaultMatthias Radestock2008-12-1713-183/+53
|\
| * Don't need to run that any morebug20030Simon MacMullen2008-12-171-1/+1
| |
| * For some reason ${misc:Depends} does not infer logrotate, so add it manually.Simon MacMullen2008-12-171-1/+1
| |
| * Removed schema check in debian packagingSimon MacMullen2008-12-174-47/+0
| |
| * remove more remnants of schema checkMatthias Radestock2008-12-171-2/+0
| |
| * remove remnants of schema check in rpm packagesMatthias Radestock2008-12-173-35/+0
| |
| * remove more traces of rabbitmq-mnesia-currentMatthias Radestock2008-12-171-1/+0
| |
| * remove rabbitmq-mnesia-currentMatthias Radestock2008-12-172-61/+0
| | | | | | | | the integrity check is now done on startup
| * deal with schema integrity check failure on startupMatthias Radestock2008-12-171-35/+51
| | | | | | | | | | by moving the db to a backup location, re-creating the schema, and writing a warning to the logs
* | Use PYTHON variable to allow overriding of python at compile-timeTony Garnock-Jones2008-12-171-2/+4
|/