summaryrefslogtreecommitdiffstats
path: root/server/snd_worker.c
Commit message (Expand)AuthorAgeFilesLines
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-07-211-1/+1
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-07-211-9/+9
* server: add reds_channel_dispose()Marc-André Lureau2011-07-211-2/+1
* server: rename s/peer/streamMarc-André Lureau2011-07-211-22/+22
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-07-211-2/+4
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-07-211-2/+2
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-07-211-4/+4
* Add destructor for demarshalled messagesAlexander Larsson2010-06-221-2/+3
* Make sound data @as_ptr to avoid copying dataAlexander Larsson2010-06-181-1/+1
* Use generated demarshallers in serverAlexander Larsson2010-06-181-22/+40
* Convert snd_worker.c to use SpiceMarshaller and generated marshallersAlexander Larsson2010-06-181-145/+94
* sound: code style fixupsGerd Hoffmann2010-05-261-2/+4
* sound channels: restart audio on client reconnect.Gerd Hoffmann2010-05-211-1/+15
* zap vd_interface.hGerd Hoffmann2010-05-191-1/+1
* vd_interface.h cleanups.Gerd Hoffmann2010-05-191-2/+0
* SoundInterfaces: redesignGerd Hoffmann2010-05-191-80/+80
* VDInterface: redesign.Gerd Hoffmann2010-05-191-3/+3
* new watch api: switch soundGerd Hoffmann2010-05-191-11/+21
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* Use spice allocator in server/Alexander Larsson2010-03-111-20/+5
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-8/+8
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-69/+69
* fresh startYaniv Kamay2009-10-141-0/+1300