Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make struct AsyncRead/async_read_handler private | Christophe Fergeau | 2014-04-16 | 1 | -11/+0 |
* | Add reds_stream_set_async_error_handler() helper | Christophe Fergeau | 2014-04-16 | 1 | -3/+2 |
* | Introduce reds_stream_async_read() helper | Christophe Fergeau | 2014-04-16 | 1 | -0/+2 |
* | Make RedsStream::info private | Christophe Fergeau | 2014-01-20 | 1 | -6/+0 |
* | Introduce reds_stream_set_channel() | Christophe Fergeau | 2014-01-20 | 1 | -0/+2 |
* | Introduce reds_stream_set_info_flag() | Christophe Fergeau | 2014-01-20 | 1 | -0/+1 |
* | Make RedsStream::async_read private | Christophe Fergeau | 2014-01-20 | 1 | -2/+0 |
* | Make RedsStream::sasl private | Christophe Fergeau | 2014-01-20 | 1 | -35/+0 |
* | Make RedsStream read/write functions private | Christophe Fergeau | 2014-01-20 | 1 | -5/+0 |
* | Make RedsStream::ssl private | Christophe Fergeau | 2014-01-20 | 1 | -1/+0 |
* | Introduce reds_stream_is_ssl() | Christophe Fergeau | 2014-01-20 | 1 | -0/+1 |
* | Add RedsStream::priv | Christophe Fergeau | 2014-01-20 | 1 | -0/+4 |
* | Move SASL authentication to reds_stream.h | Christophe Fergeau | 2014-01-20 | 1 | -0/+18 |
* | Move async code to RedsStream | Christophe Fergeau | 2014-01-20 | 1 | -0/+18 |
* | Introduce reds_stream_new() helper | Christophe Fergeau | 2014-01-20 | 1 | -0/+1 |
* | reds: Move SSL-related code to RedsStream | Christophe Fergeau | 2014-01-20 | 1 | -0/+2 |
* | Move sync_write* to reds_stream.h | Christophe Fergeau | 2014-01-20 | 1 | -0/+5 |
* | Add reds_stream.[ch] | Christophe Fergeau | 2014-01-20 | 1 | -0/+100 |