summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 latest warnings.m4 from gnulibChristophe Fergeau2013-10-101-20/+62
* Use hardened linker flags if availableChristophe Fergeau2013-10-104-0/+71
* Don't ignore all of m4/ in .gitignoreChristophe Fergeau2013-10-101-1/+5
* Fix PlaybackeCommand typoChristophe Fergeau2013-10-091-1/+1
* Fix an overlooked x11 client case.Jeremy White2013-10-091-0/+2
* 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
* Update spice-commonMarc-André Lureau2013-10-071-0/+0
* server: remove memslot unused functionsMarc-André Lureau2013-10-012-51/+0
* cleanup: remove GITVERSIONMarc-André Lureau2013-09-301-0/+0
* server: remove unused fill_rects_clipMarc-André Lureau2013-09-301-11/+0
* spicec: disable stencil test with primary fboMarc-André Lureau2013-09-302-1/+2
* spicec: use pre/post copyMarc-André Lureau2013-09-301-0/+2
* spicec: add sw canvas diff checkMarc-André Lureau2013-09-304-24/+88
* spicec: do not abort if cache errorMarc-André Lureau2013-09-301-1/+2
* spicec: add SPICE_NOGRABMarc-André Lureau2013-09-301-0/+7
* spicec: remove dead GL codeMarc-André Lureau2013-09-302-34/+0
* spicec: use doublebuffer for openglMarc-André Lureau2013-09-305-3/+16
* spicec: fix non-doublebuffer drawingMarc-André Lureau2013-09-303-0/+4
* spicec: use standard opengl 3.0 framebufferMarc-André Lureau2013-09-303-47/+50
* spicec: refresh the display after display resizeMarc-André Lureau2013-09-301-0/+4
* spicec: warn when throwing exceptionMarc-André Lureau2013-09-301-0/+3
* update spice-commonMarc-André Lureau2013-09-301-0/+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-173-3/+3
* Fix _FORTIFY_SOURCE redefine errorDunrong Huang2013-09-101-1/+1
* 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
* client: add some missing USE_GUI define guardsAlon Levy2013-08-291-0/+4
* 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