summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging bug 22614 into defaultMatthew Sackman2010-11-1124-220/+200
|\
| * merge bug23476 into default (replace rabbit_dialyzer with dialyze command)Alexandru Scvortov2010-11-112-103/+7
| |\
| | * add a few more apps to basic.pltMatthias Radestock2010-11-101-1/+2
| | * don't check behaviours - the check isn't ready for prime time yetMatthias Radestock2010-11-101-1/+1
| | * merge default into bug23476Matthias Radestock2010-11-102-103/+6
| | |\
| | | * run dialyzer command instead of programmatic invocationMatthias Radestock2010-11-062-103/+6
| * | | 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 resultMatthias 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
| | * | document obscure case clauseMatthias Radestock2010-11-061-2/+2
| | * | 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
| | * | | 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
| | * | | correct spec typoMatthias Radestock2010-11-061-4/+4
| | |/ /
| | * | remove rabbit_amqqueue:pseudo_queueMatthias Radestock2010-11-061-9/+0
| | * | 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
| | * | fix a spec error in gen_server2:system_terminate/4Matthias Radestock2010-11-061-7/+6
| | * | backport upstream change to way print_event/3 is calledMatthias Radestock2010-11-061-7/+7
| | |/
| * | Merge bug23466 (add rabbit_types:{info_keys,infos}).Simon MacMullen2010-11-107-37/+41
| |\ \
| | * | Remove extraneous whitespaceSimon 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 checkMatthias Radestock2010-11-081-2/+7
| | * don't check shortstr size on decode since it is guaranteed to fitMatthias Radestock2010-11-081-2/+0
| |/
* | Some inlining, and ensure that we limiter:deregister on ch_down (yes, limiter...Matthew Sackman2010-11-111-17/+8
* | Merge with Matthew's cleanups.Jerry Kuch2010-11-111-15/+17
|\ \
| * | Minor moving about and cosmeticsMatthew Sackman2010-11-101-15/+9
| * | Make use of the returned value from maybe_store as an assertion, as suggestedMatthew Sackman2010-11-101-7/+8
* | | basic_cancel now unregisters limiter whenever consumer count zeroes; ch recor...Jerry Kuch2010-11-111-11/+21
|/ /
* | Refactor update_ch_record into maybe_store_record and make its use universal.Jerry Kuch2010-11-101-21/+24
* | Improve function naming and handle other potential leak spots in channel reco...Jerry Kuch2010-11-101-11/+8
* | Clean up trailing whitespace.Jerry Kuch2010-11-091-2/+1
* | basic_cancel and channel_down handlers use new helper methodsJerry Kuch2010-11-091-10/+5
* | Move function to be among its relatives.Jerry Kuch2010-11-091-12/+14
* | Add helper functions to clean up ch records.Jerry Kuch2010-11-091-0/+21
|/
* 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