summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update libtool version information for 0.12.5 releasev0.12.5Christophe Fergeau2014-05-191-2/+2
* Update 'release' instructions in configure.acChristophe Fergeau2014-05-191-18/+11
* Update NEWSChristophe Fergeau2014-05-191-0/+13
* server: use a warning when disconnecting unresponsive clientMarc-André Lureau2014-05-161-2/+2
* docs: Fix make distcheckChristophe Fergeau2014-05-151-3/+4
* Use PRI macros in printf to keep compatibility between 32/64bit system소병철2014-05-152-5/+6
* Fix submodule referenceChristophe Fergeau2014-04-161-0/+0
* Add missing buffer (re)allocation to reds_sasl_handle_auth_steplen()Christophe Fergeau2014-04-161-0/+1
* Call correct SASL helper in reds_handle_auth_sasl_stepChristophe Fergeau2014-04-161-1/+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-162-12/+11
* Remove RedLinkInfo::async_readChristophe Fergeau2014-04-161-25/+19
* Call AsyncRead variables 'async' instead of 'obj'Christophe Fergeau2014-04-161-30/+30
* Add reds_stream_set_async_error_handler() helperChristophe Fergeau2014-04-162-7/+5
* Introduce reds_stream_async_read() helperChristophe Fergeau2014-04-162-43/+36
* build-sys: Fix VPATH buildsChristophe Fergeau2014-04-162-1/+1
* Fix --without-sasl buildChristophe Fergeau2014-04-161-0/+4
* doc: Generate chunked manualChristophe Fergeau2014-04-162-3/+20
* manual: improve text about ~/PublicMarc-André Lureau2014-03-251-3/+3
* Check RSA_generate_key_ex return valueChristophe Fergeau2014-03-201-2/+9
* Don't truncate large 'now' values in _spice_timer_setDavid Gibson2014-03-201-6/+7
* Update spice-commonMarc-André Lureau2014-03-191-0/+0
* manual: fix xml highlightingMarc-André Lureau2014-03-191-1/+1
* manual: add folder sharing sectionMarc-André Lureau2014-03-191-1/+56
* Translate docbook -> asciidocMarc-André Lureau2014-03-1914-1525/+1038
* Associate org.spice-space.webdav.0 port to webdav channelMarc-André Lureau2014-03-192-1/+6
* build-sys: simplify manual html generationMarc-André Lureau2014-03-191-26/+18
* SpiceUserManual.xml: small clean-upsMarc-André Lureau2014-03-191-13/+11
* Fix test_capability() typoChristophe Fergeau2014-03-133-10/+10
* Fix typo in log messageChristophe Fergeau2014-03-131-1/+1
* mjpeg: Don't warn on unsupported image formatsChristophe Fergeau2014-03-131-1/+1
* Add reference manualChristophe Fergeau2014-01-2012-1/+1559
* Make RedsStream::info privateChristophe Fergeau2014-01-202-28/+28
* Introduce reds_stream_set_channel()Christophe Fergeau2014-01-203-3/+14
* Introduce reds_stream_set_info_flag()Christophe Fergeau2014-01-203-1/+12
* Make RedsStream::async_read privateChristophe Fergeau2014-01-202-14/+14
* Make RedsStream::sasl privateChristophe Fergeau2014-01-202-71/+71
* Make RedsStream read/write functions privateChristophe Fergeau2014-01-202-19/+19
* Make RedsStream::ssl privateChristophe Fergeau2014-01-202-18/+18
* Introduce reds_stream_is_ssl()Christophe Fergeau2014-01-204-6/+12
* Add RedsStream::privChristophe Fergeau2014-01-202-1/+9
* Move SASL authentication to reds_stream.hChristophe Fergeau2014-01-203-423/+563
* Move async code to RedsStreamChristophe Fergeau2014-01-203-60/+82
* Move stream read/write callbacks to reds_stream.cChristophe Fergeau2014-01-202-77/+75
* Introduce reds_stream_new() helperChristophe Fergeau2014-01-203-20/+32
* reds: Move SSL-related code to RedsStreamChristophe Fergeau2014-01-203-55/+82
* Move sync_write* to reds_stream.hChristophe Fergeau2014-01-203-55/+58
* Add reds_stream.[ch]Christophe Fergeau2014-01-209-245/+327
* Move SPICE_GNUC_VISIBLE to red_common.hChristophe Fergeau2014-01-202-2/+2
* tests: Avoid malloc failuresChristophe Fergeau2014-01-022-2/+8