| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs: Fix make distcheck | Christophe Fergeau | 2014-05-15 | 1 | -3/+4 | |
| * | Use PRI macros in printf to keep compatibility between 32/64bit system | 소병철 | 2014-05-15 | 2 | -5/+6 | |
| * | Fix submodule reference | Christophe Fergeau | 2014-04-16 | 1 | -0/+0 | |
| * | Add missing buffer (re)allocation to reds_sasl_handle_auth_steplen() | Christophe Fergeau | 2014-04-16 | 1 | -0/+1 | |
| * | Call correct SASL helper in reds_handle_auth_sasl_step | Christophe Fergeau | 2014-04-16 | 1 | -1/+1 | |
| * | Add G_GNUC_UNUSED annotations to async_read_handler args | Christophe Fergeau | 2014-04-16 | 1 | -1/+3 | |
| * | Make struct AsyncRead/async_read_handler private | Christophe Fergeau | 2014-04-16 | 2 | -12/+11 | |
| * | Remove RedLinkInfo::async_read | Christophe Fergeau | 2014-04-16 | 1 | -25/+19 | |
| * | Call AsyncRead variables 'async' instead of 'obj' | Christophe Fergeau | 2014-04-16 | 1 | -30/+30 | |
| * | Add reds_stream_set_async_error_handler() helper | Christophe Fergeau | 2014-04-16 | 2 | -7/+5 | |
| * | Introduce reds_stream_async_read() helper | Christophe Fergeau | 2014-04-16 | 2 | -43/+36 | |
| * | build-sys: Fix VPATH builds | Christophe Fergeau | 2014-04-16 | 2 | -1/+1 | |
| * | Fix --without-sasl build | Christophe Fergeau | 2014-04-16 | 1 | -0/+4 | |
| * | doc: Generate chunked manual | Christophe Fergeau | 2014-04-16 | 2 | -3/+20 | |
| * | manual: improve text about ~/Public | Marc-André Lureau | 2014-03-25 | 1 | -3/+3 | |
| * | Check RSA_generate_key_ex return value | Christophe Fergeau | 2014-03-20 | 1 | -2/+9 | |
| * | Don't truncate large 'now' values in _spice_timer_set | David Gibson | 2014-03-20 | 1 | -6/+7 | |
| * | Update spice-common | Marc-André Lureau | 2014-03-19 | 1 | -0/+0 | |
| * | manual: fix xml highlighting | Marc-André Lureau | 2014-03-19 | 1 | -1/+1 | |
| * | manual: add folder sharing section | Marc-André Lureau | 2014-03-19 | 1 | -1/+56 | |
| * | Translate docbook -> asciidoc | Marc-André Lureau | 2014-03-19 | 14 | -1525/+1038 | |
| * | Associate org.spice-space.webdav.0 port to webdav channel | Marc-André Lureau | 2014-03-19 | 2 | -1/+6 | |
| * | build-sys: simplify manual html generation | Marc-André Lureau | 2014-03-19 | 1 | -26/+18 | |
| * | SpiceUserManual.xml: small clean-ups | Marc-André Lureau | 2014-03-19 | 1 | -13/+11 | |
| * | Fix test_capability() typo | Christophe Fergeau | 2014-03-13 | 3 | -10/+10 | |
| * | Fix typo in log message | Christophe Fergeau | 2014-03-13 | 1 | -1/+1 | |
| * | mjpeg: Don't warn on unsupported image formats | Christophe Fergeau | 2014-03-13 | 1 | -1/+1 | |
| * | Add reference manual | Christophe Fergeau | 2014-01-20 | 12 | -1/+1559 | |
| * | Make RedsStream::info private | Christophe Fergeau | 2014-01-20 | 2 | -28/+28 | |
| * | Introduce reds_stream_set_channel() | Christophe Fergeau | 2014-01-20 | 3 | -3/+14 | |
| * | Introduce reds_stream_set_info_flag() | Christophe Fergeau | 2014-01-20 | 3 | -1/+12 | |
| * | Make RedsStream::async_read private | Christophe Fergeau | 2014-01-20 | 2 | -14/+14 | |
| * | Make RedsStream::sasl private | Christophe Fergeau | 2014-01-20 | 2 | -71/+71 | |
| * | Make RedsStream read/write functions private | Christophe Fergeau | 2014-01-20 | 2 | -19/+19 | |
| * | Make RedsStream::ssl private | Christophe Fergeau | 2014-01-20 | 2 | -18/+18 | |
| * | Introduce reds_stream_is_ssl() | Christophe Fergeau | 2014-01-20 | 4 | -6/+12 | |
| * | Add RedsStream::priv | Christophe Fergeau | 2014-01-20 | 2 | -1/+9 | |
| * | Move SASL authentication to reds_stream.h | Christophe Fergeau | 2014-01-20 | 3 | -423/+563 | |
| * | Move async code to RedsStream | Christophe Fergeau | 2014-01-20 | 3 | -60/+82 | |
| * | Move stream read/write callbacks to reds_stream.c | Christophe Fergeau | 2014-01-20 | 2 | -77/+75 | |
| * | Introduce reds_stream_new() helper | Christophe Fergeau | 2014-01-20 | 3 | -20/+32 | |
| * | reds: Move SSL-related code to RedsStream | Christophe Fergeau | 2014-01-20 | 3 | -55/+82 | |
| * | Move sync_write* to reds_stream.h | Christophe Fergeau | 2014-01-20 | 3 | -55/+58 | |
| * | Add reds_stream.[ch] | Christophe Fergeau | 2014-01-20 | 9 | -245/+327 | |
| * | Move SPICE_GNUC_VISIBLE to red_common.h | Christophe Fergeau | 2014-01-20 | 2 | -2/+2 | |
| * | tests: Avoid malloc failures | Christophe Fergeau | 2014-01-02 | 2 | -2/+8 | |
| * | tests: Remove unused variables | Christophe Fergeau | 2014-01-02 | 2 | -3/+0 | |
| * | Fix typo; sampel --> sample | Jeremy White | 2014-01-02 | 11 | -45/+45 | |
| * | Add support for the Opus codec | Jeremy White | 2014-01-02 | 14 | -87/+188 | |
| * | Revise the spice client and server to use the new snd_codec functions in spic... | Jeremy White | 2014-01-02 | 8 | -210/+150 | |
