| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | It seems I don't have to define the record types recursively. | Essien Ita Essien | 2009-01-16 | 1 | -7/+1 | |
| | | * | | | | | | | | | start_applications has been moved to rabbit_misc.erl | Essien Ita Essien | 2009-01-12 | 1 | -1/+1 | |
| | | * | | | | | | | | | Merge with upstream | Essien Ita Essien | 2009-01-12 | 11 | -75/+96 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Add dialyser spec definitions to rabbit_net.erl | Essien Ita Essien | 2009-01-11 | 1 | -1/+25 | |
| | | * | | | | | | | | | | Redefine type socket() in terms of rabbit's ssl_socket which is | Essien Ita Essien | 2009-01-11 | 1 | -1/+8 | |
| | | * | | | | | | | | | | Re-write start_tcp_listener to take an additional mfa() argument. | Essien Ita Essien | 2009-01-11 | 2 | -23/+10 | |
| | | * | | | | | | | | | | The ssl_* lines were not properly indented | Essien Ita Essien | 2009-01-11 | 1 | -2/+2 | |
| | | * | | | | | | | | | | 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 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | 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 | 3 | -18/+14 | |
| | | * | | | | | | | | | | | 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 | 3 | -6/+9 | |
| | | * | | | | | | | | | | | Rename rabbit_ssl_socket to ssl_socket. | Essien Ita Essien | 2008-12-26 | 3 | -20/+20 | |
| | | * | | | | | | | | | | | Add rabbit_net to the .app file | Essien Ita Essien | 2008-12-26 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | Merge in upstream changes | Essien Ita Essien | 2008-12-26 | 20 | -231/+141 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | 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 | |
| | | * | | | | | | | | | | | | Merge ssl_async_recv branch into bug19356 | Essien Ita Essien | 2008-12-16 | 6 | -22/+99 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | 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 | |
| | | | * | | | | | | | | | | | | Define rabbit_ssl_socket record. | Essien Ita Essien | 2008-12-16 | 1 | -0/+2 | |
| | | |/ / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | Update ignore to include VIM .swp files and generic .patch files | Essien Ita Essien | 2008-12-15 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | | 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 | |
| | | * | | | | | | | | | | | | Add ssl_listeners support to the startup script | Essien Ita Essien | 2008-12-15 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | Lots of things: | Matthew Sackman | 2009-08-27 | 4 | -104/+96 | |
| * | | | | | | | | | | | | | | Hacked out the lowrate stuff from memory_manager, and associated adjustments ... | Matthew Sackman | 2009-08-27 | 4 | -134/+43 | |
| * | | | | | | | | | | | | | | cosmetic | Matthias Radestock | 2009-08-27 | 1 | -25/+30 | |
| * | | | | | | | | | | | | | | cosmetics | Matthew Sackman | 2009-08-27 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | All QA comments relating to queue_mode_manager | Matthew Sackman | 2009-08-27 | 5 | -150/+160 | |
| * | | | | | | | | | | | | | | cosmetics | Matthew Sackman | 2009-08-27 | 1 | -7/+17 | |
| * | | | | | | | | | | | | | | QA-corrections to prefetcher. | Matthew Sackman | 2009-08-27 | 2 | -35/+40 | |
| * | | | | | | | | | | | | | | filesync is unnecessary because tx_commit really is synchronous. | Matthew Sackman | 2009-08-27 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | cosmetic | Matthew Sackman | 2009-08-27 | 1 | -10/+11 | |
| * | | | | | | | | | | | | | | cosmetic - MarkerCount => MarkerPreludeCount | Matthew Sackman | 2009-08-27 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | | documentation | Matthew Sackman | 2009-08-27 | 1 | -8/+26 | |
| * | | | | | | | | | | | | | | Reworked handle_ch_down so that we detect early whether or not we should auto... | Matthew Sackman | 2009-08-27 | 2 | -24/+23 | |
| * | | | | | | | | | | | | | | and of course the run length encoding should not include the marker message. | Matthew Sackman | 2009-08-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Tiny cosmetic, but also, we shouldn't include the size of the marker message ... | Matthew Sackman | 2009-08-27 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | As Matthias spotted, if we crash in the middle of a mixed -> disk transition ... | Matthew Sackman | 2009-08-27 | 1 | -6/+39 | |
| * | | | | | | | | | | | | | | tiny bit of refactoring | Matthias Radestock | 2009-08-27 | 1 | -8/+8 | |
