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