summaryrefslogtreecommitdiffstats
path: root/server/reds_stream.c
Commit message (Expand)AuthorAgeFilesLines
* syntax-check: Don't use tabs for indentationChristophe Fergeau2015-10-191-5/+5
* Simplify pointer computationFrediano Ziglio2015-10-121-1/+1
* reds-stream: add reds_stream_get_family() functionMarc-André Lureau2015-01-151-0/+10
* Add missing buffer (re)allocation to reds_sasl_handle_auth_steplen()Christophe Fergeau2014-04-161-0/+1
* Add G_GNUC_UNUSED annotations to async_read_handler argsChristophe Fergeau2014-04-161-1/+3
* Make struct AsyncRead/async_read_handler privateChristophe Fergeau2014-04-161-1/+11
* Call AsyncRead variables 'async' instead of 'obj'Christophe Fergeau2014-04-161-30/+30
* Add reds_stream_set_async_error_handler() helperChristophe Fergeau2014-04-161-4/+3
* Introduce reds_stream_async_read() helperChristophe Fergeau2014-04-161-43/+34
* Fix --without-sasl buildChristophe Fergeau2014-04-161-0/+4
* 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