| Commit message (Expand) | Author | Age | Files | Lines |
| * | initial hacking on the variable queue | Matthew Sackman | 2009-10-07 | 1 | -0/+182 |
| * | Make init include in its result the next sequence id to use | Matthew Sackman | 2009-10-07 | 1 | -15/+33 |
| * | removing bogus and flawed fhc2 | Matthew Sackman | 2009-10-07 | 1 | -356/+0 |
| * | just some fixes as a result of dialyzer, but the module is actually about to ... | Matthew Sackman | 2009-10-07 | 1 | -4/+4 |
| * | Well fixed a few bugs in the fhc2, but it's fundamentally flawed by the fact ... | Matthew Sackman | 2009-10-06 | 1 | -25/+67 |
| * | mainly cosmetics | Matthew Sackman | 2009-10-05 | 1 | -11/+11 |
| * | more work on file handle cache. However, untested, and liable to extreme change | Matthew Sackman | 2009-10-05 | 1 | -22/+116 |
| * | initial work on new file handle cache. Public API not done yet. | Matthew Sackman | 2009-10-05 | 1 | -0/+220 |
| * | merging in from default | Matthew Sackman | 2009-10-05 | 7 | -63/+129 |
| |\ |
|
| | * | Default merged into bug21273 | Marek Majkowski | 2009-10-01 | 5 | -43/+92 |
| | |\ |
|
| | | * | merge bug21669 into default | Matthias Radestock | 2009-09-30 | 2 | -21/+65 |
| | | |\ |
|
| | | | * | leave error reporting in rabbit:prepare to context | Matthias Radestock | 2009-09-30 | 2 | -55/+54 |
| | | | * | Reverted rabbit:boot to rabbit_misc:start_applications | Paul Jones | 2009-09-30 | 1 | -1/+1 |
| | | | * | Removed application starting changes, since these were causing a number of pr... | Paul Jones | 2009-09-30 | 2 | -24/+8 |
| | | | * | Updated boot modification code to support catching errors | Paul Jones | 2009-09-28 | 2 | -30/+52 |
| | | | * | Added rabbit:prepare to the generated boot file; removed call to rabbit:start... | Paul Jones | 2009-09-24 | 2 | -3/+42 |
| | | * | | Merged bug 20399 into default. | Marek Majkowski | 2009-09-30 | 2 | -21/+24 |
| | | |\ \ |
|
| | | | * | | cosmetic | Matthias Radestock | 2009-09-30 | 1 | -1/+1 |
| | | | * | | fix handling of precondition_failed | Matthias Radestock | 2009-09-30 | 2 | -21/+24 |
| | | * | | | merging from bug 21449 | Matthew Sackman | 2009-09-30 | 1 | -1/+3 |
| | | |\ \ \ |
|
| | | | * | | | cosmetic | Matthew Sackman | 2009-09-30 | 1 | -3/+3 |
| | | | * | | | rabbitmqctl now accepts -nodename | Marek Majkowski | 2009-09-04 | 1 | -1/+3 |
| | * | | | | | handle errors during connection establishment more gracefully | Matthias Radestock | 2009-09-30 | 2 | -20/+37 |
| | |/ / / / |
|
| * | | | | | minor corrections to documentation that I failed to commit on Friday | Matthew Sackman | 2009-10-05 | 1 | -17/+17 |
| * | | | | | Added documentation. Also discovered that opening a file in append mode seems... | Matthew Sackman | 2009-10-02 | 1 | -2/+44 |
| * | | | | | when loading a segment, we should of course take into account the acks which ... | Matthew Sackman | 2009-10-02 | 1 | -8/+16 |
| * | | | | | fixed some more bugs | Matthew Sackman | 2009-10-02 | 1 | -3/+5 |
| * | | | | | ...and now some of it actually works | Matthew Sackman | 2009-10-02 | 1 | -30/+32 |
| * | | | | | first cut at queue index. Untested, and uglier than necessary due to absence ... | Matthew Sackman | 2009-10-02 | 1 | -0/+370 |
| * | | | | | cosmetic refactoring | Matthew Sackman | 2009-09-30 | 1 | -10/+10 |
| * | | | | | merging in from default | Matthew Sackman | 2009-09-30 | 13 | -69/+111 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | s/bool()/boolean() in type specs | Matthias Radestock | 2009-09-30 | 8 | -19/+20 |
| | | |/ /
| |/| | |
|
| | * | | | cosmetic | Matthias Radestock | 2009-09-30 | 1 | -4/+4 |
| | * | | | display helpful diagnostics on badrpc error in rabbitmqctl | Matthias Radestock | 2009-09-29 | 3 | -6/+45 |
| | * | | | do not ignore error on 'rabbitmqctl status' | Matthias Radestock | 2009-09-29 | 1 | -3/+5 |
| | * | | | Merged bug 20399 into default | Marek Majkowski | 2009-09-28 | 3 | -35/+35 |
| | |\ \ \ |
|
| | | * | | | renaming expl to explanation in #amqp_error{} | Vlad Ionescu | 2009-09-22 | 2 | -2/+2 |
| | | * | | | minor, mostly cosmetic, tweaks | Matthias Radestock | 2009-09-19 | 3 | -33/+29 |
| | | * | | | merge default into bug20399 | Matthias Radestock | 2009-09-19 | 4 | -33/+37 |
| | | |\ \ \ |
|
| | | * | | | | using #amqp_error{} instead of {amqp, ...} | Vlad Ionescu | 2009-09-17 | 3 | -39/+43 |
| | * | | | | | produce error 2-tuple | Matthias Radestock | 2009-09-28 | 1 | -1/+1 |
| | | |_|_|/
| |/| | | |
|
| * | | | | | turn the msg_store into a separate process | Matthias Radestock | 2009-09-25 | 2 | -181/+200 |
| * | | | | | merge default into bug21368 | Matthias Radestock | 2009-09-25 | 9 | -128/+200 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | merge bug21023 into default | Matthias Radestock | 2009-09-24 | 1 | -0/+91 |
| | |\ \ \ \ |
|
| | | * | | | | cosmetic | Matthias Radestock | 2009-09-24 | 1 | -27/+19 |
| | | * | | | | merging from default | Vlad Ionescu | 2009-09-22 | 7 | -120/+99 |
| | | |\ \ \ \ |
|
| | | * | | | | | 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 |
| | | |\ \ \ \ \
| | | | |_|_|/
| | | |/| | | |
|
| | | * | | | | | nicer rabbit_dialyzer:otp_apps_dependencies_paths | Vlad Ionescu | 2009-09-02 | 1 | -3/+2 |