index
:
~teuf/spice
0.12
0.8
ack
celt
char-device
char-device-new
char-device-upstream
char-device-vdi-port
clientcbs
flush_commands
glz
gnutls
group_id
gst
hack
listen
master
mingw
multiclient
opus
replay
replay-rebase
tls-min-version
vfuncs
wip/qxl-renames
teuf's spice git repository
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
reds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-13
server: rename files
Marc-André Lureau
1
-6
/
+6
2014-02-13
server: move enum and struct away from red_common
Marc-André Lureau
1
-1
/
+1
2014-02-13
server: remove OpenGL
Marc-André Lureau
1
-4
/
+0
2014-02-13
worker: remove need for WorkerInitData
Marc-André Lureau
1
-2
/
+42
2014-02-13
server: dispatcher_init/dispatcher_new
Marc-André Lureau
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
2014-01-20
Move sync_write* to reds_stream.h
Christophe Fergeau
1
-55
/
+25
2014-01-20
Add reds_stream.[ch]
Christophe Fergeau
1
-180
/
+1
2013-12-12
Use TLS version 1.0 or better
David Jaša
1
-1
/
+4
2013-10-30
Fix buffer overflow when decrypting client SPICE ticket
Christophe Fergeau
1
-12
/
+32
2013-10-28
Remove tunneling support
Christophe Fergeau
1
-26
/
+0
2013-10-08
reds: remove dead code
Marc-André Lureau
1
-33
/
+0
2013-10-08
reds: Fix 'asyc' typo
Christophe Fergeau
1
-23
/
+23
2013-10-08
Fix 'recive' typo throughout the code base
Christophe Fergeau
1
-36
/
+36
2013-10-07
server: set dispatcher before calling attache_worker
Marc-André Lureau
1
-1
/
+1
2013-08-14
main_channel: monitoring client connection status
Yonit Halperin
1
-2
/
+1
2013-07-29
reds: s/red_client_disconnect/red_channel_client_shutdown inside callbacks
Yonit Halperin
1
-3
/
+4
2013-07-29
decouple disconnection of the main channel from client destruction
Yonit Halperin
1
-0
/
+1
2013-07-16
syntax-check: s/the the/the/ in a comment
Uri Lublin
1
-1
/
+1
2013-06-06
server: Add support for filtering out agent file-xfer msgs (rhbz#961848)
Hans de Goede
1
-4
/
+17
2013-05-19
Log actual address spice-server binds to
Christophe Fergeau
1
-5
/
+10
2013-05-08
reds: fix memory leak when core->base.minor_version < 3
Yonit Halperin
1
-3
/
+2
2013-05-08
reds: move handle_channel_event logic from main_dispatcher to reds
Yonit Halperin
1
-5
/
+14
2013-05-01
reds: fix not sending the mm-time after migration when there is no audio play...
Yonit Halperin
1
-4
/
+14
2013-04-22
reds: support mm_time latency adjustments
Yonit Halperin
1
-1
/
+27
2013-03-15
inputs-channel: Handle printing of insecure keyboard notify
Hans de Goede
1
-5
/
+0
2013-03-15
main-channel: Make main_channel_push_notify deal with dynamic memory
Hans de Goede
1
-2
/
+1
2013-03-07
server/reds: Send the agent a CLIENT_DISCONNECTED msg on client disconnect
Hans de Goede
1
-1
/
+23
2012-12-12
reds: Use g_strlcpy instead of strncpy
Christophe Fergeau
1
-15
/
+17
2012-12-12
Fail reds_init_socket when getaddrinfo fails
Christophe Fergeau
1
-0
/
+1
2012-12-12
Make sure strncpy'ed string are 0-terminated
Christophe Fergeau
1
-2
/
+2
2012-12-05
server: add "port" channel support
Marc-André Lureau
1
-1
/
+10
2012-11-30
agent: fix mishandling of agent data received from the client after agent dis...
Yonit Halperin
1
-6
/
+22
2012-11-26
reds.c: fix calls to spice_marshaller_add_ref with ptr to memory that might b...
Yonit Halperin
1
-10
/
+14
2012-11-04
Revert "server: add websockets support via libwebsockets"
Alon Levy
1
-52
/
+27
2012-10-25
server: add websockets support via libwebsockets
Alon Levy
1
-27
/
+52
2012-10-25
server/reds.c: split off reds-private.h
Alon Levy
1
-176
/
+4
2012-09-20
reds: Report an error when reds_char_device_add_state fails
Christophe Fergeau
1
-0
/
+1
2012-09-20
reds: Check errors returned from SSL_CTX_set_cipher_list
Christophe Fergeau
1
-1
/
+3
2012-09-20
reds: Report errors from load_dh_params
Christophe Fergeau
1
-3
/
+10
2012-09-20
reds: Check reds_init_ssl errors
Christophe Fergeau
1
-1
/
+3
2012-09-20
reds: report SSL initialization errors
Christophe Fergeau
1
-1
/
+7
2012-09-20
reds_init_net: report errors on watch setup failures
Christophe Fergeau
1
-0
/
+3
[next]