| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merging from default | Vlad Ionescu | 2009-09-22 | 7 | -120/+99 |
| |\ | |||||
| | * | merging bug21650 into default | Vlad Ionescu | 2009-09-22 | 1 | -76/+36 |
| | |\ | |||||
| | | * | get rid of closing_chpid process dict entries | Matthias Radestock | 2009-09-21 | 1 | -20/+9 |
| | | * | do not time out waitng for channel.close_ok, wait forever instead | Matthias Radestock | 2009-09-21 | 1 | -57/+28 |
| | * | | merging bug21644 into default | Vlad Ionescu | 2009-09-22 | 1 | -5/+12 |
| | |\ \ | |||||
| | | * | | handle timeouts in cpu_sup:avg1 gracefully | Matthias Radestock | 2009-09-18 | 1 | -5/+12 |
| | * | | | include channel# in unknown_frame error | Matthias Radestock | 2009-09-21 | 1 | -2/+2 |
| | | |/ | |/| | |||||
| | * | | Escape atoms as lists and binaries are. | Tony Garnock-Jones | 2009-09-18 | 1 | -2/+4 |
| | * | | merge default into bug21596 | Tony Garnock-Jones | 2009-09-18 | 5 | -33/+40 |
| | |\ \ | | |/ | |||||
| | | * | small simplification | Matthias Radestock | 2009-09-17 | 1 | -7/+7 |
| | | * | a little refactoring; fixing case patterns order | Vlad Ionescu | 2009-09-17 | 1 | -11/+7 |
| | | * | changing back a few usages of proplists:* to lists:key*; changing usages of p... | Vlad Ionescu | 2009-09-17 | 3 | -13/+13 |
| | | * | changing uses of lists:key* functions to proplists:*, where the key is of typ... | Vlad Ionescu | 2009-09-16 | 4 | -25/+28 |
| | | * | fixed unused var warning | Matthias Radestock | 2009-09-15 | 1 | -1/+1 |
| | | * | merge bug21529 into default | Matthias Radestock | 2009-09-15 | 1 | -1/+4 |
| | | |\ | |||||
| | | | * | fixed R12 incompatibility in gen_server2 | Marek Majkowski | 2009-09-14 | 1 | -1/+4 |
| | | * | | oops | Matthias Radestock | 2009-09-07 | 1 | -2/+2 |
| | | * | | don't attempt rollbacks on non-tx channels | Matthias Radestock | 2009-09-07 | 1 | -3/+8 |
| | | |/ | |||||
| | * | | updating comment on list_connections in rabbit_control | Vlad Ionescu | 2009-09-14 | 1 | -3/+4 |
| | * | | using '' instead of '$none' for undefined username, printing nothing for unde... | Vlad Ionescu | 2009-09-14 | 2 | -4/+4 |
| | * | | displaying (none) for '$none' atoms in rabbit_control; changing value for und... | Vlad Ionescu | 2009-09-14 | 2 | -1/+3 |
| | |/ | |||||
| * | | getting rid of the .last_valid_dialysis approach; better erlang termination o... | Vlad Ionescu | 2009-09-22 | 1 | -5/+11 |
| * | | fixing compatibility with latest dialyzer | Vlad Ionescu | 2009-09-09 | 1 | -1/+2 |
| * | | merging from default | Vlad Ionescu | 2009-09-03 | 1 | -4/+1 |
| |\ \ | |/ | |||||
| | * | Merged default into bug17880 | Paul Jones | 2009-08-28 | 20 | -284/+778 |
| | |\ | |||||
| | * | | Removed extra_startup_steps from being applied at startup | Paul Jones | 2009-08-17 | 1 | -4/+1 |
| * | | | nicer rabbit_dialyzer:otp_apps_dependencies_paths | Vlad Ionescu | 2009-09-02 | 1 | -3/+2 |
| * | | | moving dialyzer stuff to src/rabbit_dialyzer.erl | Vlad Ionescu | 2009-09-02 | 1 | -0/+93 |
| | |/ |/| | |||||
| * | | slight resequencing of core process startup | Matthias Radestock | 2009-08-28 | 1 | -3/+3 |
| * | | merging in from default | Matthew Sackman | 2009-08-25 | 1 | -28/+20 |
| |\ \ | |||||
| | * | | Escape non-printable ASCII characters using a backslash. | David Wragg | 2009-08-24 | 1 | -28/+20 |
| * | | | merging in from default | Matthew Sackman | 2009-08-25 | 20 | -305/+1242 |
| |\ \ \ | |/ / | |||||
| | * | | merge bug21429 into default | Matthias Radestock | 2009-08-23 | 2 | -55/+53 |
| | |\ \ | |||||
| | | * | | cosmetic | Matthias Radestock | 2009-08-23 | 1 | -4/+2 |
| | | * | | more simplification of the table copying code | Matthias Radestock | 2009-08-23 | 1 | -14/+8 |
| | | * | | done | Matthew Sackman | 2009-08-23 | 1 | -14/+6 |
| | | * | | And another go. If the new node is a ram node then local_content tables are s... | Matthew Sackman | 2009-08-21 | 1 | -10/+11 |
| | | * | | oops. Need to support ram nodes which still have local content as disc_copies | Matthew Sackman | 2009-08-21 | 1 | -4/+12 |
| | | * | | Refactoring as suggested. This has been tested by for local_content by patchi... | Matthew Sackman | 2009-08-21 | 1 | -18/+6 |
| | | * | | tiny refactoring | Matthew Sackman | 2009-08-21 | 1 | -10/+8 |
| | | * | | some cleaning up | Matthias Radestock | 2009-08-20 | 1 | -11/+8 |
| | | * | | New branch for bug 21429 | Matthew Sackman | 2009-08-19 | 2 | -49/+71 |
| | * | | | Merged bug20013 into default (memsup support for OS X) | Marek Majkowski | 2009-08-21 | 4 | -110/+287 |
| | |\ \ \ | |||||
| | | * | | | New branch for bug 20013 | Matthew Sackman | 2009-08-19 | 4 | -110/+287 |
| | | |/ / | |||||
| | * | | | merge bug21426 into default | Matthias Radestock | 2009-08-20 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | New branch for bug 21426 | Matthew Sackman | 2009-08-19 | 1 | -2/+2 |
| | | |/ / | |||||
| | * | | | eliminate unused var warning | Matthias Radestock | 2009-08-20 | 1 | -1/+1 |
| | * | | | it's a serial, not a guid | Matthias Radestock | 2009-08-20 | 1 | -3/+3 |
| | * | | | don't ignore errors | Matthias Radestock | 2009-08-20 | 1 | -4/+6 |
| | * | | | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -15/+5 |
