index
:
~fziglio/spice-streaming-agent
c3d
save
style3
working
SPICE streanming agent
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
WIP SAVE
working
Frediano Ziglio
1
-0
/
+4
2018-07-03
function to output log informations on start
Frediano Ziglio
1
-0
/
+37
2018-07-03
optimise H264
Frediano Ziglio
1
-3
/
+14
2018-07-03
WIP state
Frediano Ziglio
1
-0
/
+21
2018-07-03
XXX reopen syslog connection
Frediano Ziglio
1
-0
/
+3
2018-07-03
SPLIT TODO/FIXME
Frediano Ziglio
1
-0
/
+14
2018-07-03
Provide helper to give information to daemon
Frediano Ziglio
2
-0
/
+46
2018-07-03
Implement a daemon/agent separation
Frediano Ziglio
6
-8
/
+660
2018-07-03
Starts/stops the agent based on VT status
Frediano Ziglio
4
-7
/
+132
2018-07-03
Add file with utilities for Xorg
Frediano Ziglio
4
-0
/
+56
2018-07-02
Set default syslog mask to a lower level
Snir Sheriber
1
-1
/
+1
2018-07-02
Remove unnecessary '\n' in syslog calls
Lukáš Hrázký
2
-9
/
+9
2018-07-02
Move register_interrupts() before the try-catch block
Lukáš Hrázký
1
-2
/
+2
2018-07-02
Clean up the global try-catch block
Lukáš Hrázký
1
-8
/
+5
2018-07-02
Make the try-catch block in main() a catch-all
Lukáš Hrázký
1
-23
/
+23
2018-07-02
Remove the closelog() call
Lukáš Hrázký
1
-1
/
+0
2018-06-28
FrameLog: Use std::chrono instead of gettimeofday for time
Lukáš Hrázký
1
-5
/
+3
2018-06-28
Improve the frame log messages
Lukáš Hrázký
1
-5
/
+5
2018-06-28
Separate the code for logging frames/times into a class
Lukáš Hrázký
4
-54
/
+134
2018-06-25
Remove the logmask variable
Lukáš Hrázký
1
-4
/
+2
2018-06-25
Improve the invalid option argument (-c) error message
Lukáš Hrázký
1
-1
/
+1
2018-06-25
Remove the arg_error macro
Lukáš Hrázký
1
-3
/
+1
2018-05-31
test-stream-port: Remove unused variable 'buf'
Frediano Ziglio
1
-1
/
+0
2018-05-31
Add option to set logging categories
Frediano Ziglio
1
-1
/
+14
2018-05-31
Always log statistics
Frediano Ziglio
1
-2
/
+1
2018-05-31
Enable line buffering instead of full buffering for the log
Frediano Ziglio
1
-0
/
+3
2018-05-31
Add some information to the log
Frediano Ziglio
1
-0
/
+15
2018-05-22
Detect and handle exceptions creating capture engine
Frediano Ziglio
1
-1
/
+8
2018-05-18
Refactor and simplify polling for messages to read
Lukáš Hrázký
1
-25
/
+22
2018-05-18
Encapsulate the stream port fd and locking
Lukáš Hrázký
3
-62
/
+86
2018-05-18
Change the mode to NONBLOCK for the virtio port
Lukáš Hrázký
3
-7
/
+64
2018-05-18
Fix reading from a closed virtio port
Lukáš Hrázký
3
-0
/
+18
2018-05-18
Add a unit test for the stream port
Lukáš Hrázký
3
-0
/
+64
2018-05-18
Unify the structure of write_all() and read_all()
Lukáš Hrázký
2
-11
/
+13
2018-05-18
Introduce a WriteError exception for write_all()
Lukáš Hrázký
4
-38
/
+33
2018-05-18
Implement an exception hierarchy for ReadError
Lukáš Hrázký
5
-3
/
+63
2018-05-17
Add name to an unnamed structure
Frediano Ziglio
1
-1
/
+1
2018-05-17
Move out {read,write}_all() to a separate module
Lukáš Hrázký
4
-43
/
+83
2018-05-17
Use read_all() to read headers of received messages
Lukáš Hrázký
1
-6
/
+3
2018-04-26
build: Use same options to compile unit tests
Frediano Ziglio
1
-0
/
+4
2018-04-26
Eliminate signed/unsigned warning
Christophe de Dinechin
1
-2
/
+2
2018-04-20
Ensure that plugins cannot bypass version check
Christophe de Dinechin
2
-5
/
+17
2018-04-19
mjpeg: Remove obsolete version check
Christophe Fergeau
1
-3
/
+0
2018-04-05
Rename the virtio port to org.spice-space.stream.0
Lukáš Hrázký
1
-1
/
+1
2018-03-07
build: Add --enable-tests
Christophe Fergeau
1
-0
/
+3
2018-03-07
build: Don't use -fvisibility when building the agent
Christophe Fergeau
1
-2
/
+0
2018-03-06
mjpeg-fallback: Ignore not recognized options
Frediano Ziglio
2
-6
/
+3
2018-02-28
Replace C-style initialization with shorter C++-style
Christophe de Dinechin
1
-3
/
+1
2018-02-28
Reformat 'if' statments according to style guide
Christophe de Dinechin
1
-8
/
+14
2018-02-28
Reorder headers according to style guide
Christophe de Dinechin
1
-10
/
+10
[next]