summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable -Wwrite-strings for Python bindingDaniel P. Berrange2012-03-142-1/+5
* Replace %02hhx with %02x in UUID formatDaniel P. Berrange2012-03-131-1/+1
* Import GNULIB's GCC warning macrosDaniel P. Berrange2012-03-134-69/+362
* Avoid 'goto' jumping over variable initializationDaniel P. Berrange2012-03-131-1/+2
* Fix no-arg functions declared () to use (void)Daniel P. Berrange2012-03-133-3/+3
* Add missing includes & make some functions staticDaniel P. Berrange2012-03-137-8/+11
* Ensure all no-args methods are declared (void) not ()Daniel P. Berrange2012-03-134-9/+9
* Add printf format annotations to all '...' functionsDaniel P. Berrange2012-03-134-10/+42
* Replace duplicated header declarationsDaniel P. Berrange2012-03-132-4/+0
* Remove arithmetic on void* pointersDaniel P. Berrange2012-03-131-1/+1
* Fix some integer range checks which always evaluate falseDaniel P. Berrange2012-03-133-4/+4
* Avoid warnings about empty conditional statement bodiesDaniel P. Berrange2012-03-131-6/+9
* Fix deprecation warning handlingDaniel P. Berrange2012-03-138-7/+15
* Fix old style declaration where 'inline' came after return typeDaniel P. Berrange2012-03-131-1/+1
* Fix const-correctness of functions & add explicit castsDaniel P. Berrange2012-03-134-11/+11
* Remove non-existant include directories from CFLAGSDaniel P. Berrange2012-03-131-2/+0
* Don't delete gtk-doc.make in distcleanDaniel P. Berrange2012-03-131-1/+1
* Release v0.11v0.11Marc-André Lureau2012-03-083-1/+11
* Update since annotation for some session propertiesMarc-André Lureau2012-03-081-0/+6
* channel-usbredir: Handle some more usbredirhost_read_guest_data errorsHans de Goede2012-03-083-4/+24
* Do not warn when starting spicy if usbredir is disabledMarc-André Lureau2012-03-071-6/+5
* sasl: sasl authentication failure results in disconnectionMarc-André Lureau2012-03-071-2/+1
* sasl: lower visibility of normal debug messageMarc-André Lureau2012-03-071-2/+2
* build: move @SPICE_GLIB_REQUIRES@ to Requires.privateMarc-André Lureau2012-03-071-1/+2
* Fix semi-seamless migration handlingMarc-André Lureau2012-03-061-42/+25
* Warn if a message is dropped (before connection or after reset)Marc-André Lureau2012-03-051-15/+20
* Support name & uuidMarc-André Lureau2012-03-059-2/+127
* Add a spice-controller-dump testing toolMarc-André Lureau2012-02-293-6/+137
* Add controller foreign menu supportMarc-André Lureau2012-02-298-3/+530
* Fix a few warnings on windows buildMarc-André Lureau2012-02-292-5/+12
* Allow open_fd() to be called with -1Marc-André Lureau2012-02-292-4/+14
* buildsys: Don't link glib-compat.o into libspice-client-gtk.soHans de Goede2012-02-242-1/+1
* Fix building with policykit < 0.101Hans de Goede2012-02-242-0/+21
* Release v0.10v0.10Marc-André Lureau2012-02-233-1/+15
* use :glz-window-size not :glz_window_sizeMarc-André Lureau2012-02-231-1/+1
* build: fix build with recent mingw64Marc-André Lureau2012-02-232-4/+4
* usbredir: Add awareness of host/guest side filteringHans de Goede2012-02-224-5/+40
* usbredir: Add a spice_usb_device_manager_can_redirect_device functionHans de Goede2012-02-224-32/+144
* usb-device-widget: Use an info_bar for error messagesHans de Goede2012-02-222-14/+79
* configure: Fix "USB redirection support" summary on --disable-usbredirHans de Goede2012-02-221-2/+2
* usbredir: Treat the user cancelling the policykit dialog as a cancelHans de Goede2012-02-222-3/+15
* usbredir: Add device rejected errorsHans de Goede2012-02-226-3/+117
* RFC: Use spice protocol as a submoduleMarc-André Lureau2012-02-225-5/+15
* Fix make distcheckMarc-André Lureau2012-02-201-0/+1
* usbredir: Shrink the usb device selection dialog when devices are unpluggedHans de Goede2012-02-201-0/+9
* usbredir: make channel lifetime equal to session lifetimeHans de Goede2012-02-206-76/+121
* usbutil: Add support for getting strings from usb.idsHans de Goede2012-02-203-0/+172
* usbutil: Add a spice_usb_util_get_device_strings helper functionHans de Goede2012-02-203-28/+50
* usb: Move various helper functions into usbutil.[c,h]Hans de Goede2012-02-207-83/+149
* Add controller ENABLE_SMARTCARD messageMarc-André Lureau2012-02-173-1/+7