summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove bogus include of strings.hDaniel P. Berrange2012-01-134-4/+0
| * Remove unused backup fileDaniel P. Berrange2012-01-131-1413/+0
| * Remove trailing blank linesDaniel P. Berrange2012-01-13182-184/+1
| * Remove 'the the' typosDaniel P. Berrange2012-01-132-2/+2
| * Remove unused assert.h includeDaniel P. Berrange2012-01-131-1/+0
| * Always quote first arg to AC_DEFINEDaniel P. Berrange2012-01-131-4/+4
| * Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange2012-01-134-4/+4
| * Improve usefulness of README fileDaniel P. Berrange2012-01-131-9/+77
| * Fill out the AUTHORS file with some contentDaniel P. Berrange2012-01-131-0/+33
| * Remove casts from void * with xrealloc() callsDaniel P. Berrange2012-01-131-12/+10
| * Rewrite code to avoid triggering warning about casting param to free()Daniel P. Berrange2012-01-131-1/+2
| * Remove useless if() before free()Daniel P. Berrange2012-01-1311-42/+16
| * Death to all TABsDaniel P. Berrange2012-01-1319-877/+877
| * common/ssl_verify: special case to WIN32 that isn't MINGW32Alon Levy2012-01-131-1/+1
| * common/bitops: mingw32: reorder so __GNUC__ define is checked firstAlon Levy2012-01-131-14/+14
| * common/backtrace: for mingw32 no pipe/wait_pid, just disableAlon Levy2012-01-132-4/+23
| * client/windows: fix several assigned but not used errorsAlon Levy2012-01-132-17/+10
| * client/windows: arraysize(inf.bmiColors) == 1 in mingw32Alon Levy2012-01-132-0/+6
| * client/windows: fix typo, make error messages uniqueAlon Levy2012-01-131-2/+2
| * client/windows/main: mingw32 provides PACKAGE_VERSIONAlon Levy2012-01-131-0/+8
| * client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.hAlon Levy2012-01-133-0/+9
| * client: mingw32 build needs the jpeg_boolean defineAlon Levy2012-01-133-3/+3
| * client/common.h: mingw32 fixAlon Levy2012-01-131-2/+2
| * client/Makefile.am: mingw32 fixesAlon Levy2012-01-131-1/+14
| * client: log command line (rhbz 767581)Alon Levy2012-01-131-0/+7
| * client-x11: Fix building with gcc-4.7Hans de Goede2012-01-132-4/+4
| * smartcard handling: Fix compilation when ASSERT-s are turned onHans de Goede2012-01-131-1/+1
| * server: add support for SPICE_COMMON_CAP_MINI_HEADERYonit Halperin2012-01-124-127/+378
| * configure: spice-protocol >= 0.10.1 (mini header support)Yonit Halperin2012-01-121-1/+1
| * server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-128-71/+99
| * server/red_worker: pass remote caps to display/cursor red_channel_client'sYonit Halperin2012-01-123-12/+68
| * server/red_channel: introduce urgent marshallerYonit Halperin2012-01-122-6/+85
| * spice.proto: add SPICE_MSG_LIST to base channelYonit Halperin2012-01-121-0/+1
| * codegen: Fix enums.h generationHans de Goede2012-01-122-2/+7
| * Do not assume that SPICE is using a TCP socketDaniel P. Berrange2012-01-091-2/+4
| * Allow auth to be skipped when attaching to pre-accepted clientsDaniel P. Berrange2012-01-092-10/+15
| * Add APIs for injecting a client connection socketDaniel P. Berrange2012-01-093-4/+33
| * Move SSL setup out of reds_accept_ssl_connectionDaniel P. Berrange2012-01-091-10/+21
| * Rename __reds_accept_connection into reds_init_client_connectionDaniel P. Berrange2012-01-091-13/+18
| * Merge reds_accept_connection into reds_acceptDaniel P. Berrange2012-01-091-18/+8
| * spicevmc: Set sockopt nodelay for usbredir channelsHans de Goede2011-12-221-0/+15
| * server: don't reset the display channel when disconnecting all its clients ,F...Yonit Halperin2011-12-221-12/+6
| * client: screen: fix typo _forec_update_timerUri Lublin2011-12-222-6/+6
* | Merge commit 'a3a3b34a46f57ce86da444532e1db292638a74cd' into 0.10Hans de Goede2012-01-188-18/+21
|\|
| * client: RedScreen::RedScreen: fix initialization order of _menu_needs_updateUri Lublin2011-12-221-1/+1
| * client: foreign-menu: pass "active" param when creating a ForeignMenu (#769020)Uri Lublin2011-12-203-4/+4
| * client: update menu if needed when exiting full-screen mode (#758260)Uri Lublin2011-12-202-1/+7
| * client: menu: make RedWindow::set_menu() return an error-code (#758260)Uri Lublin2011-12-203-5/+14
| * client controller/foreign_menu: use memmove instead of memcpy in readersUri Lublin2011-12-202-2/+2
| * spicevmc: Fix assert when still connected on session disconnect (fdo#43903)Hans de Goede2011-12-181-1/+5