summaryrefslogtreecommitdiffstats
path: root/server/cursor-channel.c
Commit message (Expand)AuthorAgeFilesLines
* syntax-check: Add missing #include <config.h>Pavel Grunt2015-11-091-0/+4
* cursor: fix wrong logic when initializing the channelFabiano Fidêncio2015-11-041-1/+1
* Various changes in RedWorker and CursorChannel related to error and warning m...Marc-André Lureau2015-11-041-8/+20
* Store QXLInstance in CursorItemMarc-André Lureau2015-11-031-31/+39
* server: make more of cursor privateMarc-André Lureau2015-11-031-2/+75
* server: make cursor channel privateMarc-André Lureau2015-11-031-1/+23
* Various minor style changes to worker and cursor channelMarc-André Lureau2015-10-301-15/+20
* __new_channel -> red_worker_new_channel()Marc-André Lureau2015-10-301-16/+15
* Make cursor_channel_disconnect a CursorChannel methodMarc-André Lureau2015-10-301-1/+3
* Remove a couple single-use static functionsMarc-André Lureau2015-10-301-8/+1
* CursorChannel* arg in cursor_channel_client_new()Marc-André Lureau2015-10-301-3/+2
* common_channel_client_create -> common_channel_new_clientMarc-André Lureau2015-10-301-9/+9
* Change red_marshall_verb() to accept a VerbItemMarc-André Lureau2015-10-301-2/+2
* Remove unused parameter from cursor_channel_new()Marc-André Lureau2015-10-301-1/+1
* worker: move some cursor code to cursor-channel.cMarc-André Lureau2015-10-291-0/+464