summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-30widget: don't grab mouse when switching to server modeMarc-André Lureau1-1/+12
2013-04-26main: do not send monitor config if monitor state didn't changeMarc-André Lureau1-0/+2
2013-04-24usb-redir-manager: Fix redirect_on_connect string mem leakHans de Goede1-0/+1
2013-04-24usb-device-manager: Fix stray '\n'-s in g_warning callsHans de Goede1-2/+2
2013-04-24usb-device-manager: Fix redirect_on_connect_rules mem-leakHans de Goede1-0/+1
2013-04-24usb-device-manager: Add spice_usb_device_manager_get_devices_with_filter (fdo...Hans de Goede5-3/+48
2013-04-24usb-device-manager: Error check spice_usb_device_manager_device_to_libdev callsHans de Goede1-2/+11
2013-04-24usb-device-manager: Avoid needless re-numeration of usb devs under LinuxHans de Goede1-16/+31
2013-04-23option: Allow multiple options in --disable-effectsChristophe Fergeau1-20/+20
2013-04-23Fix setting of SPICE_{GLIB,GTK}_REQUIRESChristophe Fergeau1-4/+4
2013-04-23Fix GNetworkAddress leak when opening spice sessionChristophe Fergeau1-2/+7
2013-04-22channel-display: trigger re-sync of audio playback latency when there are fre...Yonit Halperin2-0/+11
2013-04-22playback: support syncing the playback latency via sessionYonit Halperin4-0/+26
2013-04-22spice-pulse: adjust the playback latency when the min-latency property changesYonit Halperin1-9/+59
2013-04-22channel-playback: support SPICE_MSG_PLAYBACK_LATENCYYonit Halperin2-0/+31
2013-04-22channel-display: video stream quality reportYonit Halperin3-13/+113
2013-04-22channel-playback: provide access to playback properties via the sessionYonit Halperin5-0/+82
2013-04-22spice-pulse: update the playback latency automatically when it changesYonit Halperin1-43/+26
2013-04-22channel-display: collect and print video stream statsYonit Halperin3-3/+73
2013-04-12Revert "build-sys: keep common submodule up to date"Christophe Fergeau2-2/+1
2013-04-11session: enforce secure channelsMarc-André Lureau3-4/+11
2013-04-11option: add --spice-secure-channelsMarc-André Lureau1-2/+45
2013-04-11Add function to return Spice channel type from stringMarc-André Lureau2-13/+28
2013-04-11Add function to return list of supported channelsMarc-André Lureau3-14/+23
2013-04-11session: add secure-channels propertyMarc-André Lureau2-1/+28
2013-04-11channel: try TLS only onceMarc-André Lureau1-1/+1
2013-04-11cosmetic: fix indentation and commentMarc-André Lureau2-6/+6
2013-04-10Release v0.19v0.19Marc-André Lureau1-0/+10
2013-04-10build-sys: bump spice-glib versionMarc-André Lureau1-1/+1
2013-04-10Update README/TODOMarc-André Lureau2-31/+11
2013-04-10spicy-ss: quit when channel errorMarc-André Lureau1-0/+18
2013-04-10Rename snappy to spicy-screenshotMarc-André Lureau4-12/+12
2013-04-10build-sys: keep common submodule up to dateMarc-André Lureau2-1/+2
2013-04-10gnome-rr: keep user DPIAlex Efros1-2/+53
2013-04-10build: fix parallel installTiziano Müller1-0/+5
2013-04-10Use a GHashTable for list of file transfer tasksChristophe Fergeau1-21/+13
2013-04-10spice-common: UpdateHans de Goede1-0/+0
2013-04-09widget: don't send current configuration backMarc-André Lureau1-2/+2
2013-04-09main: add spice_main_update_display()Marc-André Lureau4-6/+35
2013-04-09channel_base: exit handle_migrate when expecting MIGRATE_DATA and receiving s...Yonit Halperin1-2/+4
2013-04-09channel-main: Don't g_warn when not finding a file-xfer-idHans de Goede1-2/+4
2013-04-09channel-main: Cancel active file-xfers on channel/agent disconnectHans de Goede1-0/+12
2013-04-09channel-main: Check no callbacks are pending on xfer start and endHans de Goede1-0/+8
2013-04-09channel-main: Don't call g_input_stream_close on a NULL streamHans de Goede1-0/+5
2013-04-09channel-main: Allow calling file_xfer_close_cb with a NULL objectHans de Goede1-7/+8
2013-04-09channel-main: Don't close the file_stream if callbacks are pendingHans de Goede1-9/+30
2013-04-09channel-main: Use file_xfer_completed where appropriateHans de Goede1-26/+11
2013-04-09channel-main: file_xfer_failed -> file_xfer_completedHans de Goede1-7/+8
2013-04-09channel-main: Make SpiceFileXferTask-s ref the channelHans de Goede1-1/+2
2013-04-09channel-main: Reset agent message receive state on agent stopHans de Goede1-5/+2