summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-03do not exit to see nvidia errors on switchsaveFrediano Ziglio1-2/+2
2018-07-03DEBUG MjpegFrediano Ziglio1-0/+6
2018-07-03SAVE add stream-device.hpp fileFrediano Ziglio3-0/+33
2018-07-03Add a check for command line errors from terminalFrediano Ziglio2-0/+17
2018-07-03Send mouse movements to serverFrediano Ziglio4-0/+60
2018-07-03TODO current we need to have Nvidia, no fallback and program crashFrediano Ziglio1-0/+7
2018-07-03WIP use 2 different processes for stability and not block on VT changesFrediano Ziglio1-0/+46
2018-07-03WIP DEBUG on ConcreteAgentFrediano Ziglio1-0/+9
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 Ziglio4-2/+48
2018-07-03Implement a daemon/agent separationFrediano Ziglio13-10/+698
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-06-06Prepare for v0.2 releaseUri Lublin3-1/+31
2018-06-06spec: some small fixesUri Lublin1-4/+5
2018-06-04ci: Add required xz packageFrediano Ziglio1-1/+1
2018-06-01Install udev ruleFrediano Ziglio3-1/+14
2018-06-01ci: Make sure "make distcheck" worksFrediano Ziglio1-0/+1
2018-06-01ci: Install required autoconf-archive packageFrediano Ziglio1-1/+1
2018-06-01build: Avoid a warning running autoreconfFrediano Ziglio1-0/+1
2018-06-01build: Error out on missing AX_CXX_COMPILE_STDCXX_11Christophe Fergeau1-0/+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