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
/
smartcard.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
-7
/
+7
2016-04-15
smartcard: Use base PipeItem for MsgItem refcounting
Christophe Fergeau
1
-23
/
+12
2016-04-07
Move RedCharDeviceCallbacks into RedCharDeviceClass
Christophe Fergeau
1
-10
/
+10
2016-04-06
smartcard: Turn RedCharDeviceSmartcard into a GObject
Christophe Fergeau
1
-57
/
+71
2016-04-06
Rename SmartCardDeviceState to RedCharDeviceSmartcard
Jonathon Jongsma
1
-130
/
+130
2016-04-01
Rename SpiceCharDeviceCallbacks to RedCharDeviceCallbacks
Frediano Ziglio
1
-1
/
+1
2016-04-01
Rename RedCharDevice functions
Jonathon Jongsma
1
-30
/
+30
2016-04-01
Rename SpiceCharDeviceState to RedCharDevice
Jonathon Jongsma
1
-20
/
+20
2016-04-01
Rename SpiceCharDeviceWriteBuffer to RedCharDeviceWriteBuffer
Jonathon Jongsma
1
-6
/
+6
2016-04-01
Rename SpiceCharDeviceMsgToClient to RedCharDeviceMsgToClient
Jonathon Jongsma
1
-6
/
+6
2016-03-30
smartcard: Prepare to turn SmartcardState into a GObject
Christophe Fergeau
1
-69
/
+73
2016-03-24
make some functions static
Frediano Ziglio
1
-2
/
+2
2016-03-23
Remove last usage of global 'reds' variable
Jonathon Jongsma
1
-6
/
+6
2016-03-17
Remove red_channel_set_data()
Christophe Fergeau
1
-1
/
+1
2016-03-10
smartcard: Move private constant to C file
Christophe Fergeau
1
-0
/
+3
2016-03-10
Rename red_channel_pipe_item_init to pipe_item_init
Christophe Fergeau
1
-4
/
+2
2016-03-09
Introduce spice_char_device_get_interface()
Christophe Fergeau
1
-1
/
+1
2016-02-12
Store a reference to RedsState in Channel base class
Jonathon Jongsma
1
-0
/
+1
2016-02-12
Add RedsState arg to smartcard_device_connect()
Jonathon Jongsma
1
-4
/
+4
2016-02-11
char-device: use local 'reds' variable
Jonathon Jongsma
1
-0
/
+1
2016-02-11
Move 'core' into RedsState struct
Jonathon Jongsma
1
-1
/
+2
2016-01-18
Change some functions to take RedsState arg
Jonathon Jongsma
1
-1
/
+1
2015-12-10
channel: rename red_channel_(client_)waits_* functions
Frediano Ziglio
1
-1
/
+1
2015-12-03
server: rename files
Frediano Ziglio
1
-3
/
+3
2015-12-02
smartcard: include libcacard.h if possible
Marc-André Lureau
1
-0
/
+6
2013-04-22
red_channel: monitor connection latency using MSG_PING
Yonit Halperin
1
-0
/
+1
2012-11-26
smartcard.c: avoid marshalling migration data with reference to a memory that...
Yonit Halperin
1
-1
/
+1
2012-08-27
red_channel: remove unused migrate flag from RedChannel
Yonit Halperin
1
-1
/
+0
2012-08-27
char_device: don't connect a migrated client if the state of the device might...
Yonit Halperin
1
-7
/
+15
2012-08-27
smartcard: restore state after migration from migration data
Yonit Halperin
1
-7
/
+75
2012-08-27
smartcard migration: send migration data
Yonit Halperin
1
-5
/
+51
2012-08-27
smartcard: send MSG_MIGRATE upon vm migration completion
Yonit Halperin
1
-5
/
+0
2012-08-27
smartcard: fix PIPE_ITEMs enum indexing
Yonit Halperin
1
-1
/
+1
2012-08-27
smartcard: change the timing of attaching a client to SpiceCharDeviceState
Yonit Halperin
1
-45
/
+75
2012-08-27
char device migration: don't read or write from/to the device while waiting f...
Yonit Halperin
1
-1
/
+2
2012-08-27
red_channel: handle sending SPICE_MSG_MIGRATE
Yonit Halperin
1
-1
/
+3
2012-07-04
smartcard: Remove redefinition of typedef 'SmartCardDeviceState'
Yonit Halperin
1
-2
/
+2
2012-07-03
smartcard: use SpiceCharDeviceState for writing to the guest device
Yonit Halperin
1
-22
/
+93
2012-07-03
smartcard: creating SmartCardChannelClient type
Yonit Halperin
1
-50
/
+56
2012-07-03
smartcard: use SpiceCharDeviceState for managing reading from the device
Yonit Halperin
1
-41
/
+127
2012-07-03
smartcard: fix an error message
Yonit Halperin
1
-1
/
+1
2012-07-03
smartcard: fix calc of remaining data size when reading more than one msg fro...
Yonit Halperin
1
-1
/
+1
2012-05-21
server: handle red_channel_client_create returning NULL
Yonit Halperin
1
-0
/
+3
2012-04-25
VSCMsgHeader.reader_id is unsigned, so don't check for >= 0
Daniel P. Berrange
1
-2
/
+1
2012-04-25
Convert cases of () to (void)
Daniel P. Berrange
1
-4
/
+4
2012-03-25
Use the spice-common logging functions
Marc-André Lureau
1
-12
/
+12
2012-03-25
Use the spice-common submodule
Marc-André Lureau
1
-5
/
+5
2012-03-10
Ensure all members of ChannelCbs and ClientCbs are either assigned or NULL
Hans de Goede
1
-5
/
+2
2012-01-13
Rewrite code to avoid triggering warning about casting param to free()
Daniel P. Berrange
1
-1
/
+2
[next]