summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2014-01-02tests: Remove unused variablesChristophe Fergeau2-3/+0
2014-01-02Add support for the Opus codecJeremy White3-32/+112
2014-01-02Revise the spice client and server to use the new snd_codec functions in spic...Jeremy White2-122/+85
2013-12-12Use TLS version 1.0 or betterDavid Jaša1-1/+4
2013-12-11Remove empty red_time.cChristophe Fergeau1-1/+0
2013-12-11Add red_time.h to Makefile.amChristophe Fergeau1-0/+1
2013-10-30Fix buffer overflow when decrypting client SPICE ticketChristophe Fergeau1-12/+32
2013-10-28Remove tunneling supportChristophe Fergeau4-3541/+0
2013-10-28Silence gcc false positive with -WuninitializedChristophe Fergeau1-0/+6
2013-10-18red_tunnel_worker: Fix build error due to missing monitor_latency argumentAxel Lin1-1/+1
2013-10-10Use hardened linker flags if availableChristophe Fergeau1-0/+2
2013-10-09Fix PlaybackeCommand typoChristophe Fergeau1-1/+1
2013-10-08reds: remove dead codeMarc-André Lureau1-33/+0
2013-10-08reds: Fix 'asyc' typoChristophe Fergeau1-23/+23
2013-10-08Fix 'recive' typo throughout the code baseChristophe Fergeau4-63/+63
2013-10-08Namespace RECEIVE_BUF_SIZEChristophe Fergeau3-9/+9
2013-10-07server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau1-24/+32
2013-10-07server: plug some leaks on errorMarc-André Lureau1-2/+7
2013-10-07server: inputs s/relase/releaseMarc-André Lureau1-2/+2
2013-10-07server: release all pressed keys on client disconnectMarc-André Lureau1-7/+35
2013-10-07server: mark deprecated symbolsMarc-André Lureau2-22/+30
2013-10-07server/tests: avoid using deprecated symbolsMarc-André Lureau1-7/+6
2013-10-07server: set dispatcher before calling attache_workerMarc-André Lureau3-7/+10
2013-10-01server: remove memslot unused functionsMarc-André Lureau2-51/+0
2013-09-30server: remove unused fill_rects_clipMarc-André Lureau1-11/+0
2013-09-26red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin1-5/+5
2013-09-26red_channel: cleanup of red_channel_client blocking methodsYonit Halperin3-57/+93
2013-09-26red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin1-12/+18
2013-09-17build-sys: fix some automake warningMarc-André Lureau1-2/+2
2013-09-02red_parse_qxl: Change spice_error() to spice_warning()Christophe Fergeau1-3/+4
2013-09-02server: bitmap_consistent: replace spice_error with spice_warningUri Lublin1-1/+1
2013-08-22red_worker: fix call to dump_bitmap (too many args)Yonit Halperin1-1/+1
2013-08-22spice_bitmap_utils: fix dump_bitmapYonit Halperin1-3/+3
2013-08-14main_channel: monitoring client connection statusYonit Halperin3-9/+23
2013-08-14red_channel: add option to monitor whether a channel client is aliveYonit Halperin2-0/+133
2013-08-14red_channel: add on_input callback for tracing incoming bytesYonit Halperin2-0/+9
2013-08-14spice_timer_queue: don't call timers repeatedlyYonit Halperin1-3/+1
2013-08-14server: split spice_image_cache from red_workerAlon Levy4-157/+177
2013-08-14server/red_worker: s/image_cache_eaging/image_cache_aging/Alon Levy1-2/+2
2013-08-14server: move surface_format_to_image_type to spice_bitmap_utilsAlon Levy3-24/+23
2013-08-14server: s/red_wait_all_sent/red_channel_wait_all_sent/Alon Levy3-5/+5
2013-08-14server: move three functions to red_channelAlon Levy5-119/+134
2013-08-14server: move bit set/clear utilities out of red_worker.hAlon Levy5-19/+28
2013-08-14server: move dump_bitmap to separate fileAlon Levy4-153/+162
2013-08-14server/red_worker.c:red_process_drawable: rename item to drawableAlon Levy1-16/+16
2013-08-14server/red_worker.c:red_process_drawable: rename drawable to red_drawableAlon Levy1-8/+9
2013-08-14red_worker: mark DRAW_ALL as brokenAlon Levy1-0/+1
2013-08-06red_worker: decrease the timeout when flushing commands and waiting for the c...Yonit Halperin1-3/+3
2013-07-29log: improve debug information related to client disconnectionYonit Halperin2-6/+10
2013-07-29snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...Yonit Halperin1-10/+10