summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-20mingw: workaround weird openssl build failuremingwChristophe Fergeau1-0/+1
2012-02-20mingw: don't try to redefine allocaChristophe Fergeau1-0/+2
2012-02-20mingw: fix signed/unsigned comparison warningsChristophe Fergeau3-3/+3
2012-02-20mingw: add workaround for _ftime_s issue on mingwChristophe Fergeau1-0/+7
2012-02-20mingw: #ifdef unneeded #define in common.hChristophe Fergeau1-0/+2
2012-02-20mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau4-7/+7
2012-02-15server/tests/basic_event_loop: print something on channel_eventAlon Levy1-1/+2
2012-02-15server, separate SpiceChannelEventInfo from RedStreamAlon Levy3-22/+30
2012-02-15README: make a note of SPICE_DEBUG_ALLOW_MCAlon Levy1-0/+5
2012-02-14Remove all usages of bzero()Dan McGee3-6/+6
2012-02-14Remove extra '\n' from red_printf() callsDan McGee4-9/+9
2012-02-14server/tests: use getopt_longAlon Levy3-22/+32
2012-02-14Adding image to be used as "correct" in regression testsFabiano FidĂȘncio1-0/+0
2012-02-14Adding support to automated testsFabiano FidĂȘncio8-10/+176
2012-02-14Add casts for compatibility purposesDan McGee3-3/+3
2012-02-12server: support IPV6 addresses in channel events sent to qemuYonit Halperin2-4/+23
2012-02-09Fix mandatory -Werror optionErlon Cruz1-2/+1
2012-02-03Handle Application::set_hotkeys failureChristophe Fergeau2-17/+30
2012-01-31Don't use "hw:0,0" for recording with alsaChristophe Fergeau1-1/+1
2012-01-23More comparison between signed and unsigned integer expressions warning fixesHans de Goede2-3/+2
2012-01-23Release 0.10.1Hans de Goede3-2/+10
2012-01-23Fix various comparison between signed and unsigned integer expressions warningsHans de Goede4-9/+9
2012-01-23server/red_channel: red_peer_handle_incoming: comment on null checkAlon Levy1-0/+2
2012-01-23server/tests/test_empty_success: fix warning on bzeroAlon Levy1-0/+2
2012-01-23Use found python binary to check for pyparsingDan McGee1-1/+2
2012-01-23Remove epoll headers from client codeDan McGee2-2/+0
2012-01-23server: don't complain if setsockopt(SO_PRIORITY) call failsNahum Shalman1-1/+7
2012-01-23server/inputs_channel: don't set O_ASYNC option on socketDan McGee1-7/+2
2012-01-23Update .gitignore with a few more generated filesDan McGee5-0/+7
2012-01-23Fix git commit hook errors in red_workerDan McGee1-32/+56
2012-01-23Fix line length errors in main_channelDan McGee1-11/+12
2012-01-22docs/Spice_for_newbies.odt: some updates - added copy paste and wan mention, ...Alon Levy1-0/+0
2012-01-22server/red_channel: avoid segfault if stream == NULLAlon Levy1-0/+4
2012-01-22client/foreign_menu: arm build fixAlon Levy1-1/+1
2012-01-22import existing odt docsAlon Levy5-0/+0
2012-01-18server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede5-7/+19
2012-01-13Add a 'syntax-check' make targetDaniel P. Berrange6-0/+2117
2012-01-13Remove trailing whitespace from end of linesDaniel P. Berrange26-83/+82
2012-01-13Replace test XXX -a YYY with test XXX && test YYYDaniel P. Berrange1-5/+5
2012-01-13Add missing includes of config.hDaniel P. Berrange14-1/+14
2012-01-13Remove bogus include of strings.hDaniel P. Berrange4-4/+0
2012-01-13Remove unused backup fileDaniel P. Berrange1-1413/+0
2012-01-13Remove trailing blank linesDaniel P. Berrange182-184/+1
2012-01-13Remove 'the the' typosDaniel P. Berrange2-2/+2
2012-01-13Remove unused assert.h includeDaniel P. Berrange1-1/+0
2012-01-13Always quote first arg to AC_DEFINEDaniel P. Berrange1-4/+4
2012-01-13Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange4-4/+4
2012-01-13Improve usefulness of README fileDaniel P. Berrange1-9/+77
2012-01-13Fill out the AUTHORS file with some contentDaniel P. Berrange1-0/+33
2012-01-13Remove casts from void * with xrealloc() callsDaniel P. Berrange1-12/+10