summaryrefslogtreecommitdiffstats
path: root/server/red_tunnel_worker.c
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Various cleanupsAlexander Larsson2010-07-191-6/+5
| | | | | | | | | | | | Remove all uses of @end in the marshaller, instead just using the C struct array-at-end-of-struct. To make this work we also remove all use of @end for switches (making them C unions). We drop the zero member of the notify message so that we can avoid this use of @end for a primitive in the marshaller (plus its useless to send over the wire). We change the offsets and stuff in the migration messages to real pointers.
* Missed some misspelling fixesAlexander Larsson2010-07-081-11/+11
|
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-18/+18
|
* complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann2010-05-191-11/+14
|
* s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann2010-05-191-2/+3
|
* minor timer interface cleanups.Gerd Hoffmann2010-05-191-3/+2
| | | | | | Make the timer interface largely look like the watch interface. Simliar naming convention for the functions (timer_*) and a opaque SpiceTimer type.
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-12/+12
|
* Use spice allocator in server/Alexander Larsson2010-03-111-55/+14
|
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-18/+18
|
* Use the new header namesAlexander Larsson2010-02-041-1/+1
| | | | | | I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-112/+112
| | | | | | 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/+3510