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