Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | 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 20013bug20013 | Matthew Sackman | 2009-08-19 | 4 | -110/+287 | |
| | | |/ | ||||||
| | * | | merge bug21426 into default | Matthias Radestock | 2009-08-20 | 1 | -2/+2 | |
| | |\ \ | ||||||
| | | * | | New branch for bug 21426bug21426 | 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 guidbug21427 | 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 | |
| | * | | merge default into bug21427 | Matthias Radestock | 2009-08-20 | 4 | -26/+156 | |
| | |\ \ | ||||||
| | | * | | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -19/+7 | |
| | | * | | introduce helper functions for reading/writing files containing Erlang terms | Matthias Radestock | 2009-08-20 | 1 | -0/+9 | |
| | | * | | minor refactoring of signatures | Matthias Radestock | 2009-08-20 | 1 | -6/+8 | |
| | | * | | merge bug21428 into default | Matthias Radestock | 2009-08-19 | 2 | -1/+28 | |
| | | |\ \ | ||||||
| | | | * | | New branch for bug 21428bug21428 | Matthew Sackman | 2009-08-19 | 2 | -1/+28 | |
| | | | |/ | ||||||
| | | * | | 100% code coverage of join. Also made in have 100% code coverage. The remaini...bug21425 | Matthew Sackman | 2009-08-19 | 1 | -0/+29 | |
| | | * | | New branch for bug 21425 | Matthew Sackman | 2009-08-19 | 2 | -2/+77 | |
| | | |/ | ||||||
| | * | | stuff as according to QA. | Matthew Sackman | 2009-08-19 | 1 | -7/+19 | |
| | * | | New branch for bug 21427 | Matthew Sackman | 2009-08-19 | 1 | -7/+15 | |
| | |/ | ||||||
| | * | cosmetic | Matthias Radestock | 2009-08-19 | 1 | -1/+3 | |
| | * | merge bug21066 into default | Matthias Radestock | 2009-08-14 | 3 | -0/+132 | |
| | |\ | ||||||
| | * | | tidyingbug21066 | Matthew Sackman | 2009-08-10 | 2 | -2/+2 | |
| | * | | Channel now catches the exit of the writer and signals the reader explicitly.... | Matthew Sackman | 2009-08-10 | 2 | -1/+5 | |
| * | | | cosmetic | Matthew Sackman | 2009-07-23 | 1 | -2/+2 | |
| * | | | cosmetic | Matthias Radestock | 2009-07-21 | 2 | -9/+11 | |
| * | | | make dialyzer happy | Matthias Radestock | 2009-07-21 | 1 | -2/+2 | |
| * | | | Merge with upstream | Essien Ita Essien | 2009-07-12 | 8 | -49/+226 | |
| |\ \ \ | ||||||
| | * | | | timeout() is now built in. Redefinition is deprecated | Essien Ita Essien | 2009-06-21 | 1 | -1/+0 | |
| | * | | | Merge with upstream | Essien Ita Essien | 2009-06-21 | 16 | -352/+486 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge with upstream | Essien Ita Essien | 2009-05-15 | 16 | -125/+471 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge with upstream default | Essien Ita Essien | 2009-02-19 | 11 | -109/+222 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Cosmetic. Using a list comprehension instead of lists:foreach | Essien Ita Essien | 2009-02-19 | 1 | -5/+3 | |
| | * | | | | | | Cosmetic. Its better to match on [] than on length(AList), | Essien Ita Essien | 2009-02-19 | 1 | -4/+3 | |
| | * | | | | | | Cosmetic. Keep variable names as normalized CamelCase for | Essien Ita Essien | 2009-02-19 | 1 | -5/+5 | |
| | * | | | | | | Uhhh... put back the full error message. I misunderstood the | Essien Ita Essien | 2009-02-19 | 1 | -2/+2 | |
| | * | | | | | | Fix dialyzer spec for rabbit_net:send/2 | Essien Ita Essien | 2009-02-03 | 1 | -1/+1 | |
| | * | | | | | | Add 'Label' parameter so we can properly log SSL vs TCP listeners | Essien Ita Essien | 2009-02-03 | 3 | -24/+25 | |
| | * | | | | | | Close the TCP sock if SSL upgrade fails. | Essien Ita Essien | 2009-02-03 | 1 | -0/+1 | |
| | * | | | | | | Make error messages nicer and consistent with the rest of the codebase | Essien Ita Essien | 2009-02-03 | 1 | -3/+3 | |
| | * | | | | | | Merged with upstream | Essien Ita Essien | 2009-01-29 | 6 | -27/+206 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Actually run 'make dialyze'! and fix some type definitions. | Essien Ita Essien | 2009-01-16 | 1 | -7/+8 | |
| | | * | | | | | | Make use of start_{tcp,ssl}_listener again | Essien Ita Essien | 2009-01-16 | 1 | -3/+2 | |
| | | * | | | | | | Bring back start_ssl_listener/start_tcp_listener and make them | Essien Ita Essien | 2009-01-16 | 1 | -6/+14 | |
| | | * | | | | | | start_applications has been moved to rabbit_misc.erl | Essien Ita Essien | 2009-01-12 | 1 | -1/+1 | |
| | | * | | | | | | Merge with upstream | Essien Ita Essien | 2009-01-12 | 7 | -42/+55 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | Add dialyser spec definitions to rabbit_net.erl | Essien Ita Essien | 2009-01-11 | 1 | -1/+25 | |
| | | * | | | | | | | Re-write start_tcp_listener to take an additional mfa() argument. | Essien Ita Essien | 2009-01-11 | 2 | -23/+10 |