summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* client/windows/redc.vcproj: switch to unix EOL (dos2unix)Alon Levy2012-04-181-1001/+1001
* Update win32 generate(1).bat files to match modern usageAric Stewart2012-04-182-4/+4
* we do not need afxres.h included in redc.rcAric Stewart2012-04-181-1/+1
* fix error-path return in snd_set_record_peer()Michael Tokarev2012-04-181-2/+2
* Copy getopt.h from old common/win/my_getopt-1.5/my_getoptAric Stewart2012-04-171-0/+56
* update windows client generate.bat and generate1.batAric Stewart2012-04-172-4/+4
* server: allow failure in getvirtAlon Levy2012-04-055-89/+240
* Replace sprintf with snprintf useChristophe Fergeau2012-04-021-1/+1
* spice-common: update to fix quic-encode warningsMarc-André Lureau2012-03-281-0/+0
* server: export spice_server_is_server_mouse predicateAlon Levy2012-03-263-1/+13
* Remove files moved to spice-commonMarc-André Lureau2012-03-2610-5504/+0
* Copy common/win/my_getopt-1.5/my_getopt client/windowsMarc-André Lureau2012-03-252-21/+352
* Use the spice-common logging functionsMarc-André Lureau2012-03-2521-908/+907
* Use the spice-common submoduleMarc-André Lureau2012-03-25126-27873/+252
* sasl: small refactoring, check memcheck != NULLMarc-André Lureau2012-03-231-10/+8
* Use spice_strdup() to avoid crashing on NULLMarc-André Lureau2012-03-233-10/+10
* server/tests: add resolution changes testerAlon Levy2012-03-222-6/+80
* server/tests/test_display_base: add CommandAlon Levy2012-03-222-45/+101
* server/tests/test_display_base: remove 64bit arch assumptionsAlon Levy2012-03-211-5/+5
* server/red_memslots: don't assume 64 bit environmentAlon Levy2012-03-212-7/+10
* server/red_worker: fix for case where ASSERT is compiled outAlon Levy2012-03-211-2/+1
* server/red_memslots: use QXLPHYSICAL for addressesAlon Levy2012-03-212-3/+3
* server/red_memslots: drop two unused functionsAlon Levy2012-03-212-19/+0
* Don't truncate SPICE_FOREIGN_MENU_SOCKETChristophe Fergeau2012-03-201-5/+8
* Don't limit spice controller socket name to 50 charsChristophe Fergeau2012-03-201-6/+4
* Remove unused Canvas membersChristophe Fergeau2012-03-204-8/+0
* server/red_worker: don't typedef SpiceWatch twiceAlon Levy2012-03-201-2/+2
* red_worker: Check for NULL watchesHans de Goede2012-03-131-2/+13
* server: remove superfluous checkNahum Shalman2012-03-121-3/+0
* server: listen on a pre-opened file descriptorNahum Shalman2012-03-123-0/+23
* server: don't fail on ENOPROTOOPT from setsockoptNahum Shalman2012-03-122-2/+2
* red_channel: remove pre_disconnect hookHans de Goede2012-03-122-4/+0
* red_worker: Rework poll code to use the watch interfaceHans de Goede2012-03-121-91/+79
* red_channel: Use the channel core to remove the stream watch on disconnectHans de Goede2012-03-121-0/+4
* red_worker: Remove ref counting from the EventListener structHans de Goede2012-03-101-34/+2
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-109-21/+15
* server/red_worker: fix use after free for listenersAlon Levy2012-03-061-1/+2
* Use SPICE_FOREIGN_MENU_SOCKET if it's availableMarc-André Lureau2012-03-052-2/+8
* Fix spice-protocol referenceMarc-André Lureau2012-03-051-0/+0
* Send name & uuid to capable clientsMarc-André Lureau2012-03-059-1/+118
* demarshal: fixed-size array are missing __nelementsMarc-André Lureau2012-03-051-1/+1
* server: more logging about certificates usedChristophe Fergeau2012-03-051-4/+10
* Add log for invalid/expired ticketsChristophe Fergeau2012-03-051-0/+5
* mingw: workaround weird openssl build failureChristophe Fergeau2012-03-041-0/+1
* mingw: don't try to redefine allocaChristophe Fergeau2012-03-041-0/+2
* mingw: fix signed/unsigned comparison warningsChristophe Fergeau2012-03-043-3/+3
* mingw: add workaround for _ftime_s issue on mingwChristophe Fergeau2012-03-041-0/+7
* mingw: #ifdef unneeded #define in common.hChristophe Fergeau2012-03-041-0/+2
* mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2012-03-044-7/+7
* build-sys: fix make distcheckMarc-André Lureau2012-03-011-2/+2