index
:
~jjongsma/spice-server
master
refactory
refactory-review
replay
replay-rebase
review
vsock
Jonathon's spice-server branches
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
red-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-01
5a35888b85122a80a12919a428396faa4d62b4b8 Convert RedClient to GObject
Jonathon Jongsma
1
-235
/
+11
2016-09-01
a393ee42bbe4bb6f48d877c1916b889e3c779a3d Re-arrange channel client creation t...
Jonathon Jongsma
1
-2
/
+24
2016-09-01
Convert RedChannel heirarchy to GObject
Jonathon Jongsma
1
-211
/
+438
2016-09-01
Move RedChannelClient to separate file
Jonathon Jongsma
1
-1625
/
+34
2016-08-30
Don't poke RedChannelClient::send_data from RedChannel
Jonathon Jongsma
1
-7
/
+7
2016-08-30
Add red_channel_client_(set|is)_destroying()
Jonathon Jongsma
1
-1
/
+11
2016-08-30
Add red_channel_client_get_channel()
Jonathon Jongsma
1
-3
/
+14
2016-06-15
Fix missing prototypes
Pavel Grunt
1
-2
/
+2
2016-05-31
Replace RedClient::channels with GList
Jonathon Jongsma
1
-23
/
+28
2016-05-24
RedChannel: Add FOREACH_CLIENT and use it to iterate
Jonathon Jongsma
1
-25
/
+15
2016-05-24
Replace RedChannel::clients with GList
Jonathon Jongsma
1
-111
/
+82
2016-05-24
Introduce SPICE_UPCAST macro
Frediano Ziglio
1
-2
/
+2
2016-05-21
make red_pipe_item_init_full more typesafe
Frediano Ziglio
1
-2
/
+4
2016-05-21
Use a marker instead of checking a RedPipeItem presence
Frediano Ziglio
1
-4
/
+26
2016-05-21
Handle reference for RedPipeItem in RedChannel
Frediano Ziglio
1
-1
/
+1
2016-05-21
Remove RedChannel::hold_item callback
Frediano Ziglio
1
-2
/
+2
2016-05-20
Remove 'peer' from name of channel client methods
Jonathon Jongsma
1
-9
/
+9
2016-05-20
let compiler manage the copy in a more typesafe way
Frediano Ziglio
1
-1
/
+1
2016-05-19
Add red_client_seamless_migration_done_for_channel()
Jonathon Jongsma
1
-12
/
+22
2016-05-17
Use reference counting for RedPipeItem
Frediano Ziglio
1
-1
/
+1
2016-05-17
Reuse red_channel_client_release_sent_item function
Frediano Ziglio
1
-4
/
+1
2016-05-17
Make red_channel_client_clear_sent_item static
Frediano Ziglio
1
-1
/
+1
2016-05-17
Remove red_channel_client_release_item
Frediano Ziglio
1
-12
/
+6
2016-05-17
Remove release_item callback
Frediano Ziglio
1
-18
/
+1
2016-05-17
Use a default release_item implementation in RedChannel
Frediano Ziglio
1
-1
/
+9
2016-05-09
use #include<> style for spice-common header inclusions.
Frediano Ziglio
1
-2
/
+2
2016-04-29
Call public RedClient API instead of poking internals
Jonathon Jongsma
1
-2
/
+2
2016-04-29
Don't touch RedClient internals from RedChannelClient
Jonathon Jongsma
1
-5
/
+10
2016-04-27
Rename all RedPipeItem subclasses
Jonathon Jongsma
1
-17
/
+17
2016-04-27
Rename PipeItem to RedPipeItem
Jonathon Jongsma
1
-27
/
+28
2016-04-15
Add reference counting to PipeItem class
Christophe Fergeau
1
-6
/
+0
2016-04-12
red-channel: make red_client_{ref,unref} thread safe
Frediano Ziglio
1
-2
/
+2
2016-03-17
Remove red_channel_set_data()
Christophe Fergeau
1
-9
/
+4
2016-03-10
Rename red_channel_pipe_item_init to pipe_item_init
Christophe Fergeau
1
-3
/
+3
2016-02-23
constify some global variables
Frediano Ziglio
1
-16
/
+16
2016-02-16
Remove global main_dispatcher variable
Jonathon Jongsma
1
-1
/
+3
2016-02-16
Add red_channel_get_server()
Jonathon Jongsma
1
-0
/
+5
2016-02-15
Add RedsState arg to all stat functions
Jonathon Jongsma
1
-3
/
+2
2016-02-12
Store a reference to RedsState in Channel base class
Jonathon Jongsma
1
-10
/
+14
2016-02-11
channel: rename misleading functions
Frediano Ziglio
1
-3
/
+3
2016-02-11
Add reference to server in RedClient
Jonathon Jongsma
1
-2
/
+3
2016-02-09
red-channel: return number of created pipe items
Marc-André Lureau
1
-6
/
+13
2016-02-05
channel: fix typo in comment
Frediano Ziglio
1
-1
/
+1
2016-02-03
worker: push data when clients can receive them
Frediano Ziglio
1
-21
/
+18
2016-02-02
red-channel: send marshaller message fd
Frediano Ziglio
1
-0
/
+14
2016-01-22
channel: do not call pipe_add with null items
Marc-Andre Lureau
1
-2
/
+4
2016-01-22
channel: document pipes_create_batch() function
Marc-Andre Lureau
1
-4
/
+12
2016-01-20
Change some functions to take RedsState arg
Jonathon Jongsma
1
-1
/
+1
2016-01-20
channel: do not free rcc->stream in red_channel_client_disconnect
Frediano Ziglio
1
-3
/
+7
2016-01-14
channel: simplify red_channel_client_send_item
Frediano Ziglio
1
-10
/
+3
[next]