summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* not_allowed -> precondition_failedbug23494Marek Majkowski2010-11-113-3/+3
|
* merge bug23475 into default (eliminate dialyzer errors)Alexandru Scvortov2010-11-1118-66/+133
|\
| * saner enable_cover and report_cover funs, and saner specs as a resultbug23475Matthias Radestock2010-11-081-17/+18
| |
| * another attempt at fixing the type specs for enable/report_coverMatthias Radestock2010-11-071-2/+2
| |
| * fix another spec niggleMatthias Radestock2010-11-071-2/+2
| |
| * yet another spec errorMatthias Radestock2010-11-071-1/+1
| |
| * fix a couple more spec errors and a genuine bug (lists:concat vs append)Matthias Radestock2010-11-073-3/+3
| |
| * correct some more specsMatthias Radestock2010-11-061-2/+2
| |
| * appease dialyzerMatthias Radestock2010-11-061-2/+1
| | | | | | | | The code was perfectly ok before but dialyzer didn't think so.
| * document obscure case clauseMatthias Radestock2010-11-061-2/+2
| | | | | | | | dialyzer complains that one of the clauses is unreachable
| * yet more spec fixesMatthias Radestock2010-11-062-4/+8
| |
| * correct type spec for pseudo_queueMatthias Radestock2010-11-061-1/+1
| |
| * merge headsMatthias Radestock2010-11-061-0/+9
| |\
| | * Backed out changeset 46b62f064effMatthias Radestock2010-11-061-0/+9
| | | | | | | | | | | | apparently pseudo_queue is used by rabbit_hub
| * | add wrapper for protocol specific typesMatthias Radestock2010-11-062-1/+65
| | |
| * | export types in more sensible order and add some that were missingMatthias Radestock2010-11-061-3/+5
| | |
| * | fix another spec errorMatthias Radestock2010-11-061-1/+1
| | |
| * | correct orddict typeMatthias Radestock2010-11-061-2/+1
| | | | | | | | | | | | | | | this doesn't actually work yet since the type isn't exported, but that will be fixed in a future OTP release.
| * | correct spec typoMatthias Radestock2010-11-061-4/+4
| |/
| * remove rabbit_amqqueue:pseudo_queueMatthias Radestock2010-11-061-9/+0
| | | | | | | | it's not used by any of our code and plugins anymore
| * fix spec errorMatthias Radestock2010-11-061-1/+1
| |
| * add missing type exportMatthias Radestock2010-11-061-1/+1
| |
| * there is no such thing as 'dict:dictionary()'Matthias Radestock2010-11-066-7/+6
| | | | | | | | it is just 'dict()' instead
| * fix a spec error in gen_server2:system_terminate/4Matthias Radestock2010-11-061-7/+6
| | | | | | | | ...and some cosmetic spec changes.
| * backport upstream change to way print_event/3 is calledMatthias Radestock2010-11-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | The code previously relied on the ancient {ModuleName,FunName} syntax to denote functions. That is bad for dialyzer and also forces an unnecessary export. The underlying code in sys:handle_debug hasn't actually changed - I've checked back as far as R12B-3 and it's always been invoking the fun with Fun(...) and is not doing any pattern matching on it. Also, the R12B-3 docs says that the fun is "fun(FuncState,Event,ProcState) -> done | NewFuncState", i.e. there is no hint that it should be passed as a {ModuleName,FunName} pair.
* | Merge bug23466 (add rabbit_types:{info_keys,infos}).Simon MacMullen2010-11-107-37/+41
|\ \
| * | Remove extraneous whitespacebug23466Simon MacMullen2010-11-101-1/+0
| | |
| * | Added rabbit_types:{infos,info_keys} and used them as appropriate.John DeTreville2010-11-107-37/+42
| | |
* | | Updating outdated commentMatthew Sackman2010-11-091-2/+3
|/ /
* | Merging bug23480 into defaultMatthew Sackman2010-11-091-4/+7
|\ \ | |/ |/|
| * refactor: extract shortstr size checkbug23480Matthias Radestock2010-11-081-2/+7
| |
| * don't check shortstr size on decode since it is guaranteed to fitMatthias Radestock2010-11-081-2/+0
|/
* Merged bug23299 (Erlang internode communication fails with user_sup undefined)Simon MacMullen2010-11-051-0/+5
|\
| * non_neg_integer(), surelySimon MacMullen2010-11-051-1/+1
| |
| * Add now_ms/0.Simon MacMullen2010-11-051-0/+5
| |
* | Make brokers launched from rabbitmq_multi.bat restartablebug23299Emile Joubert2010-11-051-4/+4
|/
* bug23416 merged into defaultMarek Majkowski2010-11-0225-453/+586
|\
| * Changing opaque type to normal type as it at least stops dialyzer from ↵Matthew Sackman2010-11-021-6/+6
| | | | | | | | exploding. Dialyzer's findings are still wrong, but still...
| * Merge bug23454 into default (Enabling stats prevents hibernation, resulting ↵Simon MacMullen2010-11-023-5/+6
| |\ | | | | | | | | | in excessive memory use)
| | * Channel was also wrong.bug23454Marek Majkowski2010-11-021-3/+4
| | |
| | * amqqueue emit_stats should reply with 'hibernate'Marek Majkowski2010-11-012-2/+2
| | |
| * | Merged bug23346 into defaultRob Harrop2010-11-026-33/+30
| |\ \
| | * \ One head of default is better than twoMatthew Sackman2010-11-025-15/+19
| | |\ \
| | | * \ Merged bug23419 into defaultRob Harrop2010-11-025-15/+19
| | | |\ \
| | | | * | Removed unused definesbug23419Rob Harrop2010-11-021-2/+0
| | | | | |
| | | | * | Use siblings of mnesia dirMatthew Sackman2010-10-225-17/+20
| | | | | |
| | | | * | Supply the plugins_expand_dir application env var to rabbit as well as the ↵Matthew Sackman2010-10-205-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | activator, and then in rabbit_mnesia:reset, ensure we do not nuke out the expand dir.
| | * | | | Merging bug 23411 into defaultMatthew Sackman2010-11-020-0/+0
| | |\ \ \ \ | | | |/ / /
| | * | | | Merging default into bug23411bug23411Matthew Sackman2010-11-0233-981/+1420
| | |\ \ \ \ | | | |/ / /
| | * | | | merge with defaultRob Harrop2010-10-191-18/+11
| | |\ \ \ \