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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
RedsState: replace a couple more Rings with GList
daily-20151005
Jonathon Jongsma
2
-38
/
+27
2015-10-05
Manage lifetime of spicevmc channel
Jonathon Jongsma
1
-1
/
+15
2015-10-05
RedsState: clean up spice_server_char_device_add_interface
Jonathon Jongsma
1
-3
/
+3
2015-10-05
Smartcard: store channel in device
Jonathon Jongsma
1
-9
/
+8
2015-10-05
RedsState: keep weak reference to channels
Jonathon Jongsma
1
-0
/
+14
2015-10-05
Convert RedClient to GObject
Jonathon Jongsma
17
-280
/
+520
2015-10-05
Re-arrange channel client creation to avoid exposing client lock
Jonathon Jongsma
4
-61
/
+32
2015-10-05
Free channels in RedsState destructor
Jonathon Jongsma
1
-0
/
+4
2015-10-05
Convert RedChannel heirarchy to GObject
Jonathon Jongsma
39
-1484
/
+2639
2015-10-05
gobject-ify RedChannelClient heirarchy
Jonathon Jongsma
41
-1604
/
+2923
2015-10-05
Generate GTypes for spice-server enums
Jonathon Jongsma
1
-0
/
+32
2015-10-05
Move CursorChannelClient to separate file
Jonathon Jongsma
5
-111
/
+182
2015-10-05
Move RedChannelClient to separate file
Jonathon Jongsma
22
-1863
/
+2065
2015-10-05
Move CommonWorkerChannelClient to a separate file
Jonathon Jongsma
11
-57
/
+162
2015-10-05
Add missing include to red-pipe-item.h
Jonathon Jongsma
1
-0
/
+1
2015-10-05
Limit direct access to DisplayChannelClient
Jonathon Jongsma
12
-125
/
+214
2015-10-05
Replace RedClient::channels with GList
Jonathon Jongsma
2
-27
/
+29
2015-10-05
rename red_channel_peer_ function to red_channel_client_
Jonathon Jongsma
1
-2
/
+2
2015-10-05
Replace RedChannel::clients with GList
Jonathon Jongsma
8
-209
/
+160
2015-10-05
Move InputsChannelClient to a separate file
Jonathon Jongsma
5
-56
/
+166
2015-10-05
Move MainChannelClient to separate file
Jonathon Jongsma
10
-611
/
+763
2015-10-05
Name MainChannelClient methods consistently
Jonathon Jongsma
3
-22
/
+28
2015-10-05
Change new_pipe_item_t function signature
Jonathon Jongsma
5
-27
/
+27
2015-10-05
Add red_client_seamless_migration_done_for_channel()
Jonathon Jongsma
1
-12
/
+23
2015-10-05
Call public RedClient API instead of poking internals
Jonathon Jongsma
1
-2
/
+2
2015-10-05
Make red_client_remove_channel() a RedClient method
Jonathon Jongsma
1
-6
/
+7
2015-10-05
Don't touch RedClient internals from RedChannelClient
Jonathon Jongsma
1
-5
/
+10
2015-10-05
audio: Remove global 'playback_state' variable
Christophe Fergeau
3
-6
/
+17
2015-10-05
Remove dead code in reds_fill_channels()
Christophe Fergeau
1
-1
/
+0
2015-10-05
Improve Reds/RedMainChannel interface
Christophe Fergeau
3
-12
/
+17
2015-10-05
Add _config_ to SpiceServerConfig accessors
Christophe Fergeau
3
-9
/
+9
2015-10-05
Mark unused public API methods/code as deprecated
Christophe Fergeau
4
-8
/
+14
2015-10-05
Add SpiceServerConfig
Christophe Fergeau
2
-175
/
+186
2015-10-05
Use weak gobject ref instead of reds_on_char_device_state_destroy
Christophe Fergeau
3
-11
/
+12
2015-10-05
Use GQueue for RedCharDevice::send_queue
Christophe Fergeau
1
-46
/
+23
2015-10-05
Remove use of opaque from vdi_port_read_one_msg_from_device
Christophe Fergeau
1
-2
/
+4
2015-10-05
Replace RedCharDevice::on_free_self_token with a signal
Christophe Fergeau
3
-19
/
+41
2015-10-05
char-device: Remove RedCharDeviceClass::{un,}ref_msg_to_client
Christophe Fergeau
5
-38
/
+4
2015-10-05
char-device: Replace SpiceCharDeviceMsgToClient with RedPipeItem
Christophe Fergeau
5
-30
/
+27
2015-10-05
spicevmc: Derive SpiceVmcPipeItem from RedPipeItem
Christophe Fergeau
1
-22
/
+7
2015-10-05
smartcard: Derive MsgItem from RedPipeItem
Christophe Fergeau
1
-24
/
+13
2015-10-05
FIXME/HACK: RedPipeItem/VDIPortBuf refcounting hack
Christophe Fergeau
1
-1
/
+2
2015-10-05
reds: Derive VDIPortReadBuf from RedPipeItem
Christophe Fergeau
1
-35
/
+30
2015-10-05
reds: Put PipeItem first in VDIReadBuf
Christophe Fergeau
1
-1
/
+1
2015-10-05
Introduce simple RedPipeItem class
Christophe Fergeau
6
-18
/
+129
2015-10-05
Remove spice_char_device_state_{un,}ref
Christophe Fergeau
2
-14
/
+11
2015-10-05
RedCharDevice: Add typedef for class virtual functions
Christophe Fergeau
4
-57
/
+24
2015-10-05
Rename red_pipe_item_init to pipe_item_init
Christophe Fergeau
11
-34
/
+34
2015-10-05
Move SpiceCharDeviceCallbacks into RedCharDeviceClass
Christophe Fergeau
5
-126
/
+108
2015-10-05
reds: Remove spice_char_device_state_create()
Christophe Fergeau
2
-50
/
+1
[next]