summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged defaultPaul Jones2009-09-248-92/+180
|\
| * merge bug21023 into defaultMatthias Radestock2009-09-243-3/+118
| |\
| | * cosmeticMatthias Radestock2009-09-241-27/+19
| | |
| | * comment for create-plt make targetVlad Ionescu2009-09-231-0/+1
| | |
| | * merging from defaultVlad Ionescu2009-09-2213-137/+111
| | |\
| | * | getting rid of the .last_valid_dialysis approach; better erlang termination ↵Vlad Ionescu2009-09-223-24/+21
| | | | | | | | | | | | | | | | on failed dialysis
| | * | fixing basic.plt dependenciesVlad Ionescu2009-09-151-5/+8
| | | |
| | * | replacing ERL_DIALYZER with ERL_EBIN in makefileVlad Ionescu2009-09-141-5/+5
| | | |
| | * | fixing dependencies in dialyzer-related make targetsVlad Ionescu2009-09-091-13/+12
| | | |
| | * | fixing compatibility with latest dialyzerVlad Ionescu2009-09-091-1/+2
| | | |
| | * | merging from defaultVlad Ionescu2009-09-031-4/+1
| | |\ \
| | * | | nicer rabbit_dialyzer:otp_apps_dependencies_pathsVlad Ionescu2009-09-021-3/+2
| | | | |
| | * | | moving dialyzer stuff to src/rabbit_dialyzer.erlVlad Ionescu2009-09-022-26/+104
| | | | |
| | * | | basic.plt created via erlang shell; fixing create_plt make target nameVlad Ionescu2009-09-021-13/+11
| | | | |
| | * | | checking if required applications exist in specified ERL_HOMEVlad Ionescu2009-09-011-2/+7
| | | | |
| | * | | nicer enumeration of otp applications rabbit depends onVlad Ionescu2009-09-011-8/+1
| | | | |
| | * | | improved dialysisVlad Ionescu2009-09-012-2/+51
| | | | |
| * | | | merged bug21285 into defaultTony Garnock-Jones2009-09-231-4/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | removing rabbit_misc:absolute_pathVlad Ionescu2009-09-232-18/+1
| | | | |
| | * | | broker now prints the location of rabbit.app on startupVlad Ionescu2009-09-232-4/+26
| |/ / /
| * | | merging bug21650 into defaultVlad Ionescu2009-09-221-76/+36
| |\ \ \
| | * | | get rid of closing_chpid process dict entriesMatthias Radestock2009-09-211-20/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were entirely redundant. It is now the case the the chpid process dict entries only get removed when receiving an EXIT signal from a channel, which is more obviously correct.
| | * | | do not time out waitng for channel.close_ok, wait forever insteadMatthias Radestock2009-09-211-57/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to prevent the following observable protocol violation: C->S: 1:channel.open S->C: 1:channel.open_ok C->S: 1:some command that triggers a channel close S->C: 1:channel.close (client waits for longer than server close_ok timeout) C->S: 1:channel.open S->C: 1:channel.open_ok The second channel.open should have been ignored by the server, and it should not have returned a channel.open_ok.
| * | | | merging bug21560 into defaultVlad Ionescu2009-09-222-3/+5
| |\ \ \ \
| | * | | | Corrected behaviour of run-node so the boot file is not usedPaul Jones2009-09-212-3/+5
| | | | | |
| * | | | | merging two defaultsVlad Ionescu2009-09-221-5/+12
| |\ \ \ \ \
| | * \ \ \ \ merging bug21644 into defaultVlad Ionescu2009-09-221-5/+12
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | handle timeouts in cpu_sup:avg1 gracefullyMatthias Radestock2009-09-181-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, it turns out that the load avg is an int, not a float
| * | | | | | remove extra_startup_steps from app configMatthias Radestock2009-09-221-1/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | This should have been done as part of bug17880.
* | | | | | Added deactivate plugins wrapper in RPM packagesPaul Jones2009-09-211-0/+1
| | | | | |
* | | | | | Added rabbitmq-deactivate-plugins to output packagePaul Jones2009-09-211-1/+1
| | | | | |
* | | | | | Added unix and windows variants of deactivate plugins script; initial ↵Paul Jones2009-09-215-1/+75
|/ / / / / | | | | | | | | | | | | | | | packaging changes
* | | | | merge bug21643 into defaultMatthias Radestock2009-09-211-4/+1
|\ \ \ \ \
| * | | | | Removed unused .boot generation target; added rabbit.rel to list of files ↵Paul Jones2009-09-211-4/+1
| | |/ / / | |/| | | | | | | | | | | | | removed on clean
* | | | | include channel# in unknown_frame errorMatthias Radestock2009-09-211-2/+2
|/ / / /
* | | | merge bug21346 into defaultTony Garnock-Jones2009-09-181-1/+1
|\ \ \ \
| * \ \ \ merge default into bug21346Tony Garnock-Jones2009-09-1855-776/+1563
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | merge bug21596 into defaultTony Garnock-Jones2009-09-183-6/+11
|\ \ \ \ \
| * | | | | Escape atoms as lists and binaries are.Tony Garnock-Jones2009-09-181-2/+4
| | | | | |
| * | | | | merge default into bug21596Tony Garnock-Jones2009-09-186-40/+44
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | fix .hgignore regexpsMatthias Radestock2009-09-181-7/+4
| |_|/ / / |/| | | |
* | | | | merge bug21470 into defaultMatthias Radestock2009-09-173-28/+27
|\ \ \ \ \
| * | | | | small simplificationMatthias Radestock2009-09-171-7/+7
| | | | | |
| * | | | | a little refactoring; fixing case patterns orderVlad Ionescu2009-09-171-11/+7
| | | | | |
| * | | | | changing back a few usages of proplists:* to lists:key*; changing usages of ↵Vlad Ionescu2009-09-173-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | proplists:lookup to proplists:get_value
| * | | | | changing uses of lists:key* functions to proplists:*, where the key is of ↵Vlad Ionescu2009-09-164-25/+28
|/ / / / / | | | | | | | | | | | | | | | type atom(); changing parse_status to is_rabbit_running in rabbit_multi
* | | | | fixed unused var warningMatthias Radestock2009-09-151-1/+1
| | | | |
* | | | | merge bug21529 into defaultMatthias Radestock2009-09-151-1/+4
|\ \ \ \ \
| * | | | | fixed R12 incompatibility in gen_server2Marek Majkowski2009-09-141-1/+4
| | |_|_|/ | |/| | |
* | | | | merge bug21583 into defaultTony Garnock-Jones2009-09-141-3/+8
|\ \ \ \ \ | |/ / / / |/| | | |