summaryrefslogtreecommitdiffstats
path: root/server/reds_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Make RedsStream::info privateChristophe Fergeau2014-01-201-22/+28
* Introduce reds_stream_set_channel()Christophe Fergeau2014-01-201-0/+9
* Introduce reds_stream_set_info_flag()Christophe Fergeau2014-01-201-0/+10
* Make RedsStream::async_read privateChristophe Fergeau2014-01-201-12/+14
* Make RedsStream::sasl privateChristophe Fergeau2014-01-201-36/+71
* Make RedsStream read/write functions privateChristophe Fergeau2014-01-201-14/+19
* Make RedsStream::ssl privateChristophe Fergeau2014-01-201-17/+18
* Introduce reds_stream_is_ssl()Christophe Fergeau2014-01-201-0/+5
* Add RedsStream::privChristophe Fergeau2014-01-201-1/+5
* Move SASL authentication to reds_stream.hChristophe Fergeau2014-01-201-0/+510
* Move async code to RedsStreamChristophe Fergeau2014-01-201-0/+64
* Move stream read/write callbacks to reds_stream.cChristophe Fergeau2014-01-201-0/+75
* Introduce reds_stream_new() helperChristophe Fergeau2014-01-201-0/+29
* reds: Move SSL-related code to RedsStreamChristophe Fergeau2014-01-201-0/+50
* Move sync_write* to reds_stream.hChristophe Fergeau2014-01-201-0/+28
* Add reds_stream.[ch]Christophe Fergeau2014-01-201-0/+220