summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* server: Move the MJPEG encoder functions to mjpeg_encoder.cFrancois Gouget2015-10-303-75/+78
* server: Move mjpeg_encoder_new() to the end of mjpeg_encoder.cFrancois Gouget2015-10-301-40/+34
* server: Remove an unnecessary cast in encode_frame()Francois Gouget2015-10-301-2/+1
* Remove a couple single-use static functionsMarc-André Lureau2015-10-302-34/+15
* CursorChannel* arg in cursor_channel_client_new()Marc-André Lureau2015-10-303-5/+4
* common_channel_client_create -> common_channel_new_clientMarc-André Lureau2015-10-303-32/+32
* Change red_marshall_verb() to accept a VerbItemMarc-André Lureau2015-10-303-6/+6
* Remove unused parameter from cursor_channel_new()Marc-André Lureau2015-10-303-3/+3
* server: remove undefined declarationFrediano Ziglio2015-10-291-1/+0
* Replace now() with get_mononotonic_time()Marc-André Lureau2015-10-296-56/+22
* utils: add red_get_monotonic_time()Marc-André Lureau2015-10-293-14/+37
* worker: avoid to use constant directly for capabilities sizeFrediano Ziglio2015-10-292-2/+6
* Move red_bitmap_utils.h->tmpl.cMarc-André Lureau2015-10-293-4/+4
* worker: move some cursor code to cursor-channel.cMarc-André Lureau2015-10-295-549/+625
* worker: rename some cursor functionsMarc-André Lureau2015-10-291-15/+15
* worker: change CursorItem memory allocationMarc-André Lureau2015-10-292-54/+11
* worker: remove unused type field from AddBufInfoMarc-André Lureau2015-10-281-11/+1
* worker: fix timer queue creationFrediano Ziglio2015-10-281-4/+4
* server: group worker channel related stuffMarc-André Lureau2015-10-261-2/+5
* worker: remove need for WorkerInitDataMarc-André Lureau2015-10-265-121/+90
* worker: access dispatcher pending field using helper functionsMarc-André Lureau2015-10-264-15/+31
* server: split cache-item.hMarc-André Lureau2015-10-233-15/+41
* server: start separate display/cursor channel headersMarc-André Lureau2015-10-235-262/+314
* server: remove worker->idMarc-André Lureau2015-10-231-5/+3
* build-sys: Adjust to new spice-common spice-deps.m4Christophe Fergeau2015-10-231-2/+2
* remove small leak in MJPEG codeFrediano Ziglio2015-10-231-0/+1
* reduce locking time in async_command_allocFrediano Ziglio2015-10-231-1/+2
* removed unused recv_core fieldFrediano Ziglio2015-10-231-1/+0
* worker: remove useless MESSAGE_READYMarc-André Lureau2015-10-232-13/+7
* dispatcher: style updateMarc-André Lureau2015-10-231-1/+1
* server: remove worker thread creation from dispatcherMarc-André Lureau2015-10-226-27/+50
* server/dispatcher: move worker enums to dispatcher headerMarc-André Lureau2015-10-222-94/+96
* worker: use a single clockidMarc-André Lureau2015-10-211-28/+30
* server: rename red_client_cache.h to cache_item.tmpl.cMarc-André Lureau2015-10-203-3/+3
* Add missing license headersChristophe Fergeau2015-10-1927-0/+460
* syntax-check: Remove unused #include <strings.h>Christophe Fergeau2015-10-191-1/+0
* syntax-check: Add missing #include <config.h>Christophe Fergeau2015-10-194-0/+14
* syntax-check: Don't use tabs for indentationChristophe Fergeau2015-10-194-12/+12
* worker: use GOnce to surround some global init in dispatcherMarc-André Lureau2015-10-192-3/+8
* server: move some pixmap cache code in own fileMarc-André Lureau2015-10-195-359/+364
* fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber2015-10-194-5/+5
* Update the .gitignore files for the new manual,Jeremy White2015-10-162-0/+5
* Remove DRAW_ALLMarc-André Lureau2015-10-161-15/+0
* Remove PIPE_DEBUGMarc-André Lureau2015-10-151-122/+0
* Remove ACYCLIC_SURFACE_DEBUGMarc-André Lureau2015-10-151-15/+0
* Remove unfinished UPDATE_AREA_BY_TREEMarc-André Lureau2015-10-151-110/+0
* server: small move to red_channelMarc-André Lureau2015-10-153-17/+18
* worker: replace init with red_worker_newMarc-André Lureau2015-10-151-5/+5
* red_worker: replace some abort()Marc-André Lureau2015-10-151-1/+2
* Simplify pointer computationFrediano Ziglio2015-10-121-1/+1