index
:
~sandmann/spice
a8
render2
setcaps
version
Unnamed repository; edit this file 'description' to name the repository.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
inputs_channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-21
server: handle red_channel_client_create returning NULL
Yonit Halperin
1
-0
/
+3
2012-03-25
Use the spice-common logging functions
Marc-André Lureau
1
-17
/
+17
2012-03-25
Use the spice-common submodule
Marc-André Lureau
1
-2
/
+4
2012-03-12
server: don't fail on ENOPROTOOPT from setsockopt
Nahum Shalman
1
-1
/
+1
2012-03-10
Ensure all members of ChannelCbs and ClientCbs are either assigned or NULL
Hans de Goede
1
-5
/
+2
2012-01-23
server/inputs_channel: don't set O_ASYNC option on socket
Dan McGee
1
-7
/
+2
2012-01-13
Remove trailing blank lines
Daniel P. Berrange
1
-1
/
+0
2012-01-12
server: Limit the access to SpiceDataHeader of messages - only via red_channel.
Yonit Halperin
1
-3
/
+7
2012-01-09
Do not assume that SPICE is using a TCP socket
Daniel P. Berrange
1
-2
/
+4
2011-11-02
server: set & test channel capabilities in red_channel
Yonit Halperin
1
-1
/
+3
2011-09-05
server: fix function prototypes
Christophe Fergeau
1
-1
/
+1
2011-08-25
fix more inverted memset parameters
Hans de Goede
1
-3
/
+3
2011-08-23
server: registering RedChannel in reds, instead of Channel
Yonit Halperin
1
-63
/
+52
2011-08-23
server/red_channel.c: pack all channel callbacks to ChannelCbs
Yonit Halperin
1
-10
/
+13
2011-08-23
server/inputs_channel: support multiple clients
Alon Levy
1
-28
/
+29
2011-08-23
server: Add RedClient
Alon Levy
1
-25
/
+34
2011-08-23
server: move pipe from RedChannel to RedChannelClient
Alon Levy
1
-27
/
+9
2011-08-23
server/red_channel (all): introduce RedChannelClient
Alon Levy
1
-17
/
+22
2011-05-03
add #include <config.h> to all source files
Christophe Fergeau
1
-0
/
+3
2011-03-03
server/input: avoid double free() of RedChannel on disconnect
Marc-André Lureau
1
-8
/
+4
2011-03-02
server/red_channel (+): remove red_channel_add_buf
Alon Levy
1
-1
/
+0
2011-03-02
server/red_channel (all): add red_channel_get_stream
Alon Levy
1
-3
/
+4
2011-03-02
server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATA
Alon Levy
1
-1
/
+4
2011-03-02
server/red_channel (all): add red_channel_get_marshaller
Alon Levy
1
-2
/
+1
2011-03-02
server/inputs_channel: s/PIPE_ITEM_INIT/PIPE_ITEM_INPUTS_INIT/
Alon Levy
1
-3
/
+3
2011-03-02
server/red_channel (all): makes red_channel_reset_send_data private
Alon Levy
1
-1
/
+0
2011-03-02
server/red_channe: make hold_item take a channel arg
Alon Levy
1
-1
/
+1
2011-02-28
server: rename s/peer/stream
Marc-André Lureau
1
-5
/
+5
2011-02-27
server: s/RedsStreamContext/RedsStream
Marc-André Lureau
1
-1
/
+1
2011-02-07
server/red_channel: reflect SpiceDataHeader fields in handle_parsed_proc
Alon Levy
1
-1
/
+1
2011-02-07
server/red_channel: add red_channel_pipe_add_push
Alon Levy
1
-4
/
+4
2011-02-07
server/red_channel: add hold_item (from red_worker)
Alon Levy
1
-0
/
+5
2011-01-16
server/inputs_channel: use outgoing marshaller in red_channel/RedChannel
Alon Levy
1
-58
/
+76
2010-12-07
server/inputs: return NULL on alloc_buf request for too large message
Alon Levy
1
-0
/
+4
2010-12-07
server/inputs_channel: better protection from channel disconnection on keyboa...
Alon Levy
1
-1
/
+1
2010-12-07
server/inputs_channel: s/inputs_channel/g_inputs_channel/
Alon Levy
1
-17
/
+22
2010-12-07
server/inputs_channel: initialize inputs_channel to NULL
Alon Levy
1
-1
/
+1
2010-12-07
server: reds/inputs_channel: move some structs to inputs_channel
Alon Levy
1
-0
/
+12
2010-12-07
server: inputs_channel: use red_channel
Alon Levy
1
-282
/
+125
2010-12-07
server: inputs_channel: s/inputs_state/inputs_channel/
Alon Levy
1
-51
/
+46
2010-12-07
server: introduce inputs_channel, split from reds.c
Alon Levy
1
-0
/
+694