index
:
~pgrunt/spice
0.12
agentfeatures
cdrom
encoders
manual
master
replay_gst
virgil
Fork of spice server http://cgit.freedesktop.org/spice/spice/
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
reds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-15
char-device: Remove RedCharDeviceClass::{un, }ref_msg_to_client
Christophe Fergeau
1
-14
/
+0
2016-04-15
char-device: Replace RedCharDeviceMsgToClient with PipeItem
Christophe Fergeau
1
-8
/
+8
2016-04-15
reds: Derive VDIPortReadBuf from PipeItem
Christophe Fergeau
1
-36
/
+38
2016-04-11
char-device: Fix el6 compilation
Christophe Fergeau
1
-1
/
+0
2016-04-07
Move RedCharDeviceCallbacks into RedCharDeviceClass
Christophe Fergeau
1
-20
/
+15
2016-04-06
reds: Make VDIPortState a GObject
Christophe Fergeau
1
-89
/
+159
2016-04-06
Rename VDIPortState to RedCharDeviceVDIPort
Jonathon Jongsma
1
-213
/
+213
2016-04-05
gobject: Add g_type_init() for older glibs
Christophe Fergeau
1
-0
/
+3
2016-04-02
reds: Prepare to make VDIPortState a GObject
Christophe Fergeau
1
-195
/
+200
2016-04-02
reds: Make VDIPortState private to reds.c
Christophe Fergeau
1
-58
/
+111
2016-04-01
Rename some missing names related to RedCharDevice
Frediano Ziglio
1
-1
/
+1
2016-04-01
Rename SpiceCharDeviceCallbacks to RedCharDeviceCallbacks
Frediano Ziglio
1
-1
/
+1
2016-04-01
Rename RedCharDevice functions
Jonathon Jongsma
1
-58
/
+58
2016-04-01
Rename SpiceCharDeviceState to RedCharDevice
Jonathon Jongsma
1
-17
/
+17
2016-04-01
Rename SpiceCharDeviceWriteBuffer to RedCharDeviceWriteBuffer
Jonathon Jongsma
1
-2
/
+2
2016-04-01
Rename SpiceCharDeviceMsgToClient to RedCharDeviceMsgToClient
Jonathon Jongsma
1
-6
/
+6
2016-03-24
server: More clearly identify channels that support multiple clients
Francois Gouget
1
-10
/
+9
2016-03-24
remove unused reds_set_mm_time
Frediano Ziglio
1
-10
/
+0
2016-03-23
use constructor/destructor macros
Frediano Ziglio
1
-6
/
+1
2016-03-23
Remove last usage of global 'reds' variable
Jonathon Jongsma
1
-108
/
+84
2016-03-21
Remove dependency of vdi_port_read_buf_process on RedsState
Christophe Fergeau
1
-7
/
+17
2016-03-21
agent: Sync AgentMsgFilter state upon agent connection
Christophe Fergeau
1
-2
/
+8
2016-03-21
Revert "fix regression due to callback called earlier"
Christophe Fergeau
1
-6
/
+12
2016-03-17
Use QXLInstance instead of QXLState in red_qxl_*
Christophe Fergeau
1
-42
/
+45
2016-03-11
Remove spice_server_set_keepalive_timeout
Christophe Fergeau
1
-7
/
+0
2016-03-11
Always enable TCP keepalive
Christophe Fergeau
1
-14
/
+26
2016-03-09
Replace RedsPrivate::mig_wait_disconnect_clients with a GList
Christophe Fergeau
1
-28
/
+7
2016-03-09
Replace RedsPrivate::char_devs_state with a GList
Christophe Fergeau
1
-31
/
+10
2016-03-09
Introduce spice_char_device_get_interface()
Christophe Fergeau
1
-3
/
+3
2016-03-05
Store reference to RedsState in QXLState
Jonathon Jongsma
1
-1
/
+1
2016-03-04
use QXLState instead of RedDispatcher
Frediano Ziglio
1
-42
/
+38
2016-03-04
rename red-dispatcher.* files to red-qxl.*
Frediano Ziglio
1
-1
/
+1
2016-03-04
rename red_dispatcher_ functions to red_qxl_
Frediano Ziglio
1
-16
/
+16
2016-03-03
Introduce reds_core_timer_*
Christophe Fergeau
1
-0
/
+43
2016-03-03
Introduce reds_core_watch_*
Christophe Fergeau
1
-15
/
+51
2016-02-23
use G_N_ELEMENTS instead of manually compute array size
Frediano Ziglio
1
-1
/
+1
2016-02-23
constify some global variables
Frediano Ziglio
1
-2
/
+2
2016-02-19
fix regression due to callback called earlier
Frediano Ziglio
1
-12
/
+6
2016-02-17
reds: remove unneeded variable
Frediano Ziglio
1
-3
/
+1
2016-02-16
Remove redundant argument to vdi_port_read_buf_process
Christophe Fergeau
1
-4
/
+4
2016-02-16
Remove use of global 'reds' from AgentMsgFilter
Jonathon Jongsma
1
-4
/
+10
2016-02-16
Remove use of global 'reds' from sound.c
Jonathon Jongsma
1
-2
/
+2
2016-02-16
Remove global main_dispatcher variable
Jonathon Jongsma
1
-1
/
+6
2016-02-16
Add RedsState reference to RedsStream
Jonathon Jongsma
1
-1
/
+1
2016-02-16
Remove global 'dispatchers', 'num_active_workers' variables
Frediano Ziglio
1
-4
/
+85
2016-02-16
move red_dispatcher_on_vm_stop and red_dispatcher_on_vm_start to RedsState
Frediano Ziglio
1
-4
/
+31
2016-02-16
use list in RedsState for ic_change and sv_change
Frediano Ziglio
1
-2
/
+28
2016-02-16
keep dispatcher list in RedsState
Frediano Ziglio
1
-4
/
+11
2016-02-16
move calc_compression_level to reds
Frediano Ziglio
1
-0
/
+12
2016-02-16
remove num_active_workers
Frediano Ziglio
1
-2
/
+1
[next]