summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.10.1Hans de Goede2012-01-233-2/+10
* Fix various comparison between signed and unsigned integer expressions warningsHans de Goede2012-01-234-9/+9
* server/red_channel: red_peer_handle_incoming: comment on null checkAlon Levy2012-01-231-0/+2
* server/tests/test_empty_success: fix warning on bzeroAlon Levy2012-01-231-0/+2
* Use found python binary to check for pyparsingDan McGee2012-01-231-1/+2
* Remove epoll headers from client codeDan McGee2012-01-232-2/+0
* server: don't complain if setsockopt(SO_PRIORITY) call failsNahum Shalman2012-01-231-1/+7
* server/inputs_channel: don't set O_ASYNC option on socketDan McGee2012-01-231-7/+2
* Update .gitignore with a few more generated filesDan McGee2012-01-235-0/+7
* Fix git commit hook errors in red_workerDan McGee2012-01-231-32/+56
* Fix line length errors in main_channelDan McGee2012-01-231-11/+12
* docs/Spice_for_newbies.odt: some updates - added copy paste and wan mention, ...Alon Levy2012-01-221-0/+0
* server/red_channel: avoid segfault if stream == NULLAlon Levy2012-01-221-0/+4
* client/foreign_menu: arm build fixAlon Levy2012-01-221-1/+1
* import existing odt docsAlon Levy2012-01-225-0/+0
* server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede2012-01-185-7/+19
* Add a 'syntax-check' make targetDaniel P. Berrange2012-01-136-0/+2117
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-1326-83/+82
* Replace test XXX -a YYY with test XXX && test YYYDaniel P. Berrange2012-01-131-5/+5
* Add missing includes of config.hDaniel P. Berrange2012-01-1314-1/+14
* 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