summaryrefslogtreecommitdiffstats
path: root/server/reds.h
Commit message (Collapse)AuthorAgeFilesLines
...
* server: reds/inputs_channel: move some structs to inputs_channelAlon Levy2010-12-071-12/+0
|
* server: introduce inputs_channel, split from reds.cAlon Levy2010-12-071-0/+8
|
* server: add channel notifications.Gerd Hoffmann2010-10-121-0/+2
| | | | | | | | | | | | | This patch adds a channel event callback to the spice core interface. This new callback will be called for three events: (1) A new connection has been established. (2) The channel is ready (i.e. authentication is done, link message verification passed all tests, channel is ready to use). (3) Channel was disconnected. Qemu will use this to send notifications to the management app.
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-1/+1
|
* complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann2010-05-191-1/+2
|
* NetWireInterface: redesignGerd Hoffmann2010-05-191-0/+4
|
* TabletInterface: redesignGerd Hoffmann2010-05-191-0/+4
|
* QXL: redesign.Gerd Hoffmann2010-05-191-0/+5
|
* MouseInterface: redesignGerd Hoffmann2010-05-191-0/+4
|
* KeyboardInterface: redesign.Gerd Hoffmann2010-05-191-0/+4
| | | | | | | | | This is the direction I wanna take with all interfaces: Clearly separate interface (aka version information and function pointers) and state information. SpiceKbdInterface defines the interface, SpiceKbdInstance maintains per-instance state information. Keyboard hasn't much beside a pointer to SpiceKbdInterface, for other interfaces this very likely will be different.
* s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann2010-05-191-1/+1
|
* new watch api: switch liasync readGerd Hoffmann2010-05-191-0/+1
|
* fix visibilityGerd Hoffmann2010-05-191-0/+2
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* tunnelYonit Halperin2009-10-181-0/+3
|
* fresh startYaniv Kamay2009-10-141-0/+70