index
:
spice/spice
0.10
0.12
0.14
0.15
0.4
0.6
0.8
master
Unnamed repository; edit this file to name it for gitweb. (mirrored from https://gitlab.freedesktop.org/spice/spice)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
reds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-11
reds: Avoid buffer overflows handling monitor configuration
Frediano Ziglio
1
-0
/
+7
2017-07-11
reds: Avoid integer overflows handling monitor configuration
Frediano Ziglio
1
-0
/
+3
2017-07-11
reds: Disconnect when receiving overly big ClientMonitorsConfig
Frediano Ziglio
1
-2
/
+23
2017-02-28
reds: Check link header magic without waiting for the whole header
Frediano Ziglio
1
-8
/
+20
2017-02-06
Prevent integer overflows in capability checks
Frediano Ziglio
1
-0
/
+8
2017-02-06
Prevent possible DoS attempts during protocol handshake
Frediano Ziglio
1
-1
/
+2
2016-07-28
Call migrate_end_complete() after falling back to switch-host
Marc-André Lureau
1
-0
/
+1
2016-04-14
Revert "Set TCP_KEEPINTVL when enabling TCP keepalive"
Christophe Fergeau
1
-8
/
+0
2016-03-10
Set TCP_KEEPINTVL when enabling TCP keepalive
Christophe Fergeau
1
-0
/
+8
2016-03-10
Remove spice_server_set_keepalive_timeout
Christophe Fergeau
1
-7
/
+0
2016-03-10
Always enable TCP keepalive
Christophe Fergeau
1
-14
/
+26
2016-01-13
channel: add option tcp keepalive timeout to channels
Sunny Shin
1
-0
/
+22
2016-01-07
reds: Do not abort due to wrong header
Pavel Grunt
1
-1
/
+4
2015-12-11
fix spelling mistakes in comments (reseting to resetting & dummym to dummy)
snir sheriber
1
-1
/
+1
2015-08-26
Avoid core calling spice_server_destroy
Frediano Ziglio
1
-2
/
+5
2015-08-11
Fix typo in comments
Jonathon Jongsma
1
-2
/
+2
2015-08-11
Cleanup: move static function declarations out of header
Jonathon Jongsma
1
-0
/
+4
2015-07-29
Adjust to new SpiceImageCompress name
Christophe Fergeau
1
-6
/
+6
2015-07-20
reds: Assure we don't have stale statistic files before trying to create a ne...
Frediano Ziglio
1
-0
/
+1
2015-07-20
server: spice_debug() messages don't need a trailing '\n'.
Francois Gouget
1
-2
/
+2
2015-06-30
Use image compress constants from spice-protocol
Javier Celaya
1
-4
/
+4
2015-06-17
reds: increase listening socket backlog
Marc-André Lureau
1
-1
/
+1
2015-06-16
Add password length check
Cédric Bosdonnat
1
-0
/
+2
2015-06-15
Remove duplicate streaming enumeration
Jonathon Jongsma
1
-1
/
+1
2015-06-11
LZ4: warn if trying to set lz4 but not supported
Javier Celaya
1
-0
/
+8
2015-04-10
ppc: Fix endianness handling in initial SPICE connection
Christophe Fergeau
1
-17
/
+45
2015-01-15
Remove spice-experimental
Marc-André Lureau
1
-18
/
+0
2015-01-15
Do not perform network tests on UNIX socket
Marc-André Lureau
1
-1
/
+3
2015-01-15
reds: add Unix socket support
Marc-André Lureau
1
-6
/
+32
2014-11-27
Rename mm_timer/mm_time
Marc-André Lureau
1
-6
/
+6
2014-11-27
Remove guest side video time-stamping
Marc-André Lureau
1
-13
/
+0
2014-11-24
Don't set SpiceLinkReply::pub_key if client advertises SASL cap
Christophe Fergeau
1
-23
/
+38
2014-11-24
Introduce red_link_info_test_capability()
Christophe Fergeau
1
-3
/
+18
2014-10-14
migration: Don't assert() if MIGRATE_DATA comes before attaching the agent
Uri Lublin
1
-11
/
+28
2014-09-08
clean-up: remove unused function
Marc-André Lureau
1
-5
/
+0
2014-09-08
reds: lookup corresponding channel id
Marc-André Lureau
1
-1
/
+2
2014-04-16
Call correct SASL helper in reds_handle_auth_sasl_step
Christophe Fergeau
1
-1
/
+1
2014-04-16
Remove RedLinkInfo::async_read
Christophe Fergeau
1
-25
/
+19
2014-03-20
Check RSA_generate_key_ex return value
Christophe Fergeau
1
-2
/
+9
2014-03-19
Associate org.spice-space.webdav.0 port to webdav channel
Marc-André Lureau
1
-1
/
+6
2014-03-13
Fix test_capability() typo
Christophe Fergeau
1
-2
/
+2
2014-03-13
Fix typo in log message
Christophe Fergeau
1
-1
/
+1
2014-01-20
Introduce reds_stream_set_channel()
Christophe Fergeau
1
-3
/
+3
2014-01-20
Introduce reds_stream_set_info_flag()
Christophe Fergeau
1
-1
/
+1
2014-01-20
Introduce reds_stream_is_ssl()
Christophe Fergeau
1
-5
/
+5
2014-01-20
Move SASL authentication to reds_stream.h
Christophe Fergeau
1
-423
/
+35
2014-01-20
Move async code to RedsStream
Christophe Fergeau
1
-60
/
+0
2014-01-20
Move stream read/write callbacks to reds_stream.c
Christophe Fergeau
1
-77
/
+0
2014-01-20
Introduce reds_stream_new() helper
Christophe Fergeau
1
-20
/
+2
2014-01-20
reds: Move SSL-related code to RedsStream
Christophe Fergeau
1
-55
/
+30
[next]