summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change the style of the exports to match rest of code base.Essien Ita Essien2009-01-111-11/+5
* Doesn't _really_ make sense to send {inet_reply...} on error.Essien Ita Essien2008-12-291-1/+0
* Merge with upstreamEssien Ita Essien2008-12-281-10/+8
|\
| * simplification: use alternative 'try' formMatthias Radestock2008-12-271-10/+8
* | Make rabbit_net:port_command mimick erlang:port_command more closelyEssien Ita Essien2008-12-281-1/+3
* | Remove the hardcoded ssl options, and read them in from the app envEssien Ita Essien2008-12-282-18/+13
* | Cleanup ssl_connection_upgrade a bit.Essien Ita Essien2008-12-271-3/+3
* | Closing the ssl socket already closes the tcp socket as wellEssien Ita Essien2008-12-271-2/+1
* | Reverse the encapsulation of infinity timeout in rabbit_net:async_recv/3Essien Ita Essien2008-12-272-4/+4
* | Rewrite rabbit_net:async_recv according to Matt's suggestion.Essien Ita Essien2008-12-271-10/+4
* | crypto also needs to be started only if ssl_listeners are upEssien Ita Essien2008-12-271-2/+2
* | Change the way that ssl_listeners option is specified.Essien Ita Essien2008-12-261-1/+8
* | Rename rabbit_ssl_socket to ssl_socket.Essien Ita Essien2008-12-262-19/+19
* | Merge in upstream changesEssien Ita Essien2008-12-266-63/+104
|\ \ | |/
| * deal with race conditionMatthias Radestock2008-12-231-2/+4
| * Merged 2nd fix of 20047 into defaultBen Hood2008-12-231-0/+2
| |\
| | * correct handling of normal terminationMatthias Radestock2008-12-231-0/+2
| * | Merged 20046 into defaultBen Hood2008-12-221-1/+13
| |\ \ | | |/ | |/|
| | * work around OTP-7025 in a second placeMatthias Radestock2008-12-211-1/+13
| * | include stack trace in errors caught by channelMatthias Radestock2008-12-201-11/+14
| |/
| * remove more remnants of schema checkMatthias Radestock2008-12-171-2/+0
| * deal with schema integrity check failure on startupMatthias Radestock2008-12-171-35/+51
| * don't react to memory alarms when memory_alarms is falseMatthias Radestock2008-12-162-9/+20
| * Make start_memsup default to false.Tony Garnock-Jones2008-12-161-5/+2
* | Improve compatibility in the rabbit_net abstraction layerEssien Ita Essien2008-12-201-2/+11
* | Forgot Copyright notice... heh!Essien Ita Essien2008-12-161-0/+31
* | Hook in the new #rabbit_ssl_socket{} into the whole process.Essien Ita Essien2008-12-161-10/+5
* | Use rabbit_net layer in rabbit_reader.erlEssien Ita Essien2008-12-161-8/+8
* | Use rabbit_net layer in rabbit_writer.erlEssien Ita Essien2008-12-161-2/+2
* | Use rabbit_net layer in rabbit_heartbeat.erlEssien Ita Essien2008-12-161-2/+2
* | Add first draft implementation of the rabbit_net.erl module layerEssien Ita Essien2008-12-161-0/+80
* | Implement start_ssl_listener, to complete ssl acceptor implementationEssien Ita Essien2008-12-151-12/+58
* | Add SSL Listeners startup section to rabbit.erl startup steps.Essien Ita Essien2008-12-151-1/+10
|/
* provide an easy way to turn off memory alarmsMatthias Radestock2008-12-112-54/+63
* Correct typosTony Garnock-Jones2008-12-101-1/+1
* merge default into bug19684Tony Garnock-Jones2008-12-102-11/+12
|\
| * merge bug19914 into defaultMatthias Radestock2008-12-102-11/+12
| |\
| | * Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang codeTony Garnock-Jones2008-12-082-11/+12
* | | cosmeticMatthias Radestock2008-12-101-28/+41
* | | lots of testsMatthias Radestock2008-12-101-19/+44
* | | handle case when connection is not fully initialised yetMatthias Radestock2008-12-101-0/+2
* | | prettier output in testsMatthias Radestock2008-12-101-1/+5
* | | cosmeticMatthias Radestock2008-12-101-2/+0
* | | correct error handlingMatthias Radestock2008-12-101-1/+4
* | | merge default into bug19684Matthias Radestock2008-12-1037-234/+515
|\ \ \ | |/ /
| * | merged default into bug18381Tony Garnock-Jones2008-12-0937-333/+876
| |\ \
| | * | Update copyrights.Tony Garnock-Jones2008-12-0937-222/+444
| | |/
| | * merge default into bug19900Matthias Radestock2008-12-059-65/+304
| | |\
| | | * merged bug19758 into defaultTony Garnock-Jones2008-12-031-0/+13
| | | |\
| | | | * keep dialyzer happyMatthias Radestock2008-11-201-3/+10