summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | It seems I don't have to define the record types recursively.Essien Ita Essien2009-01-161-7/+1
| | * | | | | | | | | start_applications has been moved to rabbit_misc.erlEssien Ita Essien2009-01-121-1/+1
| | * | | | | | | | | Merge with upstreamEssien Ita Essien2009-01-1211-75/+96
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add dialyser spec definitions to rabbit_net.erlEssien Ita Essien2009-01-111-1/+25
| | * | | | | | | | | | Redefine type socket() in terms of rabbit's ssl_socket which isEssien Ita Essien2009-01-111-1/+8
| | * | | | | | | | | | Re-write start_tcp_listener to take an additional mfa() argument.Essien Ita Essien2009-01-112-23/+10
| | * | | | | | | | | | The ssl_* lines were not properly indentedEssien Ita Essien2009-01-111-2/+2
| | * | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 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-283-18/+14
| | * | | | | | | | | | | 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-263-6/+9
| | * | | | | | | | | | | Rename rabbit_ssl_socket to ssl_socket.Essien Ita Essien2008-12-263-20/+20
| | * | | | | | | | | | | Add rabbit_net to the .app fileEssien Ita Essien2008-12-261-0/+1
| | * | | | | | | | | | | Merge in upstream changesEssien Ita Essien2008-12-2620-231/+141
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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
| | * | | | | | | | | | | | Merge ssl_async_recv branch into bug19356Essien Ita Essien2008-12-166-22/+99
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | 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
| | | * | | | | | | | | | | | Define rabbit_ssl_socket record.Essien Ita Essien2008-12-161-0/+2
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Update ignore to include VIM .swp files and generic .patch filesEssien Ita Essien2008-12-151-0/+2
| | * | | | | | | | | | | | 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
| | * | | | | | | | | | | | Add ssl_listeners support to the startup scriptEssien Ita Essien2008-12-151-0/+5
* | | | | | | | | | | | | | Lots of things:Matthew Sackman2009-08-274-104/+96
* | | | | | | | | | | | | | Hacked out the lowrate stuff from memory_manager, and associated adjustments ...Matthew Sackman2009-08-274-134/+43
* | | | | | | | | | | | | | cosmeticMatthias Radestock2009-08-271-25/+30
* | | | | | | | | | | | | | cosmeticsMatthew Sackman2009-08-271-6/+5
* | | | | | | | | | | | | | All QA comments relating to queue_mode_managerMatthew Sackman2009-08-275-150/+160
* | | | | | | | | | | | | | cosmeticsMatthew Sackman2009-08-271-7/+17
* | | | | | | | | | | | | | QA-corrections to prefetcher.Matthew Sackman2009-08-272-35/+40
* | | | | | | | | | | | | | filesync is unnecessary because tx_commit really is synchronous.Matthew Sackman2009-08-271-1/+0
* | | | | | | | | | | | | | cosmeticMatthew Sackman2009-08-271-10/+11
* | | | | | | | | | | | | | cosmetic - MarkerCount => MarkerPreludeCountMatthew Sackman2009-08-271-6/+7
* | | | | | | | | | | | | | documentationMatthew Sackman2009-08-271-8/+26
* | | | | | | | | | | | | | Reworked handle_ch_down so that we detect early whether or not we should auto...Matthew Sackman2009-08-272-24/+23
* | | | | | | | | | | | | | and of course the run length encoding should not include the marker message.Matthew Sackman2009-08-271-1/+1
* | | | | | | | | | | | | | Tiny cosmetic, but also, we shouldn't include the size of the marker message ...Matthew Sackman2009-08-271-2/+2
* | | | | | | | | | | | | | As Matthias spotted, if we crash in the middle of a mixed -> disk transition ...Matthew Sackman2009-08-271-6/+39
* | | | | | | | | | | | | | tiny bit of refactoringMatthias Radestock2009-08-271-8/+8