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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-24
server/red_channel: remove red_channel_client_item_being_sent
Yonit Halperin
1
-9
/
+0
2012-03-25
Use the spice-common submodule
Marc-André Lureau
1
-4
/
+5
2012-03-12
red_channel: remove pre_disconnect hook
Hans de Goede
1
-1
/
+0
2012-02-21
Use standard IOV_MAX definition where applicable
Dan McGee
1
-3
/
+8
2012-02-21
red_worker: reimplement event loop using poll()
Dan McGee
1
-0
/
+1
2012-02-20
server/spicevmc: Don't destroy the rcc twice
Hans de Goede
1
-0
/
+1
2012-01-12
server: add support for SPICE_COMMON_CAP_MINI_HEADER
Yonit Halperin
1
-4
/
+31
2012-01-12
server: Limit the access to SpiceDataHeader of messages - only via red_channel.
Yonit Halperin
1
-14
/
+10
2012-01-12
server/red_channel: introduce urgent marshaller
Yonit Halperin
1
-1
/
+26
2011-11-02
server: handling semi-seamless migration in the target side
Yonit Halperin
1
-2
/
+4
2011-11-02
server,proto: tell the clients to connect to the migration target before migr...
Yonit Halperin
1
-1
/
+1
2011-11-02
server: set & test channel capabilities in red_channel
Yonit Halperin
1
-7
/
+26
2011-09-05
server: fix function prototypes
Christophe Fergeau
1
-1
/
+1
2011-08-23
server/snd_worker.c: add red_channel_client_destroy_dummy
Alon Levy
1
-0
/
+1
2011-08-23
server: registering RedChannel in reds, instead of Channel
Yonit Halperin
1
-22
/
+48
2011-08-23
server/red_channel.c inroducing client_cbs
Yonit Halperin
1
-0
/
+28
2011-08-23
server/red_channel.c: pack all channel callbacks to ChannelCbs
Yonit Halperin
1
-28
/
+20
2011-08-23
server/red_channel: introduce client ring in RedChannel
Alon Levy
1
-6
/
+11
2011-08-23
server/red_channel: add pipe_size helpers
Alon Levy
1
-0
/
+7
2011-08-23
server/red_worker: multiple client support - base split
Alon Levy
1
-2
/
+0
2011-08-23
server/red_tunnel_worker: trivial multi client support
Alon Levy
1
-1
/
+1
2011-08-23
server/red_channel: introduce pipes functions
Alon Levy
1
-4
/
+14
2011-08-23
server/main_channel: move ping here from reds.
Alon Levy
1
-0
/
+2
2011-08-23
server/main_channel: move latency and bitrate to channel client
Alon Levy
1
-0
/
+1
2011-08-23
server: Add RedClient
Alon Levy
1
-1
/
+24
2011-08-23
server: move pipe from RedChannel to RedChannelClient
Alon Levy
1
-9
/
+15
2011-08-23
server/red_channel (all): introduce RedChannelClient
Alon Levy
1
-40
/
+69
2011-08-23
server/red_channel: renames to use _proc postfix consistently
Alon Levy
1
-12
/
+12
2011-03-02
server/red_channel: move out_bytes_counter from Outgoing to RedChannel
Alon Levy
1
-3
/
+5
2011-03-02
server/red_channel: split Incoming/Outgoing to callback and state
Alon Levy
1
-11
/
+23
2011-03-02
server/red_channel: add red_channel_disconnect, use in red_worker
Alon Levy
1
-0
/
+2
2011-03-02
server/red_channel: add red_channel_{,no_}item_being_sent
Alon Levy
1
-0
/
+8
2011-03-02
server/red_channel: add red_channel_send_message_pending
Alon Levy
1
-0
/
+3
2011-03-02
server/red_channel: add red_channel_all_blocked
Alon Levy
1
-0
/
+6
2011-03-02
server/red_channel (all): add red_channel_get_header
Alon Levy
1
-0
/
+7
2011-03-02
server/red_channel: add red_channel_get_first_socket
Alon Levy
1
-0
/
+2
2011-03-02
server/red_channel (+): remove red_channel_add_buf
Alon Levy
1
-8
/
+3
2011-03-02
server/red_channel (all): add red_channel_get_stream
Alon Levy
1
-0
/
+4
2011-03-02
server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATA
Alon Levy
1
-2
/
+18
2011-03-02
server/red_channel (all): add red_channel_get_marshaller
Alon Levy
1
-0
/
+1
2011-03-02
server/red_channel: move SET_ACK to red_channel
Alon Levy
1
-0
/
+11
2011-03-02
server/red_channel: add more ack api
Alon Levy
1
-0
/
+3
2011-03-02
server/red_channel (all): makes red_channel_reset_send_data private
Alon Levy
1
-2
/
+1
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
-3
/
+3
2011-02-27
server: s/RedsStreamContext/RedsStream
Marc-André Lureau
1
-3
/
+3
2011-02-07
server/red_channel: export red_channel_send
Alon Levy
1
-0
/
+1
2011-02-07
server/red_channel: add red_channel_receive (for red_worker)
Alon Levy
1
-0
/
+8
2011-02-07
server/red_channel: unstatic red_channel_pipe_clear (for red_worker)
Alon Levy
1
-0
/
+4
2011-02-07
server/red_channel: unstatic red_channel_push (for red_worker)
Alon Levy
1
-0
/
+6
[next]