index
:
~alon/spice
0.8.2.candidate
0.8.for.teuf
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
features/driver-server-monitors-config
features/record-replay-qxl-hack
fixup_red_channels
glz
master
mc.v7
old/aggregate-many-marshallers
old/aggregate-one-marshaller
opus
red_channel_refactor
s3.v1
s3.wip
server_multi_client.v3
server_multi_client.v4
server_multi_client.v5.mid
server_multi_client.v6
server_redhat
smart_card_channel.v5.wip
update_area_async_dirty
wip/dtrace
wip/replay
wip/shared-memory
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
red_channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
Fix test_capability() typo
Christophe Fergeau
1
-7
/
+7
2014-01-20
Add reds_stream.[ch]
Christophe Fergeau
1
-0
/
+1
2013-10-28
Silence gcc false positive with -Wuninitialized
Christophe Fergeau
1
-0
/
+6
2013-09-26
red_channel: cleanup of red_channel_client blocking methods
Yonit Halperin
1
-37
/
+36
2013-08-14
red_channel: add option to monitor whether a channel client is alive
Yonit Halperin
1
-0
/
+119
2013-08-14
red_channel: add on_input callback for tracing incoming bytes
Yonit Halperin
1
-0
/
+7
2013-08-14
server: s/red_wait_all_sent/red_channel_wait_all_sent/
Alon Levy
1
-1
/
+1
2013-08-14
server: move three functions to red_channel
Alon Levy
1
-0
/
+106
2013-07-29
log: improve debug information related to client disconnection
Yonit Halperin
1
-3
/
+6
2013-07-29
red_channel: add ref count to RedClient
Yonit Halperin
1
-3
/
+20
2013-07-29
red_channel: prevent adding and pushing pipe items after a channel_client has...
Yonit Halperin
1
-6
/
+24
2013-07-28
server/red_channel: fix unused variable
Alon Levy
1
-10
/
+13
2013-07-22
TIOCOUTQ -> SIOCOUTQ and portability ifdefs
Nahum Shalman
1
-2
/
+11
2013-07-16
red_channel: replace RING_FOREACH with RING_FOREACH_SAFE in some places
Uri Lublin
1
-4
/
+4
2013-07-05
Use RING_FOREACH_SAFE in red_channel.c functions which are missing it
David Gibson
1
-4
/
+4
2013-06-24
spice: silencing most of the ping/pong logging
Yonit Halperin
1
-11
/
+2
2013-05-24
red_channel: replace an assert upon threads mismatch with a warning
Yonit Halperin
1
-3
/
+25
2013-05-08
red_channel: notify and shutdown a channel client when its handle_migrate_dat...
Yonit Halperin
1
-2
/
+5
2013-05-01
red_channel: on migration target, start sending ping messages only after the ...
Yonit Halperin
1
-1
/
+15
2013-05-01
red_channel: stop sending ping messages after migration has completed
Yonit Halperin
1
-0
/
+5
2013-04-30
red_channel: fix not handling self pipe items in red_channel_client_release_item
Yonit Halperin
1
-0
/
+3
2013-04-22
red_channel: monitor connection latency using MSG_PING
Yonit Halperin
1
-0
/
+228
2012-08-30
server: freezed->froze, missing whitespace after declarations
Alon Levy
1
-0
/
+1
2012-08-27
red_channel: set send_data.last_sent_serial in red_channel_client_set_message...
Yonit Halperin
1
-0
/
+1
2012-08-27
red_channel: remove unused migrate flag from RedChannel
Yonit Halperin
1
-4
/
+3
2012-08-27
red_channel (dummy): fix not adding dummy RedChannelClient to the client
Yonit Halperin
1
-11
/
+23
2012-08-27
main: send MSG_MIGRATE upon vm migration completion
Yonit Halperin
1
-1
/
+1
2012-08-27
red_channel: introduce PIPE_ITEM_TYPE_EMPTY_MSG
Yonit Halperin
1
-0
/
+39
2012-08-27
seamless migration: migration completion on the destination side
Yonit Halperin
1
-9
/
+98
2012-08-27
red_channel: handle sending SPICE_MSG_MIGRATE
Yonit Halperin
1
-4
/
+34
2012-08-27
red_channel: fix pipe item leak
Yonit Halperin
1
-0
/
+1
2012-08-27
red_channel: add red_channel_test_remote_cap
Yonit Halperin
1
-0
/
+28
2012-06-07
server/red_channel: s/channle/channel
Alon Levy
1
-3
/
+3
2012-05-31
server/red_channel: do not attempt to write if the channel client is disconne...
Yonit Halperin
1
-0
/
+4
2012-05-31
server/red_channel: fix possible access to released channel clients
Yonit Halperin
1
-20
/
+99
2012-05-24
server/red_channel: remove red_channel_client_item_being_sent
Yonit Halperin
1
-19
/
+0
2012-05-21
server/red_channel: prevent creating more than one channel client with the sa...
Yonit Halperin
1
-4
/
+46
2012-03-25
Use the spice-common logging functions
Marc-André Lureau
1
-48
/
+48
2012-03-25
Use the spice-common submodule
Marc-André Lureau
1
-2
/
+4
2012-03-12
red_channel: remove pre_disconnect hook
Hans de Goede
1
-3
/
+0
2012-03-12
red_channel: Use the channel core to remove the stream watch on disconnect
Hans de Goede
1
-0
/
+4
2012-03-10
Ensure all members of ChannelCbs and ClientCbs are either assigned or NULL
Hans de Goede
1
-2
/
+2
2012-02-21
Use standard IOV_MAX definition where applicable
Dan McGee
1
-1
/
+1
2012-02-21
red_worker: reimplement event loop using poll()
Dan McGee
1
-0
/
+3
2012-02-21
Use memcpy call in red_channel_create
Dan McGee
1
-8
/
+1
2012-02-21
Cleanup definitions of disconnect methods
Dan McGee
1
-2
/
+0
2012-02-20
server/spicevmc: Don't destroy the rcc twice
Hans de Goede
1
-0
/
+2
2012-01-23
server/red_channel: red_peer_handle_incoming: comment on null check
Alon Levy
1
-0
/
+2
2012-01-22
server/red_channel: avoid segfault if stream == NULL
Alon Levy
1
-0
/
+4
2012-01-12
server: add support for SPICE_COMMON_CAP_MINI_HEADER
Yonit Halperin
1
-55
/
+164
[next]