summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove tunneling supportChristophe Fergeau2013-10-284-3541/+0
* Silence gcc false positive with -WuninitializedChristophe Fergeau2013-10-281-0/+6
* red_tunnel_worker: Fix build error due to missing monitor_latency argumentAxel Lin2013-10-181-1/+1
* Use hardened linker flags if availableChristophe Fergeau2013-10-101-0/+2
* Fix PlaybackeCommand typoChristophe Fergeau2013-10-091-1/+1
* reds: remove dead codeMarc-André Lureau2013-10-081-33/+0
* reds: Fix 'asyc' typoChristophe Fergeau2013-10-081-23/+23
* Fix 'recive' typo throughout the code baseChristophe Fergeau2013-10-084-63/+63
* Namespace RECEIVE_BUF_SIZEChristophe Fergeau2013-10-083-9/+9
* server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau2013-10-071-24/+32
* server: plug some leaks on errorMarc-André Lureau2013-10-071-2/+7
* server: inputs s/relase/releaseMarc-André Lureau2013-10-071-2/+2
* server: release all pressed keys on client disconnectMarc-André Lureau2013-10-071-7/+35
* server: mark deprecated symbolsMarc-André Lureau2013-10-072-22/+30
* server/tests: avoid using deprecated symbolsMarc-André Lureau2013-10-071-7/+6
* server: set dispatcher before calling attache_workerMarc-André Lureau2013-10-073-7/+10
* server: remove memslot unused functionsMarc-André Lureau2013-10-012-51/+0
* server: remove unused fill_rects_clipMarc-André Lureau2013-09-301-11/+0
* red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin2013-09-261-5/+5
* red_channel: cleanup of red_channel_client blocking methodsYonit Halperin2013-09-263-57/+93
* red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin2013-09-261-12/+18
* build-sys: fix some automake warningMarc-André Lureau2013-09-171-2/+2
* red_parse_qxl: Change spice_error() to spice_warning()Christophe Fergeau2013-09-021-3/+4
* server: bitmap_consistent: replace spice_error with spice_warningUri Lublin2013-09-021-1/+1
* red_worker: fix call to dump_bitmap (too many args)Yonit Halperin2013-08-221-1/+1
* spice_bitmap_utils: fix dump_bitmapYonit Halperin2013-08-221-3/+3
* main_channel: monitoring client connection statusYonit Halperin2013-08-143-9/+23
* red_channel: add option to monitor whether a channel client is aliveYonit Halperin2013-08-142-0/+133
* red_channel: add on_input callback for tracing incoming bytesYonit Halperin2013-08-142-0/+9
* spice_timer_queue: don't call timers repeatedlyYonit Halperin2013-08-141-3/+1
* server: split spice_image_cache from red_workerAlon Levy2013-08-144-157/+177
* server/red_worker: s/image_cache_eaging/image_cache_aging/Alon Levy2013-08-141-2/+2
* server: move surface_format_to_image_type to spice_bitmap_utilsAlon Levy2013-08-143-24/+23
* server: s/red_wait_all_sent/red_channel_wait_all_sent/Alon Levy2013-08-143-5/+5
* server: move three functions to red_channelAlon Levy2013-08-145-119/+134
* server: move bit set/clear utilities out of red_worker.hAlon Levy2013-08-145-19/+28
* server: move dump_bitmap to separate fileAlon Levy2013-08-144-153/+162
* server/red_worker.c:red_process_drawable: rename item to drawableAlon Levy2013-08-141-16/+16
* server/red_worker.c:red_process_drawable: rename drawable to red_drawableAlon Levy2013-08-141-8/+9
* red_worker: mark DRAW_ALL as brokenAlon Levy2013-08-141-0/+1
* red_worker: decrease the timeout when flushing commands and waiting for the c...Yonit Halperin2013-08-061-3/+3
* log: improve debug information related to client disconnectionYonit Halperin2013-07-292-6/+10
* snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...Yonit Halperin2013-07-291-10/+10
* snd_worker: fix memory leak of PlaybackChannelYonit Halperin2013-07-291-5/+4
* reds: s/red_client_disconnect/red_channel_client_shutdown inside callbacksYonit Halperin2013-07-291-3/+4
* decouple disconnection of the main channel from client destructionYonit Halperin2013-07-295-4/+52
* main_dispatcher: add ref count protection to RedClient instancesYonit Halperin2013-07-291-2/+4
* red_channel: add ref count to RedClientYonit Halperin2013-07-292-5/+35
* red_channel: prevent adding and pushing pipe items after a channel_client has...Yonit Halperin2013-07-291-6/+24
* server/red_channel: fix unused variableAlon Levy2013-07-281-10/+13