summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-13gnutlsgnutlsChristophe Fergeau1-1/+78
2014-08-13GNUTLSChristophe Fergeau2-23/+302
2014-05-15gnutls supportChristophe Fergeau4-0/+229
2014-04-29Include glib-compat.h in spice-option.cChristophe Fergeau1-0/+1
2014-04-24option: check that default ca-file existsMarc-André Lureau1-0/+2
2014-04-23option: use more portable default ca-file pathMarc-André Lureau1-1/+1
2014-04-17Fix leak in spice_gtk_session_sync_keyboard_modifiers()Christophe Fergeau1-0/+1
2014-04-15display: signal primary-destroy when clearing all surfacesMarc-André Lureau1-0/+6
2014-04-15gtk-session: always sync modifiers for client eventsMarc-André Lureau1-8/+11
2014-04-15gtk-session: s/g_debug/CHANNEL_DEBUGMarc-André Lureau1-2/+3
2014-04-15Include gtk-compat.h in spice-gtk-session.cChristophe Fergeau1-0/+1
2014-04-15Gather gtk+ compatibility code in a single fileChristophe Fergeau5-42/+60
2014-04-15Add compat implementation of g_queue_free_full()Christophe Fergeau2-0/+25
2014-04-08Use correct printf format modifier for gssizeChristophe Fergeau1-1/+1
2014-04-08Add man pageChristophe Fergeau4-1/+213
2014-04-03Use GdkKeymap to listen for keyboard modifier changesJonathon Jongsma1-0/+9
2014-04-03Ensure keyboard modifiers are synchronized properlyJonathon Jongsma3-89/+100
2014-04-02Update NEWS for v0.25Marc-André Lureau1-0/+7
2014-04-02Make phodav an optional external dependencyMarc-André Lureau8-11/+31
2014-04-02build-sys: re-organize summary to show major info firstMarc-André Lureau1-2/+2
2014-04-02build-sys: add missing soup substMarc-André Lureau1-0/+3
2014-03-31Fix missing SPICE_GTK_MICRO_VERSION valueJonathon Jongsma1-1/+1
2014-03-25Update NEWS for v0.24Marc-André Lureau2-1/+2
2014-03-25Update phodavMarc-André Lureau1-0/+0
2014-03-25Advertise SASL cap from clientChristophe Fergeau1-0/+3
2014-03-20webdav: use some more explicit namesMarc-André Lureau1-9/+10
2014-03-19Start NEWS fileMarc-André Lureau1-0/+15
2014-03-19session: add shared-dir property and optionMarc-André Lureau4-3/+62
2014-03-19Add webdav channelMarc-André Lureau18-4/+851
2014-03-18mingw64: Fix gssize printf-format warningsChristophe Fergeau2-5/+8
2014-03-14Fix spice_display_get_pixbuf() with offset areaMarc-André Lureau1-2/+3
2014-03-14Silence some gcc warningsMarc-André Lureau1-1/+1
2014-03-13sasl: Rework memory handling in spice_channel_perform_auth_sasl()Christophe Fergeau1-10/+11
2014-03-13Make sure config.h is included first in all .c filesChristophe Fergeau26-15/+50
2014-03-10build-sys: Fix setting of SPICE_GTK_MICRO_VERSIONChristophe Fergeau1-1/+1
2014-02-27Add missing #include "glib-compat.h"Christophe Fergeau2-0/+2
2014-02-25display: fix crash when releasing primary surfaceMarc-André Lureau1-1/+1
2014-02-24Add a SPICE_GTK_CHECK_VERSION macroMarc-André Lureau5-0/+89
2014-02-21spice-common: revert last changeMarc-André Lureau1-0/+0
2014-02-21session: add spice_session_get_proxy_uri()Marc-André Lureau5-0/+18
2014-02-21channel: add spice_channel_get_error()Marc-André Lureau9-7/+43
2014-02-21Make SpiceURI a public APIMarc-André Lureau15-451/+614
2014-02-21channel: talk to giostream instead of gsocketMarc-André Lureau2-14/+41
2014-02-21channel: simplify has error codeMarc-André Lureau1-17/+11
2014-02-21openssl: learn to handle a new kind of BIO based on GIOStreamMarc-André Lureau4-19/+47
2014-02-21Fill g_proxy_address_new() with protocol, user and passwordMarc-André Lureau1-2/+5
2014-02-21http-proxy: add https proxyMarc-André Lureau3-23/+155
2014-02-21spice-proxy: parse https protocolMarc-André Lureau1-4/+10
2014-02-21http-proxy: specify Basic schemeMarc-André Lureau1-1/+1
2014-02-21proxy: parse user and pass from uriMarc-André Lureau1-0/+13