| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change the style of the exports to match rest of code base. | Essien Ita Essien | 2009-01-11 | 1 | -11/+5 |
| * | Doesn't _really_ make sense to send {inet_reply...} on error. | Essien Ita Essien | 2008-12-29 | 1 | -1/+0 |
| * | Merge with upstream | Essien Ita Essien | 2008-12-28 | 1 | -10/+8 |
| |\ | |||||
| | * | simplification: use alternative 'try' form | Matthias Radestock | 2008-12-27 | 1 | -10/+8 |
| * | | Make rabbit_net:port_command mimick erlang:port_command more closely | Essien Ita Essien | 2008-12-28 | 1 | -1/+3 |
| * | | Remove the hardcoded ssl options, and read them in from the app env | Essien Ita Essien | 2008-12-28 | 2 | -18/+13 |
| * | | Cleanup ssl_connection_upgrade a bit. | Essien Ita Essien | 2008-12-27 | 1 | -3/+3 |
| * | | Closing the ssl socket already closes the tcp socket as well | Essien Ita Essien | 2008-12-27 | 1 | -2/+1 |
| * | | Reverse the encapsulation of infinity timeout in rabbit_net:async_recv/3 | Essien Ita Essien | 2008-12-27 | 2 | -4/+4 |
| * | | Rewrite rabbit_net:async_recv according to Matt's suggestion. | Essien Ita Essien | 2008-12-27 | 1 | -10/+4 |
| * | | crypto also needs to be started only if ssl_listeners are up | Essien Ita Essien | 2008-12-27 | 1 | -2/+2 |
| * | | Change the way that ssl_listeners option is specified. | Essien Ita Essien | 2008-12-26 | 1 | -1/+8 |
| * | | Rename rabbit_ssl_socket to ssl_socket. | Essien Ita Essien | 2008-12-26 | 2 | -19/+19 |
| * | | Merge in upstream changes | Essien Ita Essien | 2008-12-26 | 6 | -63/+104 |
| |\ \ | |/ | |||||
| | * | deal with race condition | Matthias Radestock | 2008-12-23 | 1 | -2/+4 |
| | * | Merged 2nd fix of 20047 into default | Ben Hood | 2008-12-23 | 1 | -0/+2 |
| | |\ | |||||
| | | * | correct handling of normal termination | Matthias Radestock | 2008-12-23 | 1 | -0/+2 |
| | * | | Merged 20046 into default | Ben Hood | 2008-12-22 | 1 | -1/+13 |
| | |\ \ | | |/ | |/| | |||||
| | | * | work around OTP-7025 in a second place | Matthias Radestock | 2008-12-21 | 1 | -1/+13 |
| | * | | include stack trace in errors caught by channel | Matthias Radestock | 2008-12-20 | 1 | -11/+14 |
| | |/ | |||||
| | * | remove more remnants of schema check | Matthias Radestock | 2008-12-17 | 1 | -2/+0 |
| | * | deal with schema integrity check failure on startup | Matthias Radestock | 2008-12-17 | 1 | -35/+51 |
| | * | don't react to memory alarms when memory_alarms is false | Matthias Radestock | 2008-12-16 | 2 | -9/+20 |
| | * | Make start_memsup default to false. | Tony Garnock-Jones | 2008-12-16 | 1 | -5/+2 |
| * | | Improve compatibility in the rabbit_net abstraction layer | Essien Ita Essien | 2008-12-20 | 1 | -2/+11 |
| * | | Forgot Copyright notice... heh! | Essien Ita Essien | 2008-12-16 | 1 | -0/+31 |
| * | | Hook in the new #rabbit_ssl_socket{} into the whole process. | Essien Ita Essien | 2008-12-16 | 1 | -10/+5 |
| * | | Use rabbit_net layer in rabbit_reader.erl | Essien Ita Essien | 2008-12-16 | 1 | -8/+8 |
| * | | Use rabbit_net layer in rabbit_writer.erl | Essien Ita Essien | 2008-12-16 | 1 | -2/+2 |
| * | | Use rabbit_net layer in rabbit_heartbeat.erl | Essien Ita Essien | 2008-12-16 | 1 | -2/+2 |
| * | | Add first draft implementation of the rabbit_net.erl module layer | Essien Ita Essien | 2008-12-16 | 1 | -0/+80 |
| * | | Implement start_ssl_listener, to complete ssl acceptor implementation | Essien Ita Essien | 2008-12-15 | 1 | -12/+58 |
| * | | Add SSL Listeners startup section to rabbit.erl startup steps. | Essien Ita Essien | 2008-12-15 | 1 | -1/+10 |
| |/ | |||||
| * | provide an easy way to turn off memory alarms | Matthias Radestock | 2008-12-11 | 2 | -54/+63 |
| * | Correct typos | Tony Garnock-Jones | 2008-12-10 | 1 | -1/+1 |
| * | merge default into bug19684 | Tony Garnock-Jones | 2008-12-10 | 2 | -11/+12 |
| |\ | |||||
| | * | merge bug19914 into default | Matthias Radestock | 2008-12-10 | 2 | -11/+12 |
| | |\ | |||||
| | | * | Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang code | Tony Garnock-Jones | 2008-12-08 | 2 | -11/+12 |
| * | | | cosmetic | Matthias Radestock | 2008-12-10 | 1 | -28/+41 |
| * | | | lots of tests | Matthias Radestock | 2008-12-10 | 1 | -19/+44 |
| * | | | handle case when connection is not fully initialised yet | Matthias Radestock | 2008-12-10 | 1 | -0/+2 |
| * | | | prettier output in tests | Matthias Radestock | 2008-12-10 | 1 | -1/+5 |
| * | | | cosmetic | Matthias Radestock | 2008-12-10 | 1 | -2/+0 |
| * | | | correct error handling | Matthias Radestock | 2008-12-10 | 1 | -1/+4 |
| * | | | merge default into bug19684 | Matthias Radestock | 2008-12-10 | 37 | -234/+515 |
| |\ \ \ | |/ / | |||||
| | * | | merged default into bug18381 | Tony Garnock-Jones | 2008-12-09 | 37 | -333/+876 |
| | |\ \ | |||||
| | | * | | Update copyrights. | Tony Garnock-Jones | 2008-12-09 | 37 | -222/+444 |
| | | |/ | |||||
| | | * | merge default into bug19900 | Matthias Radestock | 2008-12-05 | 9 | -65/+304 |
| | | |\ | |||||
| | | | * | merged bug19758 into default | Tony Garnock-Jones | 2008-12-03 | 1 | -0/+13 |
| | | | |\ | |||||
| | | | | * | keep dialyzer happy | Matthias Radestock | 2008-11-20 | 1 | -3/+10 |
