index
:
~teuf/spice
0.12
0.8
ack
celt
char-device
char-device-new
char-device-upstream
char-device-vdi-port
clientcbs
flush_commands
glz
gnutls
group_id
gst
hack
listen
master
mingw
multiclient
opus
replay
replay-rebase
tls-min-version
vfuncs
wip/qxl-renames
teuf's spice git repository
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-06
audio: Remove global 'playback_state' variable
replay-rebase
Christophe Fergeau
3
-6
/
+17
2015-03-06
Remove unused snd_get_playback_compression() method
Christophe Fergeau
2
-6
/
+0
2015-03-06
Remove dead code in reds_fill_channels()
Christophe Fergeau
1
-1
/
+0
2015-03-06
Improve Reds/RedMainChannel interface
Christophe Fergeau
3
-12
/
+17
2015-03-06
Add _config_ to SpiceServerConfig accessors
Christophe Fergeau
3
-8
/
+8
2015-03-06
Mark unused public API methods/code as deprecated
Christophe Fergeau
4
-8
/
+14
2015-03-06
Add SpiceServerConfig
Christophe Fergeau
2
-174
/
+185
2015-03-06
Use weak gobject ref instead of reds_on_char_device_state_destroy
Christophe Fergeau
3
-11
/
+12
2015-03-06
Use GQueue for RedCharDevice::send_queue
Christophe Fergeau
1
-46
/
+23
2015-03-06
Remove use of opaque from vdi_port_read_one_msg_from_device
Christophe Fergeau
1
-2
/
+4
2015-03-06
Replace RedCharDevice::on_free_self_token with a signal
Christophe Fergeau
3
-19
/
+41
2015-03-06
char-device: Remove RedCharDeviceClass::{un,}ref_msg_to_client
Christophe Fergeau
5
-38
/
+4
2015-03-06
char-device: Replace SpiceCharDeviceMsgToClient with RedPipeItem
Christophe Fergeau
5
-30
/
+27
2015-03-06
spicevmc: Derive SpiceVmcPipeItem from RedPipeItem
Christophe Fergeau
1
-22
/
+7
2015-03-06
smartcard: Derive MsgItem from RedPipeItem
Christophe Fergeau
1
-24
/
+13
2015-03-06
FIXME/HACK: RedPipeItem/VDIPortBuf refcounting hack
Christophe Fergeau
1
-1
/
+2
2015-03-06
reds: Derive VDIPortReadBuf from RedPipeItem
Christophe Fergeau
1
-35
/
+30
2015-03-06
reds: Put PipeItem first in VDIReadBuf
Christophe Fergeau
1
-1
/
+1
2015-03-06
Introduce simple RedPipeItem class
Christophe Fergeau
6
-18
/
+129
2015-03-06
Remove spice_char_device_state_{un,}ref
Christophe Fergeau
2
-14
/
+11
2015-03-06
RedCharDevice: Add typedef for class virtual functions
Christophe Fergeau
4
-57
/
+24
2015-03-06
Rename red_pipe_item_init to pipe_item_init
Christophe Fergeau
11
-34
/
+34
2015-03-06
Move SpiceCharDeviceCallbacks into RedCharDeviceClass
Christophe Fergeau
5
-133
/
+108
2015-03-06
reds: Remove spice_char_device_state_create()
Christophe Fergeau
2
-43
/
+1
2015-03-06
reds: Make VDIPortState a gobject
Christophe Fergeau
3
-228
/
+300
2015-03-06
reds: Make VDIPortState private to reds.c
Christophe Fergeau
2
-110
/
+113
2015-03-06
smartcard: Turn SmartcardState into a GObject
Christophe Fergeau
2
-101
/
+150
2015-03-06
smartcard: Move private constant to C file
Christophe Fergeau
2
-3
/
+3
2015-03-06
spicevmc: Move SpiceVmcState::pipe_item to RedCharDeviceSpiceVmc
Christophe Fergeau
1
-7
/
+6
2015-03-06
spicevmc: Introduce RedCharDeviceSpiceVmc GObject
Christophe Fergeau
1
-14
/
+88
2015-03-06
char-device: Make SpiceCharDeviceState a gobject
Christophe Fergeau
2
-192
/
+404
2015-03-05
char-device: Add helpers for SpiceCharDeviceCallbacks vfuncs
Christophe Fergeau
1
-16
/
+81
2015-03-05
char-device: Refactor spice_char_device_client_add a bit
Christophe Fergeau
1
-19
/
+35
2015-03-05
Rename red_channel_pipe_item_init to red_pipe_item_init
Christophe Fergeau
11
-58
/
+34
2015-03-05
Replace RedsPrivate::mig_wait_disconnect_clients with a GList
Christophe Fergeau
2
-34
/
+9
2015-03-05
Replace RedsPrivate::char_devs_state with a GList
Christophe Fergeau
2
-37
/
+11
2015-03-05
Remove dependency of vdi_port_read_buf_process on RedsState
Christophe Fergeau
1
-7
/
+17
2015-03-05
Introduce spice_char_device_get_interface()
Christophe Fergeau
5
-16
/
+19
2015-03-05
Make use of the new reds_core_timer_* API
Christophe Fergeau
3
-22
/
+22
2015-03-05
Introduce reds_core_timer_*
Christophe Fergeau
2
-0
/
+54
2015-03-05
Introduce reds_core_watch_*
Christophe Fergeau
4
-24
/
+70
2015-03-03
Hook up main_dispatcher_constructed()
Jonathon Jongsma
2
-0
/
+7
2015-03-03
Free dispatchers at exit
Jonathon Jongsma
3
-0
/
+10
2015-03-03
Convert Dispatcher and MainDispatcher to GObjects
Jonathon Jongsma
6
-150
/
+405
2015-03-03
Add GObject to build requirements
Jonathon Jongsma
3
-2
/
+7
2015-03-03
Remove redundant argument to vdi_port_read_buf_process
Christophe Fergeau
1
-4
/
+4
2015-03-03
Fix typo in comment in char-device.h
Christophe Fergeau
1
-1
/
+1
2015-03-03
smartcard: Port to RedsState
Christophe Fergeau
1
-9
/
+11
2015-03-03
add missing license headers to source files
Jonathon Jongsma
29
-0
/
+485
2015-03-03
Remove last usage of global 'reds' variable
Jonathon Jongsma
2
-53
/
+26
[next]