summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ / | |/| |
| | * | oopsMatthias Radestock2009-09-071-2/+2
| | | |
| | * | don't attempt rollbacks on non-tx channelsMatthias Radestock2009-09-071-3/+8
| |/ /
| | * updating rabbitmqctl.1.podVlad Ionescu2009-09-141-1/+1
| | |
| | * updating comment on list_connections in rabbit_controlVlad Ionescu2009-09-141-3/+4
| | |
| | * using '' instead of '$none' for undefined username, printing nothing for ↵Vlad Ionescu2009-09-142-4/+4
| | | | | | | | | | | | undefined username; adding state to the default list for list_connections in rabbit_control
| | * displaying (none) for '$none' atoms in rabbit_control; changing value for ↵Vlad Ionescu2009-09-142-1/+3
| |/ | | | | | | undefined usernames to '$none', not to confuse with none username
| * merging bug17880 into defaultVlad Ionescu2009-09-011-4/+1
| |\
| | * Merged default into bug17880Paul Jones2009-08-2852-729/+1510
| | |\ | | |/ | |/|
| * | slight resequencing of core process startupMatthias Radestock2009-08-281-3/+3
| | | | | | | | | | | | | | | - perform crucial check a bit earlier - start memory alarms as early as possible
| * | merge in from bug 19356Matthew Sackman2009-08-2611-52/+237
| |\ \
| | * \ merging in from defaultMatthew Sackman2009-08-261-0/+11
| | |\ \ | | |/ / | |/| |
| * | | Merged bug21493 into defaultBen Hood2009-08-261-0/+11
| |\ \ \
| | * | | Also check for a nowait field on synchronous recordsPaul Jones2009-08-261-1/+5
| | | | |
| | * | | Added code generation of is_method_synchronousPaul Jones2009-08-261-0/+7
| |/ / /
| | * | merging in from defaultMatthew Sackman2009-08-256-242/+392
| | |\ \ | | |/ / | |/| |
| * | | Merged bug21353 into default (encoding in rabbitmqctl)Marek Majkowski2009-08-256-242/+392
| |\ \ \
| | * | | Update the rabbitmqctl man page to cover the new escaping schemeDavid Wragg2009-08-241-19/+61
| | | | | | | | | | | | | | | | | | | | | | | | | And make it describe the output format more precisely in various places.
| | * | | Reformat man pages, using more features of the pod formatDavid Wragg2009-08-245-208/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows proper indentation, while still allowing the re-flowing of paragraphs according to the terminal width. Also, begin paragraphs consisting of sentences with an upper-case letter.
| | * | | Escape non-printable ASCII characters using a backslash.David Wragg2009-08-241-28/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Replacing the previous percent encoding scheme. This approach should a more natural fit from a Unixish command line, and preserves UTF-8.
| | | * | merging in from defaultMatthew Sackman2009-08-2551-584/+1744
| | | |\ \ | | |_|/ / | |/| | |
| * | | | merge bug21429 into defaultMatthias Radestock2009-08-240-0/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | merge default into bug21429Matthias Radestock2009-08-2322-308/+490
| | |\ \ \
| * | \ \ \ Merged bug21467 into default (POD formatting).Marek Majkowski2009-08-244-70/+65
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | correction of formatting of man pagesMatthew Sackman2009-08-214-70/+65
| | | | | |
| * | | | | merge bug21429 into defaultMatthias Radestock2009-08-232-55/+53
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | cosmeticMatthias Radestock2009-08-231-4/+2
| | | | |
| | * | | more simplification of the table copying codeMatthias Radestock2009-08-231-14/+8
| | | | | | | | | | | | | | | | | | | | and address "unused var" compiler warnings
| | * | | doneMatthew Sackman2009-08-231-14/+6
| | | | |
| | * | | And another go. If the new node is a ram node then local_content tables are ↵Matthew Sackman2009-08-211-10/+11
| | | | | | | | | | | | | | | | | | | | still honoured as to their own table storage type
| | * | | oops. Need to support ram nodes which still have local content as disc_copiesMatthew Sackman2009-08-211-4/+12
| | | | |
| | * | | Refactoring as suggested. This has been tested by for local_content by ↵Matthew Sackman2009-08-211-18/+6
| | | | | | | | | | | | | | | | | | | | patching 21368 and ensuring clustering still works
| | * | | tiny refactoringMatthew Sackman2009-08-211-10/+8
| | | | |
| | * | | some cleaning upMatthias Radestock2009-08-201-11/+8
| | | | | | | | | | | | | | | | | | | | mainly remove the (now) badly named WasDiskNode var
| | * | | New branch for bug 21429Matthew Sackman2009-08-192-49/+71
| | | | |
| * | | | merging default headsMatthew Sackman2009-08-214-141/+20
| |\ \ \ \
| | * \ \ \ Merged bug19973 into defaultPaul Jones2009-08-214-141/+20
| | |\ \ \ \