index
:
spice.git
0.10
0.4
0.6
0.8
jjongsma_rebase
master
replay-rebase
Spice
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
smartcard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
server: rename files
Marc-André Lureau
2015-02-23
1
-2
/
+2
*
red_channel: monitor connection latency using MSG_PING
Yonit Halperin
2013-04-22
1
-0
/
+1
*
smartcard.c: avoid marshalling migration data with reference to a memory that...
Yonit Halperin
2012-11-26
1
-1
/
+1
*
red_channel: remove unused migrate flag from RedChannel
Yonit Halperin
2012-08-27
1
-1
/
+0
*
char_device: don't connect a migrated client if the state of the device might...
Yonit Halperin
2012-08-27
1
-7
/
+15
*
smartcard: restore state after migration from migration data
Yonit Halperin
2012-08-27
1
-7
/
+75
*
smartcard migration: send migration data
Yonit Halperin
2012-08-27
1
-5
/
+51
*
smartcard: send MSG_MIGRATE upon vm migration completion
Yonit Halperin
2012-08-27
1
-5
/
+0
*
smartcard: fix PIPE_ITEMs enum indexing
Yonit Halperin
2012-08-27
1
-1
/
+1
*
smartcard: change the timing of attaching a client to SpiceCharDeviceState
Yonit Halperin
2012-08-27
1
-45
/
+75
*
char device migration: don't read or write from/to the device while waiting f...
Yonit Halperin
2012-08-27
1
-1
/
+2
*
red_channel: handle sending SPICE_MSG_MIGRATE
Yonit Halperin
2012-08-27
1
-1
/
+3
*
smartcard: Remove redefinition of typedef 'SmartCardDeviceState'
Yonit Halperin
2012-07-04
1
-2
/
+2
*
smartcard: use SpiceCharDeviceState for writing to the guest device
Yonit Halperin
2012-07-03
1
-22
/
+93
*
smartcard: creating SmartCardChannelClient type
Yonit Halperin
2012-07-03
1
-50
/
+56
*
smartcard: use SpiceCharDeviceState for managing reading from the device
Yonit Halperin
2012-07-03
1
-41
/
+127
*
smartcard: fix an error message
Yonit Halperin
2012-07-03
1
-1
/
+1
*
smartcard: fix calc of remaining data size when reading more than one msg fro...
Yonit Halperin
2012-07-03
1
-1
/
+1
*
server: handle red_channel_client_create returning NULL
Yonit Halperin
2012-05-21
1
-0
/
+3
*
VSCMsgHeader.reader_id is unsigned, so don't check for >= 0
Daniel P. Berrange
2012-04-25
1
-2
/
+1
*
Convert cases of () to (void)
Daniel P. Berrange
2012-04-25
1
-4
/
+4
*
Use the spice-common logging functions
Marc-André Lureau
2012-03-25
1
-12
/
+12
*
Use the spice-common submodule
Marc-André Lureau
2012-03-25
1
-5
/
+5
*
Ensure all members of ChannelCbs and ClientCbs are either assigned or NULL
Hans de Goede
2012-03-10
1
-5
/
+2
*
Rewrite code to avoid triggering warning about casting param to free()
Daniel P. Berrange
2012-01-13
1
-1
/
+2
*
smartcard handling: Fix compilation when ASSERT-s are turned on
Hans de Goede
2012-01-13
1
-1
/
+1
*
server: Limit the access to SpiceDataHeader of messages - only via red_channel.
Yonit Halperin
2012-01-12
1
-7
/
+11
*
server: set & test channel capabilities in red_channel
Yonit Halperin
2011-11-02
1
-1
/
+3
*
fix more inverted memset parameters
Hans de Goede
2011-08-25
1
-3
/
+3
*
server: registering RedChannel in reds, instead of Channel
Yonit Halperin
2011-08-23
1
-49
/
+40
*
server/red_channel.c: pack all channel callbacks to ChannelCbs
Yonit Halperin
2011-08-23
1
-10
/
+10
*
server/smartcard: support multiple clients
Alon Levy
2011-08-23
1
-34
/
+46
*
server: Add RedClient
Alon Levy
2011-08-23
1
-2
/
+2
*
server: move pipe from RedChannel to RedChannelClient
Alon Levy
2011-08-23
1
-1
/
+1
*
server/red_channel (all): introduce RedChannelClient
Alon Levy
2011-08-23
1
-74
/
+73
*
server/smartcard: fix smartcard_channel_send_error
Alon Levy
2011-07-22
1
-25
/
+8
*
server/smartcard: register channel only when hardware is available
Alon Levy
2011-07-05
1
-2
/
+9
*
Revert "server/smartcard: don't register the channel if no hardware emulated"
Alon Levy
2011-06-29
1
-4
/
+1
*
server/smartcard: don't register the channel if no hardware emulated
Alon Levy
2011-06-23
1
-1
/
+4
*
server/smartcard: handle BaseChannel messages
Alon Levy
2011-06-23
1
-0
/
+6
*
server/smartcard: fix use after free
Alon Levy
2011-05-24
1
-1
/
+1
*
add #include <config.h> to all source files
Christophe Fergeau
2011-05-03
1
-0
/
+4
*
add missing "LGPLv2.1 or later" header to source files
Christophe Fergeau
2011-05-02
1
-0
/
+17
*
use foo(void) instead of foo() in prototypes
Christophe Fergeau
2011-05-02
1
-1
/
+1
*
server/red_channel (+): remove red_channel_add_buf
Alon Levy
2011-03-02
1
-13
/
+15
*
server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATA
Alon Levy
2011-03-02
1
-1
/
+4
*
server/red_channel (all): makes red_channel_reset_send_data private
Alon Levy
2011-03-02
1
-1
/
+0
*
server/red_channe: make hold_item take a channel arg
Alon Levy
2011-03-02
1
-1
/
+1
*
server: rename s/peer/stream
Marc-André Lureau
2011-02-28
1
-2
/
+2
*
server: s/RedsStreamContext/RedsStream
Marc-André Lureau
2011-02-27
1
-1
/
+1
[next]