| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged bug23484 (Remove duplication of heartbeat logic) | Simon MacMullen | 2010-11-11 | 3 | -39/+62 |
| |\ | |||||
| | * | Merge with default | Rob Harrop | 2010-11-11 | 3 | -39/+62 |
| | |\ | |||||
| | | * | Reworked heartbeating so that it really works again and so we can specify dif... | Rob Harrop | 2010-11-10 | 3 | -26/+29 |
| | | * | Reworked start_heartbeat_fun to allow a different timeout for send/receive he... | Rob Harrop | 2010-11-10 | 2 | -28/+29 |
| | | * | Fixed up the specs for the heartbeater | Rob Harrop | 2010-11-10 | 1 | -3/+11 |
| | | * | Refactored rabbit_heartbeat to provide start_heartbeat_fun | Rob Harrop | 2010-11-10 | 2 | -26/+37 |
| * | | | merge bug23476 into default (replace rabbit_dialyzer with dialyze command) | Alexandru Scvortov | 2010-11-11 | 1 | -92/+0 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | merge default into bug23476 | Matthias Radestock | 2010-11-10 | 1 | -92/+0 |
| | |\ \ | |||||
| | | * | | run dialyzer command instead of programmatic invocation | Matthias Radestock | 2010-11-06 | 1 | -92/+0 |
| * | | | | merge bug23475 into default (eliminate dialyzer errors) | Alexandru Scvortov | 2010-11-11 | 17 | -62/+127 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | saner enable_cover and report_cover funs, and saner specs as a result | Matthias Radestock | 2010-11-08 | 1 | -17/+18 |
| | * | | | another attempt at fixing the type specs for enable/report_cover | Matthias Radestock | 2010-11-07 | 1 | -2/+2 |
| | * | | | fix another spec niggle | Matthias Radestock | 2010-11-07 | 1 | -2/+2 |
| | * | | | fix a couple more spec errors and a genuine bug (lists:concat vs append) | Matthias Radestock | 2010-11-07 | 3 | -3/+3 |
| | * | | | correct some more specs | Matthias Radestock | 2010-11-06 | 1 | -2/+2 |
| | * | | | appease dialyzer | Matthias Radestock | 2010-11-06 | 1 | -2/+1 |
| | * | | | document obscure case clause | Matthias Radestock | 2010-11-06 | 1 | -2/+2 |
| | * | | | yet more spec fixes | Matthias Radestock | 2010-11-06 | 2 | -4/+8 |
| | * | | | correct type spec for pseudo_queue | Matthias Radestock | 2010-11-06 | 1 | -1/+1 |
| | * | | | merge heads | Matthias Radestock | 2010-11-06 | 1 | -0/+9 |
| | |\ \ \ | |||||
| | | * | | | Backed out changeset 46b62f064eff | Matthias Radestock | 2010-11-06 | 1 | -0/+9 |
| | * | | | | add wrapper for protocol specific types | Matthias Radestock | 2010-11-06 | 2 | -1/+65 |
| | * | | | | fix another spec error | Matthias Radestock | 2010-11-06 | 1 | -1/+1 |
| | * | | | | correct orddict type | Matthias Radestock | 2010-11-06 | 1 | -2/+1 |
| | * | | | | correct spec typo | Matthias Radestock | 2010-11-06 | 1 | -4/+4 |
| | |/ / / | |||||
| | * | | | remove rabbit_amqqueue:pseudo_queue | Matthias Radestock | 2010-11-06 | 1 | -9/+0 |
| | * | | | fix spec error | Matthias Radestock | 2010-11-06 | 1 | -1/+1 |
| | * | | | add missing type export | Matthias Radestock | 2010-11-06 | 1 | -1/+1 |
| | * | | | there is no such thing as 'dict:dictionary()' | Matthias Radestock | 2010-11-06 | 6 | -7/+6 |
| | * | | | fix a spec error in gen_server2:system_terminate/4 | Matthias Radestock | 2010-11-06 | 1 | -7/+6 |
| | * | | | backport upstream change to way print_event/3 is called | Matthias Radestock | 2010-11-06 | 1 | -7/+7 |
| | |/ / | |||||
| * | | | Merge bug23466 (add rabbit_types:{info_keys,infos}). | Simon MacMullen | 2010-11-10 | 7 | -37/+41 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Remove extraneous whitespace | Simon MacMullen | 2010-11-10 | 1 | -1/+0 |
| | * | | Added rabbit_types:{infos,info_keys} and used them as appropriate. | John DeTreville | 2010-11-10 | 7 | -37/+42 |
| | |/ | |||||
| * | | Updating outdated comment | Matthew Sackman | 2010-11-09 | 1 | -2/+3 |
| |/ | |||||
| * | Merged bug23299 (Erlang internode communication fails with user_sup undefined) | Simon MacMullen | 2010-11-05 | 1 | -0/+5 |
| |\ | |||||
| | * | non_neg_integer(), surely | Simon MacMullen | 2010-11-05 | 1 | -1/+1 |
| | * | Add now_ms/0. | Simon MacMullen | 2010-11-05 | 1 | -0/+5 |
| * | | Make brokers launched from rabbitmq_multi.bat restartable | Emile Joubert | 2010-11-05 | 1 | -4/+4 |
| |/ | |||||
| * | bug23416 merged into default | Marek Majkowski | 2010-11-02 | 14 | -416/+562 |
| |\ | |||||
| | * | Changing opaque type to normal type as it at least stops dialyzer from explod... | Matthew Sackman | 2010-11-02 | 1 | -6/+6 |
| | * | Merge bug23454 into default (Enabling stats prevents hibernation, resulting i... | Simon MacMullen | 2010-11-02 | 3 | -5/+6 |
| | |\ | |||||
| | | * | Channel was also wrong. | Marek Majkowski | 2010-11-02 | 1 | -3/+4 |
| | | * | amqqueue emit_stats should reply with 'hibernate' | Marek Majkowski | 2010-11-01 | 2 | -2/+2 |
| | * | | Merged bug23346 into default | Rob Harrop | 2010-11-02 | 2 | -28/+13 |
| | |\ \ | |||||
| | | * \ | One head of default is better than two | Matthew Sackman | 2010-11-02 | 1 | -10/+2 |
| | | |\ \ | |||||
| | | | * \ | Merged bug23419 into default | Rob Harrop | 2010-11-02 | 1 | -10/+2 |
| | | | |\ \ | |||||
| | | | | * | | Removed unused defines | Rob Harrop | 2010-11-02 | 1 | -2/+0 |
| | | | | * | | Use siblings of mnesia dir | Matthew Sackman | 2010-10-22 | 1 | -6/+3 |
| | | | | * | | Supply the plugins_expand_dir application env var to rabbit as well as the ac... | Matthew Sackman | 2010-10-20 | 2 | -11/+8 |
