summaryrefslogtreecommitdiffstats
path: root/server/dcc.h
Commit message (Collapse)AuthorAgeFilesLines
* CommonChannel -> CommonWorkerChannelJonathon Jongsma2015-02-231-2/+2
| | | | | | | Rename this struct to make it clear that it's only the base class for worker channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonWorkerChannelClient.
* Rename red_worker.[ch] to red-worker.[ch]Jonathon Jongsma2015-02-231-1/+1
|
* red_channel: cleanup of red_channel_client blocking methodsYonit Halperin2015-02-231-0/+1
| | | | | | (1) receive timeout as a parameter. (2) add a return value and pass the handling of failures to the calling routine.
* red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin2015-02-231-1/+2
| | | | | | (1) merge 'force' and 'wait_for_outgoing_item' to one parameter. 'wait_for_outgoing_item' is a derivative of 'force'. (2) move the call to red_wait_outgoing_item to red_clear_surface_drawables_from_pipe
* worker: move more stream functionsMarc-André Lureau2015-02-231-0/+2
|
* server: rename filesMarc-André Lureau2015-02-231-3/+3
|
* worker: move dcc_send & marshallers to dcc_send.cMarc-André Lureau2015-02-231-0/+2
|
* worker: move destroy_surface() famillyMarc-André Lureau2015-02-231-0/+2
|
* worker: move display_channel_newMarc-André Lureau2015-02-231-0/+3
|
* worker: move dcc_release_itemMarc-André Lureau2015-02-231-0/+3
|
* worker: move dcc_handle_migrate_dataMarc-André Lureau2015-02-231-0/+5
|
* worker: move dcc_handle_messageMarc-André Lureau2015-02-231-0/+3
|
* worker: move dcc_add_drawable*Marc-André Lureau2015-02-231-0/+17
|
* worker: move dcc_pixmap_cache_addMarc-André Lureau2015-02-231-0/+2
|
* worker: move compress to dcc_compress_image()Marc-André Lureau2015-02-231-0/+30
|
* worker: move dcc_start()Marc-André Lureau2015-02-231-0/+33
|
* worker: start a DisplayChannelClient unitMarc-André Lureau2015-02-231-0/+116