summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add configure-time check for -Wl, --version-script optionDan McGee2012-02-212-4/+18
* server/spicevmc: Don't destroy the rcc twiceHans de Goede2012-02-203-3/+6
* server/tests/basic_event_loop: print something on channel_eventAlon Levy2012-02-151-1/+2
* server, separate SpiceChannelEventInfo from RedStreamAlon Levy2012-02-153-22/+30
* README: make a note of SPICE_DEBUG_ALLOW_MCAlon Levy2012-02-151-0/+5
* Remove all usages of bzero()Dan McGee2012-02-143-6/+6
* Remove extra '\n' from red_printf() callsDan McGee2012-02-144-9/+9
* server/tests: use getopt_longAlon Levy2012-02-143-22/+32
* Adding image to be used as "correct" in regression testsFabiano FidĂȘncio2012-02-141-0/+0
* Adding support to automated testsFabiano FidĂȘncio2012-02-148-10/+176
* Add casts for compatibility purposesDan McGee2012-02-143-3/+3
* server: support IPV6 addresses in channel events sent to qemuYonit Halperin2012-02-122-4/+23
* Fix mandatory -Werror optionErlon Cruz2012-02-091-2/+1
* Handle Application::set_hotkeys failureChristophe Fergeau2012-02-032-17/+30
* Don't use "hw:0,0" for recording with alsaChristophe Fergeau2012-01-311-1/+1
* More comparison between signed and unsigned integer expressions warning fixesHans de Goede2012-01-232-3/+2
* 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