summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Collapse)AuthorAgeFilesLines
* server: rename s/peer/streamMarc-André Lureau2011-07-211-21/+21
| | | | | | | | This is stylish change again. We are talking about a RedStream object, so let's just name the variable "stream" everywhere, to avoid confusion with a non existent RedPeer object. https://bugs.freedesktop.org/show_bug.cgi?id=34795
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-07-211-3/+7
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=34795
* server: use reds_{link,stream}_free()Marc-André Lureau2011-07-211-2/+1
| | | | | | Be carefull removing the watch before, like __release_link https://bugs.freedesktop.org/show_bug.cgi?id=34795
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-07-211-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=34795
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-07-211-4/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=34795
* server/red_channel: fix segfault on red_channel_destroy if peer already removedAlon Levy2011-07-211-1/+1
|
* server/red_channel: error channel if alloc_msg_buf fails (returns NULL)Alon Levy2011-07-211-0/+5
|
* Fix various misspellingsAlexander Larsson2010-07-081-1/+1
| | | | | | | | | | | | | letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure
* s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann2010-05-191-1/+2
|
* new watch api: switch channelsGerd Hoffmann2010-05-191-21/+20
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-12/+12
|
* Use spice allocator in server/Alexander Larsson2010-03-111-12/+4
|
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-8/+8
| | | | | | This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
* tunnelYonit Halperin2009-10-181-0/+520