summaryrefslogtreecommitdiffstats
path: root/server/reds_stream.h
Commit message (Expand)AuthorAgeFilesLines
* reds-stream: add reds_stream_get_family() functionMarc-André Lureau2015-01-151-0/+1
* Make struct AsyncRead/async_read_handler privateChristophe Fergeau2014-04-161-11/+0
* Add reds_stream_set_async_error_handler() helperChristophe Fergeau2014-04-161-3/+2
* Introduce reds_stream_async_read() helperChristophe Fergeau2014-04-161-0/+2
* Make RedsStream::info privateChristophe Fergeau2014-01-201-6/+0
* Introduce reds_stream_set_channel()Christophe Fergeau2014-01-201-0/+2
* Introduce reds_stream_set_info_flag()Christophe Fergeau2014-01-201-0/+1
* Make RedsStream::async_read privateChristophe Fergeau2014-01-201-2/+0
* Make RedsStream::sasl privateChristophe Fergeau2014-01-201-35/+0
* Make RedsStream read/write functions privateChristophe Fergeau2014-01-201-5/+0
* Make RedsStream::ssl privateChristophe Fergeau2014-01-201-1/+0
* Introduce reds_stream_is_ssl()Christophe Fergeau2014-01-201-0/+1
* Add RedsStream::privChristophe Fergeau2014-01-201-0/+4
* Move SASL authentication to reds_stream.hChristophe Fergeau2014-01-201-0/+18
* Move async code to RedsStreamChristophe Fergeau2014-01-201-0/+18
* Introduce reds_stream_new() helperChristophe Fergeau2014-01-201-0/+1
* reds: Move SSL-related code to RedsStreamChristophe Fergeau2014-01-201-0/+2
* Move sync_write* to reds_stream.hChristophe Fergeau2014-01-201-0/+5
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-0/+100