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