summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-03WIP SAVEworkingFrediano Ziglio1-0/+4
2018-07-03function to output log informations on startFrediano Ziglio1-0/+37
2018-07-03optimise H264Frediano Ziglio1-3/+14
2018-07-03WIP stateFrediano Ziglio1-0/+21
2018-07-03XXX reopen syslog connectionFrediano Ziglio1-0/+3
2018-07-03SPLIT TODO/FIXMEFrediano Ziglio1-0/+14
2018-07-03Provide helper to give information to daemonFrediano Ziglio2-0/+46
2018-07-03Implement a daemon/agent separationFrediano Ziglio6-8/+660
2018-07-03Starts/stops the agent based on VT statusFrediano Ziglio4-7/+132
2018-07-03Add file with utilities for XorgFrediano Ziglio4-0/+56
2018-07-02Set default syslog mask to a lower levelSnir Sheriber1-1/+1
2018-07-02Remove unnecessary '\n' in syslog callsLukáš Hrázký2-9/+9
2018-07-02Move register_interrupts() before the try-catch blockLukáš Hrázký1-2/+2
2018-07-02Clean up the global try-catch blockLukáš Hrázký1-8/+5
2018-07-02Make the try-catch block in main() a catch-allLukáš Hrázký1-23/+23
2018-07-02Remove the closelog() callLukáš Hrázký1-1/+0
2018-06-28FrameLog: Use std::chrono instead of gettimeofday for timeLukáš Hrázký1-5/+3
2018-06-28Improve the frame log messagesLukáš Hrázký1-5/+5
2018-06-28Separate the code for logging frames/times into a classLukáš Hrázký4-54/+134
2018-06-25Remove the logmask variableLukáš Hrázký1-4/+2
2018-06-25Improve the invalid option argument (-c) error messageLukáš Hrázký1-1/+1
2018-06-25Remove the arg_error macroLukáš Hrázký1-3/+1
2018-05-31test-stream-port: Remove unused variable 'buf'Frediano Ziglio1-1/+0
2018-05-31Add option to set logging categoriesFrediano Ziglio1-1/+14
2018-05-31Always log statisticsFrediano Ziglio1-2/+1
2018-05-31Enable line buffering instead of full buffering for the logFrediano Ziglio1-0/+3
2018-05-31Add some information to the logFrediano Ziglio1-0/+15
2018-05-22Detect and handle exceptions creating capture engineFrediano Ziglio1-1/+8
2018-05-18Refactor and simplify polling for messages to readLukáš Hrázký1-25/+22
2018-05-18Encapsulate the stream port fd and lockingLukáš Hrázký3-62/+86
2018-05-18Change the mode to NONBLOCK for the virtio portLukáš Hrázký3-7/+64
2018-05-18Fix reading from a closed virtio portLukáš Hrázký3-0/+18
2018-05-18Add a unit test for the stream portLukáš Hrázký3-0/+64
2018-05-18Unify the structure of write_all() and read_all()Lukáš Hrázký2-11/+13
2018-05-18Introduce a WriteError exception for write_all()Lukáš Hrázký4-38/+33
2018-05-18Implement an exception hierarchy for ReadErrorLukáš Hrázký5-3/+63
2018-05-17Add name to an unnamed structureFrediano Ziglio1-1/+1
2018-05-17Move out {read,write}_all() to a separate moduleLukáš Hrázký4-43/+83
2018-05-17Use read_all() to read headers of received messagesLukáš Hrázký1-6/+3
2018-04-26build: Use same options to compile unit testsFrediano Ziglio1-0/+4
2018-04-26Eliminate signed/unsigned warningChristophe de Dinechin1-2/+2
2018-04-20Ensure that plugins cannot bypass version checkChristophe de Dinechin2-5/+17
2018-04-19mjpeg: Remove obsolete version checkChristophe Fergeau1-3/+0
2018-04-05Rename the virtio port to org.spice-space.stream.0Lukáš Hrázký1-1/+1
2018-03-07build: Add --enable-testsChristophe Fergeau1-0/+3
2018-03-07build: Don't use -fvisibility when building the agentChristophe Fergeau1-2/+0
2018-03-06mjpeg-fallback: Ignore not recognized optionsFrediano Ziglio2-6/+3
2018-02-28Replace C-style initialization with shorter C++-styleChristophe de Dinechin1-3/+1
2018-02-28Reformat 'if' statments according to style guideChristophe de Dinechin1-8/+14
2018-02-28Reorder headers according to style guideChristophe de Dinechin1-10/+10