summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-11usb-acl-helper: add env var for specifying acl helper binaryJonathon Jongsma1-1/+4
2016-03-11Rename spice_usb_acl_helper_open_acl() to _open_acl_async()Jonathon Jongsma3-18/+18
2016-03-11Remove spice_usb_acl_helper_close_acl()Jonathon Jongsma3-18/+0
2016-03-11usb-acl-helper: Avoid deadlock when cancelledJonathon Jongsma1-1/+1
2016-03-11Introduce spice_usb_acl_helper_cancel()Jonathon Jongsma3-1/+15
2016-02-23spice-gtk: Fix the signedness of a couple of mm-time tracesFrancois Gouget1-2/+2
2016-02-23namedpipelistener: do not leak the error messageIgnacio Casal Quinteiro1-0/+1
2016-02-18Simplify spice_usb_device_manager_device_to_libdev()Christophe Fergeau1-6/+1
2016-02-18Simplify spice_usb_device_equal_libdev()Christophe Fergeau1-9/+4
2016-02-16gtk: add spice-widget GL scanout supportMarc-André Lureau6-21/+779
2016-02-13glib: add local GL scanout supportMarc-André Lureau5-3/+195
2016-02-13Add spice_channel_unix_read_fd()Marc-André Lureau2-0/+71
2016-02-12typo: s/GTask/GSimpleAsyncResultFabiano Fidêncio1-1/+1
2016-02-12Use #ifdef {HAVE,USE}_FOO instead of #if {HAVE,USE}_FOOFabiano Fidêncio7-26/+26
2016-02-03gtk: replace configure-event for size-allocateMarc-André Lureau1-7/+4
2016-01-22usb-device-{manager,widget}: Add counter of free channelsFabiano Fidêncio2-5/+47
2016-01-22Remove GSLice usageFabiano Fidêncio7-21/+22
2016-01-19gstaudio: set output parameter to NULL on errorVictor Toso1-0/+4
2016-01-14build-sys: silence vala deprecated function usage warningsMarc-André Lureau1-0/+1
2016-01-07channel-main: remove unused header rect.hVictor Toso1-1/+0
2016-01-04build-sys: remove xrandrMarc-André Lureau1-3/+0
2015-12-21Grab keyboard based on session focus.snir sheriber3-2/+44
2015-12-21ppc: Fix spicy-screenshot colors on BE machinesLukas Venhoda1-0/+6
2015-12-21ppc: Fix colors on ppc when using GLZLukas Venhoda1-1/+1
2015-12-21ppc: Fix message endianessFabiano Fidêncio1-24/+37
2015-12-21ppc: Fix header endianessFabiano Fidêncio1-10/+10
2015-12-10Call spice_marshaller_flush on message writeJavier Celaya1-0/+1
2015-12-09gst: Fix typo in preprocessor symbolChristophe Fergeau1-2/+2
2015-12-09smartcard: Fix compilation with older libcacardChristophe Fergeau2-0/+8
2015-12-09spice-gtk: Recover from GStreamer audio initialization errorsFrancois Gouget1-5/+7
2015-12-08build-sys: Allow simultaneous support for Pulse and GStreamer audioFrancois Gouget2-7/+8
2015-12-08Use libcacard.h if possibleMarc-André Lureau3-10/+5
2015-12-08Fix use after free of uriMarc-André Lureau1-1/+1
2015-11-24build-sys: Prefix the configure audio GStreamer variables with GSTAUDIO_Francois Gouget1-2/+2
2015-11-19file transfer: send cancel message when user cancels a transferJay.han1-1/+2
2015-11-19Be more specific in the case of authentication errorMarek Kasik3-5/+31
2015-11-18spicy: Add support for changing compressionPavel Grunt1-0/+63
2015-11-18channel-display: Add spice_display_change_preferred_compressionPavel Grunt4-7/+37
2015-11-11Do not export symbol of non-existent functionPavel Grunt2-2/+0
2015-11-10file xfer: Fix segfault when rebootingJonathon Jongsma1-1/+10
2015-11-04spice-gtk: Fix error handling in stream_get_current_frame()Francois Gouget1-8/+9
2015-10-30channel-usbredir: drop isoc packets on low bandwidthVictor Toso3-1/+35
2015-10-22Remove noisy debug statementJonathon Jongsma1-1/+0
2015-10-22Don't print error message on successful file transferJonathon Jongsma1-14/+31
2015-10-22MainChannel: move task free from finalize to disposeJonathon Jongsma1-2/+2
2015-10-15FileTransferTask: ensure we emit 'finished' signalJonathon Jongsma1-1/+2
2015-10-14Free display_cache in cache_unrefChristophe Fergeau1-0/+1
2015-10-14Rename display_cache::cache_unref to cache_freeChristophe Fergeau4-4/+4
2015-10-09New file transfer APIJonathon Jongsma7-136/+679
2015-10-09Fix progress monitoring in spice_main_file_copy_asyncJonathon Jongsma1-4/+24