spice-gtk/gtk
Marc-André Lureau ff7994ca59 Clear cache and glz dictionnary on switch-host
If we don't clear the glz dictionnary, this might lead to
corrupted/invalid dictionnary and invalid memory allocation due
unbounded increase of dictionnary size
2012-04-16 20:01:46 +02:00
..
controller controller: handle USB redirection messages 2012-04-04 10:22:00 +02:00
display Add missing includes & make some functions static 2012-03-13 13:09:16 +00:00
bio-gsocket.c Use an openssl BIO stream using GSocket 2012-02-12 18:30:35 +01:00
bio-gsocket.h Use an openssl BIO stream using GSocket 2012-02-12 18:30:35 +01:00
channel-base.c Fix compilation on mingw/windows 2012-01-15 17:21:06 +01:00
channel-cursor.c Add channel_reset method 2011-12-19 13:07:46 +01:00
channel-cursor.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-display-mjpeg.c mjpeg: fix blue-tinted video stream with old server 2012-03-31 02:02:51 +02:00
channel-display-priv.h build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
channel-display.c widget: fix invalid memory ref after channel is distroyed 2012-03-31 02:02:51 +02:00
channel-display.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-inputs.c spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOut 2011-12-16 11:48:18 +01:00
channel-inputs.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-main.c Set new cert-subject when switching host 2012-04-16 20:01:45 +02:00
channel-main.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-playback.c Add channel_reset method 2011-12-19 13:07:46 +01:00
channel-playback.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-record.c Fix some integer range checks which always evaluate false 2012-03-13 13:09:09 +00:00
channel-record.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-smartcard.c Add channel_reset method 2011-12-19 13:07:46 +01:00
channel-smartcard.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
channel-usbredir-priv.h usbredir: Add awareness of host/guest side filtering 2012-02-22 17:16:43 +01:00
channel-usbredir.c fix build with glib < 2.32 2012-04-03 14:14:10 +02:00
channel-usbredir.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
continuation.c Move undef FORTIFY below config.h 2012-03-14 20:43:07 +01:00
continuation.h use _setjmp/_longjmp to speed up coroutine switching 2011-08-15 15:43:15 +02:00
coroutine_gthread.c gtk: add coroutine utilities 2010-12-05 18:15:22 +01:00
coroutine_ucontext.c define MAP_ANON as MAP_ANONYMOUS if needed 2011-05-23 18:13:51 +02:00
coroutine_winfibers.c windows: initialize co->ret to not randomly release fiber 2011-12-19 13:03:51 +01:00
coroutine.h gtk: implement coroutines using Windows fibers 2011-08-17 14:44:33 +02:00
decode-glz-tmpl.c gtk: add some debugging in glz decoder and avoid crashes 2011-04-04 13:09:39 +02:00
decode-glz.c build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
decode-jpeg.c build/win32: they broke libjpeg again 2011-06-07 14:30:31 +02:00
decode-zlib.c build: basic windows build support 2010-12-17 19:37:09 +01:00
decode.h build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
gio-coroutine.c Make g_coroutine_condition_wait() cancellable 2012-01-12 19:43:38 +01:00
gio-coroutine.h Make g_coroutine_condition_wait() cancellable 2012-01-12 19:43:38 +01:00
glib-compat.c Lower our glib requirement to 2.22, as we claim 2012-01-12 16:10:37 +01:00
glib-compat.h Lower our glib requirement to 2.22, as we claim 2012-01-12 16:10:37 +01:00
keymap-gen.pl Fix missing OS-X keymapping for letter 'A' 2011-05-23 18:13:51 +02:00
keymaps.csv windows: fix broken left shift 2011-12-13 23:19:00 +01:00
Makefile.am build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
map-file buildsys: Don't link glib-compat.o into libspice-client-gtk.so 2012-02-24 16:10:50 +01:00
smartcard-manager-priv.h gtk/smartcard: make smartcard init async 2011-07-07 18:53:54 +02:00
smartcard-manager.c build: fix build issue because of double declaration 2011-12-09 18:42:29 +01:00
smartcard-manager.h Rename my_foo private datatypes to MyFooPrivate 2011-08-30 16:47:50 +02:00
snappy.c Fix const-correctness of functions & add explicit casts 2012-03-13 13:04:04 +00:00
spice-audio-priv.h Move auto-connect logic in Audio base class 2011-12-01 20:18:26 +01:00
spice-audio.c Fix deprecation warning handling 2012-03-13 13:08:52 +00:00
spice-audio.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
spice-channel-cache.h build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
spice-channel-enums.h gtk: when input channel is not ready, silently drop input events 2011-01-26 16:15:14 +01:00
spice-channel-priv.h build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
spice-channel.c Fix crash when closing while recording 2012-04-06 04:05:14 +02:00
spice-channel.h Add channel_reset method 2011-12-19 13:07:46 +01:00
spice-client-glib-usb-acl-helper.c Ensure all no-args methods are declared (void) not () 2012-03-13 13:09:16 +00:00
spice-client-gtk-manual.defs gtk: add SPICE_CLIENT_ERROR 2011-07-07 18:53:40 +02:00
spice-client-gtk-module.c gtk: add missing copyright headers 2010-11-24 02:53:59 +01:00
spice-client-gtk.override Add a USB device selection widget 2012-01-31 14:31:38 +01:00
spice-client.c Add missing includes & make some functions static 2012-03-13 13:09:16 +00:00
spice-client.h channel-usbredir: Handle some more usbredirhost_read_guest_data errors 2012-03-08 11:35:22 +01:00
spice-cmdline.c gtk: update spicy to use new option API 2011-07-17 16:43:45 +02:00
spice-cmdline.h gtk: add missing copyright headers 2010-11-24 02:53:59 +01:00
spice-common.h build-sys: move codegen & proto to spice-common 2012-03-25 19:22:52 +02:00
spice-grabsequence.c build: fix introspection warnings 2011-07-18 19:27:59 +02:00
spice-grabsequence.h gtk: continue API documentation 2010-12-09 10:58:47 +01:00
spice-gstaudio.c Move auto-connect logic in Audio base class 2011-12-01 20:18:26 +01:00
spice-gstaudio.h spice_gstaudio: s/SpiceGstAudio/SpiceGstaudio 2011-08-30 16:52:03 +02:00
spice-gtk-session-priv.h Add read-only property on sessions 2011-11-23 17:57:34 +01:00
spice-gtk-session.c Do not grab/release the clipboard on guest without clipboard support 2012-01-31 23:23:22 +01:00
spice-gtk-session.h Move clipboard handling to SpiceGtkSession 2011-10-06 11:36:39 +02:00
spice-marshal.txt usb-device-manager: Add a auto-connect-failed signal 2011-09-01 15:52:51 +02:00
spice-option.c Add a G_GNUC_NORETURN to a function that exits 2012-03-16 01:44:28 +01:00
spice-option.h build: fix make distcheck 2011-07-18 20:28:05 +02:00
spice-pulse.c Move auto-connect logic in Audio base class 2011-12-01 20:18:26 +01:00
spice-pulse.h Rename my_foo private datatypes to MyFooPrivate 2011-08-30 16:47:50 +02:00
spice-session-priv.h Support name & uuid 2012-03-05 18:18:03 +01:00
spice-session.c Clear cache and glz dictionnary on switch-host 2012-04-16 20:01:46 +02:00
spice-session.h Add read-only property on sessions 2011-11-23 17:57:34 +01:00
spice-types.h build: fix introspection warnings 2011-07-18 19:27:59 +02:00
spice-util-priv.h Notify agent-connected property change 2012-03-18 17:04:53 +01:00
spice-util.c Notify agent-connected property change 2012-03-18 17:04:53 +01:00
spice-util.h Fix deprecation warning handling 2012-03-13 13:08:52 +00:00
spice-widget-cairo.c Hide cursor when it is on a different screen in server mode 2012-03-19 20:04:01 +01:00
spice-widget-priv.h widget: allow defining a zoom-level 2012-02-01 23:01:40 +01:00
spice-widget-x11.c build: fix introspection warnings 2011-07-18 19:27:59 +02:00
spice-widget.c gtk: scroll event are not received with recent gtk+ 2012-04-16 20:01:41 +02:00
spice-widget.h Add SPICE_DISABLE_DEPRECATED guard 2012-03-20 00:52:38 +01:00
spicy-stats.c gtk: snappy/spicy-stats move connection option to main group 2011-07-17 16:43:45 +02:00
spicy.c Add SPICE_DISABLE_DEPRECATED guard 2012-03-20 00:52:38 +01:00
usb-acl-helper.c usb-acl-helper: add a missing "break" 2012-03-29 15:16:52 +02:00
usb-acl-helper.h Replace duplicated header declarations 2012-03-13 13:09:16 +00:00
usb-device-manager-priv.h usbredir: Add device rejected errors 2012-02-22 17:16:43 +01:00
usb-device-manager.c usbredir: Check for existing usb channels after libusb init 2012-03-14 15:01:59 +01:00
usb-device-manager.h doc: gtk-doc cleanup 2012-03-20 02:15:21 +01:00
usb-device-widget.c Be more tolerant on NULL arrays 2012-03-30 14:21:38 +02:00
usb-device-widget.h build-sys: fix compilation of bindings 2012-03-20 18:28:41 +01:00
usbutil.c usbutil: Add support for getting strings from usb.ids 2012-02-20 16:14:49 +01:00
usbutil.h usbutil: Add a spice_usb_util_get_device_strings helper function 2012-02-20 16:14:49 +01:00
vncdisplaykeymap.c gtk: fix windows build 2011-01-27 20:07:24 +01:00
vncdisplaykeymap.h Add glib objects + gtk widgets for spice. 2010-11-23 17:09:45 +01:00