summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: rename s/peer/streamMarc-André Lureau2011-02-281-28/+28
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-02-281-4/+6
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-02-271-4/+2
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-8/+8
* server/red_worker: cursor_channel_send_item: don't downcastAlon Levy2011-02-111-3/+5
* server/red_worker: match channel_release_pipe_item_proc to red_channelAlon Levy2011-02-111-9/+10
* server/red_worker: introduce an outgoing struct around out_bytes_counterAlon Levy2011-02-111-4/+6
* server/red_worker: renames to add channel_ prefix and consistent sigAlon Levy2011-02-111-20/+21
* server/red_worker: split cursor_channel_send_itemAlon Levy2011-02-111-42/+45
* server/red_worker: use red_channel begin_send_messageAlon Levy2011-02-111-12/+12
* server/red_worker: add red_channel_init_send_dataAlon Levy2011-02-111-87/+84
* server/red_worker: split display_channel_send_itemAlon Levy2011-02-111-88/+94
* server/red_worker: extract common_release_pipe_item from red_pipe_clearAlon Levy2011-02-111-50/+56
* server/red_worker: use red_channel pipe add versionsAlon Levy2011-02-111-16/+16