summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* start_applications has been moved to rabbit_misc.erlEssien Ita Essien2009-01-121-1/+1
* Merge with upstreamEssien Ita Essien2009-01-127-42/+55
|\
| * Merged v1_5_1 into defaultBen Hood2009-01-091-1/+2
| |\
| | * the #amqqueue.pid is 'none', so return self() insteadMatthias Radestock2009-01-091-1/+2
| * | cosmetic: use multi-line stringsMatthias Radestock2009-01-083-4/+4
| * | CosmeticBen Hood2009-01-081-4/+4
| * | Merged 20020 into defaultBen Hood2009-01-081-3/+11
| |\ \ | | |/
| | * enable memory alarms by default on linuxMatthias Radestock2009-01-061-3/+11
| * | minor refactoringMatthias Radestock2009-01-072-30/+34
| |/
* | Add dialyser spec definitions to rabbit_net.erlEssien Ita Essien2009-01-111-1/+25
* | Re-write start_tcp_listener to take an additional mfa() argument.Essien Ita Essien2009-01-112-23/+10
* | 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