summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Removed extra call to set_ram_duration_target during ram_duration. As such, d...Rob Harrop2010-10-191-18/+11
| * | | | | | Bug 23346: change appropriate usages of dict:find to dict:fetch in rabbit_[i...bug23346Jerry Kuch2010-11-012-2/+2
| * | | | | | Replace usage of dict:find with dict:fetch in rabbit_invariable_queue.Jerry Kuch2010-11-011-1/+1
| | |_|/ / / | |/| | | |
| * | | | | Use 12B05-friendly conversion of atom to binaryMichael Bridgen2010-11-011-1/+1
| | |_|_|/ | |/| | |
| * | | | Merged bug23293 into defaultEmile Joubert2010-10-292-2/+3
| |\ \ \ \
| | * | | | really remove namespacesJim Apperly2010-10-291-1/+1
| | * | | | applied emile's patchJim Apperly2010-10-282-2/+2
| | * | | | backed out previous changes to man page stylesheetJim Apperly2010-10-281-14/+11
| | * | | | fixed xmlns handling in man pagesJim Apperly2010-09-242-11/+15
| * | | | | Merged bug23442 into defaultEmile Joubert2010-10-2916-382/+509
| |\ \ \ \ \
| | * | | | | Add a comment to explainSimon MacMullen2010-10-291-0/+3
| | * | | | | Merged bug23446 into defaultEmile Joubert2010-10-292-1/+3
| | |\ \ \ \ \
| | | * | | | | Store listener IP addressbug23446Simon MacMullen2010-10-282-1/+3
| | * | | | | | Removing two headsRob Harrop2010-10-291-38/+32
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge from bug23422Rob Harrop2010-10-2927-924/+1283
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | * | | | | | Remove unnecessary branch. Also, assertion of q3's emptiness is unnecessary a...bug23422Matthew Sackman2010-10-221-37/+32
| | | * | | | | | Simplify conditional and use the right stateMatthew Sackman2010-10-211-3/+2
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | merge bug23437 into defaultAlexandru Scvortov2010-10-291-1/+0
| | |\ \ \ \ \ \
| | | * | | | | | Remove unnecessary SSL includebug23437Emile Joubert2010-10-271-1/+0
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merged bug23218 into default (configurable server_properties)Emile Joubert2010-10-293-6/+78
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Whitespacebug23218Emile Joubert2010-10-292-9/+9
| | | * | | | | Fix for bug23218Jerry Kuch2010-10-283-6/+78
| | * | | | | | Merge bug 23408 into defaultMatthew Sackman2010-10-2715-119/+55
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merged bug23415 into defaultEmile Joubert2010-10-267-86/+51
| | | |\ \ \ \ \ \
| | | * | | | | | | application:get_env/1 -> application:get_env/2bug23415Alexandru Scvortov2010-10-261-1/+1
| | | * | | | | | | remove references to cluster_config_fileAlexandru Scvortov2010-10-268-33/+4
| | * | | | | | | | cosmeticbug23408Matthew Sackman2010-10-261-2/+2
| | * | | | | | | | remove unnecessary begin/endMatthew Sackman2010-10-261-3/+2
| | * | | | | | | | Improve passing of state in tests (and correct some wrong state numbering at ...Matthew Sackman2010-10-261-41/+44
| | * | | | | | | | undo incorrect fixMatthew Sackman2010-10-261-1/+0
| | * | | | | | | | msg_store:write does not alter the msg_store client stateMatthew Sackman2010-10-263-40/+35
| | * | | | | | | | If Terms differs from Terms1, then it'll be because there was an issue in rec...Matthew Sackman2010-10-261-1/+1
| | * | | | | | | | whitespaceMatthew Sackman2010-10-262-2/+2
| | * | | | | | | | merge default into bug23408Matthias Radestock2010-10-254-261/+351
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | merge default into bug23408Matthias Radestock2010-10-231-17/+15
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge default into bug23408Matthias Radestock2010-10-234-280/+376
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ merge default into bug23408Matthias Radestock2010-10-234-273/+370
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | adapt vq to new msg_store and qi APIsMatthias Radestock2010-10-211-143/+186
| | | | | * | | | | | | | fix testsMatthias Radestock2010-10-201-58/+85
| | | | | * | | | | | | | rejig qi initialisation, separating clean init and recoveryMatthias Radestock2010-10-201-19/+24
| | | | | * | | | | | | | add a fun to get hold of the client_ref from the client_msstateMatthias Radestock2010-10-201-0/+4
| | | | | * | | | | | | | move msg_store server identity and client identity into client state.Matthias Radestock2010-10-201-48/+58
| | | | | | |_|_|/ / / / | | | | | |/| | | | | |
| * | | | | | | | | | | Use the protocol field to indicate something useful.bug23442Simon MacMullen2010-10-281-10/+10
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merging bug 23429 into defaultMatthew Sackman2010-10-267-276/+283
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use two pools of delegates, one for each of outgoing and incoming messages. P...bug23429Simon MacMullen2010-10-252-13/+20
* | | | | | | | | | | | remove repetition + formattingbug23416Marek Majkowski2010-11-021-8/+3
* | | | | | | | | | | | Missed update to rabbit_types.Marek Majkowski2010-11-021-3/+3
* | | | | | | | | | | | Don't add the name MD5, don't base64 encode.Simon MacMullen2010-11-021-5/+5
* | | | | | | | | | | | Revert the change to check_vhost_access/2Simon MacMullen2010-11-012-4/+3
* | | | | | | | | | | | Add change_password_hash/2, rename hash_password/2 as it has little in common...Simon MacMullen2010-11-011-3/+13