index
:
spice.git
0.10
0.4
0.6
0.8
jjongsma_rebase
master
replay-rebase
Spice
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
red_channel.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
server/spicevmc: Don't destroy the rcc twice
Hans de Goede
2012-02-20
1
-0
/
+1
*
server: add support for SPICE_COMMON_CAP_MINI_HEADER
Yonit Halperin
2012-01-12
1
-4
/
+31
*
server: Limit the access to SpiceDataHeader of messages - only via red_channel.
Yonit Halperin
2012-01-12
1
-14
/
+10
*
server/red_channel: introduce urgent marshaller
Yonit Halperin
2012-01-12
1
-1
/
+26
*
server: handling semi-seamless migration in the target side
Yonit Halperin
2011-11-02
1
-2
/
+4
*
server,proto: tell the clients to connect to the migration target before migr...
Yonit Halperin
2011-11-02
1
-1
/
+1
*
server: set & test channel capabilities in red_channel
Yonit Halperin
2011-11-02
1
-7
/
+26
*
server: fix function prototypes
Christophe Fergeau
2011-09-05
1
-1
/
+1
*
server/snd_worker.c: add red_channel_client_destroy_dummy
Alon Levy
2011-08-23
1
-0
/
+1
*
server: registering RedChannel in reds, instead of Channel
Yonit Halperin
2011-08-23
1
-22
/
+48
*
server/red_channel.c inroducing client_cbs
Yonit Halperin
2011-08-23
1
-0
/
+28
*
server/red_channel.c: pack all channel callbacks to ChannelCbs
Yonit Halperin
2011-08-23
1
-28
/
+20
*
server/red_channel: introduce client ring in RedChannel
Alon Levy
2011-08-23
1
-6
/
+11
*
server/red_channel: add pipe_size helpers
Alon Levy
2011-08-23
1
-0
/
+7
*
server/red_worker: multiple client support - base split
Alon Levy
2011-08-23
1
-2
/
+0
*
server/red_tunnel_worker: trivial multi client support
Alon Levy
2011-08-23
1
-1
/
+1
*
server/red_channel: introduce pipes functions
Alon Levy
2011-08-23
1
-4
/
+14
*
server/main_channel: move ping here from reds.
Alon Levy
2011-08-23
1
-0
/
+2
*
server/main_channel: move latency and bitrate to channel client
Alon Levy
2011-08-23
1
-0
/
+1
*
server: Add RedClient
Alon Levy
2011-08-23
1
-1
/
+24
*
server: move pipe from RedChannel to RedChannelClient
Alon Levy
2011-08-23
1
-9
/
+15
*
server/red_channel (all): introduce RedChannelClient
Alon Levy
2011-08-23
1
-40
/
+69
*
server/red_channel: renames to use _proc postfix consistently
Alon Levy
2011-08-23
1
-12
/
+12
*
server/red_channel: move out_bytes_counter from Outgoing to RedChannel
Alon Levy
2011-03-02
1
-3
/
+5
*
server/red_channel: split Incoming/Outgoing to callback and state
Alon Levy
2011-03-02
1
-11
/
+23
*
server/red_channel: add red_channel_disconnect, use in red_worker
Alon Levy
2011-03-02
1
-0
/
+2
*
server/red_channel: add red_channel_{,no_}item_being_sent
Alon Levy
2011-03-02
1
-0
/
+8
*
server/red_channel: add red_channel_send_message_pending
Alon Levy
2011-03-02
1
-0
/
+3
*
server/red_channel: add red_channel_all_blocked
Alon Levy
2011-03-02
1
-0
/
+6
*
server/red_channel (all): add red_channel_get_header
Alon Levy
2011-03-02
1
-0
/
+7
*
server/red_channel: add red_channel_get_first_socket
Alon Levy
2011-03-02
1
-0
/
+2
*
server/red_channel (+): remove red_channel_add_buf
Alon Levy
2011-03-02
1
-8
/
+3
*
server/red_channel (all): add red_channel_get_stream
Alon Levy
2011-03-02
1
-0
/
+4
*
server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATA
Alon Levy
2011-03-02
1
-2
/
+18
*
server/red_channel (all): add red_channel_get_marshaller
Alon Levy
2011-03-02
1
-0
/
+1
*
server/red_channel: move SET_ACK to red_channel
Alon Levy
2011-03-02
1
-0
/
+11
*
server/red_channel: add more ack api
Alon Levy
2011-03-02
1
-0
/
+3
*
server/red_channel (all): makes red_channel_reset_send_data private
Alon Levy
2011-03-02
1
-2
/
+1
*
server/red_channe: make hold_item take a channel arg
Alon Levy
2011-03-02
1
-1
/
+1
*
server: rename s/peer/stream
Marc-André Lureau
2011-02-28
1
-3
/
+3
*
server: s/RedsStreamContext/RedsStream
Marc-André Lureau
2011-02-27
1
-3
/
+3
*
server/red_channel: export red_channel_send
Alon Levy
2011-02-07
1
-0
/
+1
*
server/red_channel: add red_channel_receive (for red_worker)
Alon Levy
2011-02-07
1
-0
/
+8
*
server/red_channel: unstatic red_channel_pipe_clear (for red_worker)
Alon Levy
2011-02-07
1
-0
/
+4
*
server/red_channel: unstatic red_channel_push (for red_worker)
Alon Levy
2011-02-07
1
-0
/
+6
*
server/red_channel: add public red_channel_default_peer_on_error
Alon Levy
2011-02-07
1
-0
/
+2
*
server/red_channel: add red_channel_pipe_add_after (from red_worker)
Alon Levy
2011-02-07
1
-0
/
+1
*
server/red_channel: make client ack window configurable
Alon Levy
2011-02-07
1
-0
/
+1
*
server/red_channel (tunnel): change sig of red_channel_handle_message
Alon Levy
2011-02-07
1
-1
/
+3
*
server/red_channel: make MAX_SEND_VEC 100
Alon Levy
2011-02-07
1
-1
/
+1
[next]