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
/
red_channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-02
server: handling semi-seamless migration in the target side
Yonit Halperin
1
-1
/
+14
2011-11-02
server: set & test channel capabilities in red_channel
Yonit Halperin
1
-11
/
+83
2011-08-25
red_channel: Fix msg buf memleak on parser error
Hans de Goede
1
-0
/
+1
2011-08-23
server/snd_worker.c: add red_channel_client_destroy_dummy
Alon Levy
1
-15
/
+21
2011-08-23
server/red_channel: release channel allocated message buffer
Alon Levy
1
-0
/
+1
2011-08-23
server: registering RedChannel in reds, instead of Channel
Yonit Halperin
1
-140
/
+138
2011-08-23
server/red_channel.c inroducing client_cbs
Yonit Halperin
1
-2
/
+51
2011-08-23
server/red_channel.c: pack all channel callbacks to ChannelCbs
Yonit Halperin
1
-51
/
+32
2011-08-23
server/red_channel: introduce client ring in RedChannel
Alon Levy
1
-45
/
+193
2011-08-23
server/red_channel: add pipe_size helpers
Alon Levy
1
-0
/
+15
2011-08-23
server/red_worker: multiple client support - base split
Alon Levy
1
-12
/
+0
2011-08-23
server/red_tunnel_worker: trivial multi client support
Alon Levy
1
-5
/
+0
2011-08-23
server/red_channel: introduce pipes functions
Alon Levy
1
-4
/
+55
2011-08-23
server/red_channel: ignore error if already shutdown
Alon Levy
1
-0
/
+3
2011-08-23
server/main_channel: move latency and bitrate to channel client
Alon Levy
1
-0
/
+5
2011-08-23
server: Add RedClient
Alon Levy
1
-8
/
+87
2011-08-23
server/red_client: clear pipe on disconnect
Alon Levy
1
-1
/
+1
2011-08-23
server/red_channel: workaround for fast client disconnect bug (TODO - real fix)
Alon Levy
1
-0
/
+5
2011-08-23
server/main_channel: use MainChannel in sig
Alon Levy
1
-2
/
+2
2011-08-23
server: move pipe from RedChannel to RedChannelClient
Alon Levy
1
-59
/
+90
2011-08-23
server/red_channel (all): introduce RedChannelClient
Alon Levy
1
-222
/
+405
2011-08-23
server/red_channel: renames to use _proc postfix consistently
Alon Levy
1
-6
/
+6
2011-05-03
add missing static
Christophe Fergeau
1
-5
/
+5
2011-05-03
add #include <config.h> to all source files
Christophe Fergeau
1
-0
/
+3
2011-03-03
Revert "server/red_channel: red_channel_event: push on blocked"
Marc-André Lureau
1
-6
/
+1
2011-03-02
server/red_channel: move out_bytes_counter from Outgoing to RedChannel
Alon Levy
1
-2
/
+10
2011-03-02
server/red_channel: split Incoming/Outgoing to callback and state
Alon Levy
1
-31
/
+34
2011-03-02
server/red_channel: no opaque in red_channel_peer_on_*_error
Alon Levy
1
-8
/
+4
2011-03-02
server/red_channel: add red_channel_disconnect, use in red_worker
Alon Levy
1
-0
/
+9
2011-03-02
server/red_channel: reset send_data.item to NULL after release
Alon Levy
1
-0
/
+1
2011-03-02
server/red_channel: add red_channel_{,no_}item_being_sent
Alon Levy
1
-2
/
+13
2011-03-02
server/red_channel: add red_channel_send_message_pending
Alon Levy
1
-0
/
+5
2011-03-02
server/red_channel: add red_channel_all_blocked
Alon Levy
1
-0
/
+10
2011-03-02
server/red_channel (all): add red_channel_get_header
Alon Levy
1
-0
/
+5
2011-03-02
server/red_channel: add red_channel_get_first_socket
Alon Levy
1
-0
/
+8
2011-03-02
server/red_channel (+): remove red_channel_add_buf
Alon Levy
1
-6
/
+1
2011-03-02
server/red_channel (all): add red_channel_get_stream
Alon Levy
1
-0
/
+6
2011-03-02
server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATA
Alon Levy
1
-3
/
+37
2011-03-02
server/red_channel (all): add red_channel_get_marshaller
Alon Levy
1
-0
/
+4
2011-03-02
server/red_channel: move SET_ACK to red_channel
Alon Levy
1
-0
/
+27
2011-03-02
server/red_channel: add more ack api
Alon Levy
1
-0
/
+10
2011-03-02
server/red_channel (all): makes red_channel_reset_send_data private
Alon Levy
1
-16
/
+33
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
-24
/
+24
2011-02-28
server: use the new reds_stream_{read,write}
Marc-André Lureau
1
-3
/
+7
2011-02-27
server: use reds_{link,stream}_free()
Marc-André Lureau
1
-2
/
+1
2011-02-27
server: add reds_stream_{read,write,free,remove_watch}()
Marc-André Lureau
1
-1
/
+1
2011-02-27
server: s/RedsStreamContext/RedsStream
Marc-André Lureau
1
-5
/
+5
2011-02-07
server/red_channel: style fix in red_channel_init_send_data
Alon Levy
1
-2
/
+2
2011-02-07
server/red_channel: red_channel_pipe_clear: assert on NULL channel
Alon Levy
1
-1
/
+2
[next]