summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy2011-07-201-4/+21
* server: add QXLInterface::update_area_complete callbackAlon Levy2011-07-201-16/+44
* server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy2011-07-201-8/+4
* server: add async io supportAlon Levy2011-07-201-48/+112
* server/red_worker: remove print on handle_dev_destroy_surfacesAlon Levy2011-07-201-1/+1
* server/red_worker: *_release_item: less frequent debug messagesAlon Levy2011-07-201-2/+2
* server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin2011-07-121-0/+2
* server: fix access to a released drawable. RHBZ #713474Yonit Halperin2011-07-121-2/+9
* server: cursor_channel: releasing pipe items resources when the pipe is clear...Yonit Halperin2011-07-051-9/+34
* server: display_channel: releasing pipe items resources when the pipe is clea...Yonit Halperin2011-07-051-24/+75
* server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin2011-07-051-1/+11
* server: replace redundant code with red_cursor_resetYonit Halperin2011-07-051-47/+24
* server: removing local cursor, this solves RHBZ #714801Yonit Halperin2011-07-051-114/+14
* red_worker: remove 2 empty functionsChristophe Fergeau2011-06-281-12/+0
* server/red_worker: stat_now cleanupAlon Levy2011-05-091-1/+2
* server/red_worker: fix typo (lats_send_time)Alon Levy2011-05-091-4/+4
* remove void * arithmeticChristophe Fergeau2011-05-031-1/+1
* add missing staticChristophe Fergeau2011-05-031-6/+6
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-031-4/+4
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-031-2/+2
* server: use is_primary_surfaceChristophe Fergeau2011-05-021-7/+4
* server/red_worker: use red_channel_pipe_item_initAlon Levy2011-03-021-29/+37
* server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy2011-03-021-2/+2
* server/red_worker: use red_channel_is_connectedAlon Levy2011-03-021-3/+3
* server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy2011-03-021-15/+1
* server/red_worker: remove RedChannel argument from add_buf_from_infoAlon Levy2011-03-021-4/+4
* server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy2011-03-021-5/+5
* server/red_worker: complete removal of send_data.marshaller useAlon Levy2011-03-021-23/+28
* server/red_worker: replace _send_ functions by _marshall_Alon Levy2011-03-021-111/+76
* server/red_channel: add red_channel_send_message_pendingAlon Levy2011-03-021-1/+1
* server/red_channel: add red_channel_all_blockedAlon Levy2011-03-021-5/+5
* server/red_worker: cursor channel: replace _send_ with _marshall_Alon Levy2011-03-021-31/+23
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-021-1/+1
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-18/+45
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-021-122/+156
* server/red_worker: use red_channel_destroyAlon Levy2011-03-021-2/+1
* server/red_channel: move SET_ACK to red_channelAlon Levy2011-03-021-32/+3
* server/red_channel: add more ack apiAlon Levy2011-03-021-7/+5
* server: use red_channel_get_message_serialAlon Levy2011-03-021-6/+1
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-2/+0
* server/red_worker: use red_channelAlon Levy2011-03-021-406/+40
* server/red_worker: introduce red_peer_handle_outgoing and OutgoingHandlerAlon Levy2011-03-021-36/+115
* server/red_worker: introduce common_channel_config_socketAlon Levy2011-03-021-20/+30
* server/red_worker: line width fixAlon Levy2011-03-021-1/+1
* server/red_worker: don't push to NULL channel (called from device input)Alon Levy2011-03-021-1/+4
* server/red_worker: introduce red_channel_pipe_clearAlon Levy2011-03-021-59/+18
* server/red_worker: add red_channel_pushAlon Levy2011-03-021-24/+30
* server/red_worker: add send_itemAlon Levy2011-03-021-3/+11
* server/red_worker: red_channel renamesAlon Levy2011-03-021-58/+58