summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged with upstreamEssien Ita Essien2009-01-296-27/+206
|\
| * Actually run 'make dialyze'! and fix some type definitions.Essien Ita Essien2009-01-161-7/+8
| * Make use of start_{tcp,ssl}_listener againEssien Ita Essien2009-01-161-3/+2
| * Bring back start_ssl_listener/start_tcp_listener and make themEssien Ita Essien2009-01-161-6/+14
| * start_applications has been moved to rabbit_misc.erlEssien Ita Essien2009-01-121-1/+1
| * Merge with upstreamEssien Ita Essien2009-01-127-42/+55
| |\
| * | 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-286-26/+193
| |\ \
| | * | 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
| | |\ \
| | * | | 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.ssl_async_recvEssien 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
* | | | | cosmetic: break some overlong linesMatthias Radestock2009-01-284-6/+12
* | | | | more efficient lockingbug20193Matthias Radestock2009-01-262-4/+4
* | | | | prefix all mnesia table names with 'rabbit_'Matthias Radestock2009-01-226-96/+122
* | | | | don't infer table name from record type in mnesia opsMatthias Radestock2009-01-224-36/+58
* | | | | refactoringbug20173Matthias Radestock2009-01-221-24/+20
* | | | | fix indentationMatthias Radestock2009-01-221-4/+2
* | | | | anybody can do anything with server-named resourcesMatthias Radestock2009-01-211-0/+4
* | | | | merge default into bug20173Matthias Radestock2009-01-211-6/+6
|\ \ \ \ \
| * \ \ \ \ Merged default into 20097Ben Hood2009-01-211-6/+6
| |\ \ \ \ \
| | * | | | | oops, meant to advertise this as an ordinary gen_serverMatthias Radestock2009-01-081-1/+1
| | * | | | | replace gen_server:cast with gen_server2:cast in rabbit_limiterMatthias Radestock2009-01-081-7/+7
| | * | | | | merge bug19749 into bug20097Matthias Radestock2009-01-084-89/+384
| | |\ \ \ \ \
| | | * \ \ \ \ merge bug18557 into bug20097Matthias Radestock2009-01-088-53/+65
| | | |\ \ \ \ \
* | | | | | | | | simplify resource access cacheMatthias Radestock2009-01-201-19/+10
* | | | | | | | | replace simple permission cache with lru cache, to make it boundedMatthias Radestock2009-01-201-14/+28
* | | | | | | | | clear permission cache before hibernatingMatthias Radestock2009-01-191-0/+1
* | | | | | | | | merge default into bug20173Matthias Radestock2009-01-196-234/+121
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merged 19749 into defaultBen Hood2009-01-194-204/+91
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merged 20099 into defaultBen Hood2009-01-193-202/+89
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge default into bug20099bug20099Matthias Radestock2009-01-168-136/+521
| | | |\ \ \ \ \ \ \ \