index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcacard
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcacard: do not use full paths for include files in the same dir
Michael Tokarev
2015-04-30
2
-3
/
+3
*
libcacard: stop including qemu-common.h
Paolo Bonzini
2015-04-30
7
-7
/
+22
*
libcacard: stop linking against every single 3rd party library
Daniel P. Berrange
2015-02-10
1
-0
/
+2
*
libcacard: fix resource leak
zhanghailiang
2014-11-14
1
-1
/
+6
*
libcacard: don't free sign buffer while sign op is pending
Ray Strode
2014-10-28
1
-3
/
+7
*
libcacard: Lock NSS cert db when selecting an applet on an emulated card
Ray Strode
2014-10-28
1
-0
/
+5
*
libcacard: introduce new vcard_emul_logout
Ray Strode
2014-10-28
2
-4
/
+13
*
Fix typos and misspellings in comments
zhanghailiang
2014-09-20
1
-2
/
+2
*
vscclient: Add required headers to fix build on FreeBSD
Ed Maste
2014-06-24
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
2014-06-11
4
-64
/
+57
|
\
|
*
libcacard: actually use symbols file
Michael Tokarev
2014-06-10
1
-1
/
+1
|
*
libcacard: replace qemu thread primitives with glib ones
Michael Tokarev
2014-06-10
3
-30
/
+19
|
*
vscclient: use glib thread primitives not qemu
Michael Tokarev
2014-06-10
1
-33
/
+37
*
|
libcacard: Clean up dead stores before g_free()
Markus Armbruster
2014-06-10
2
-6
/
+0
*
|
libcacard: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-10
5
-32
/
+12
|
/
*
libcacard: remove useless initializers
Michael Tokarev
2014-05-26
6
-22
/
+21
*
libcacard: fix wrong array expansion logic
Michael Tokarev
2014-05-26
1
-5
/
+4
*
libcacard/vcard_emul_nss: Drop a redundant conditional
Markus Armbruster
2014-05-24
1
-5
/
+0
*
libcacard: Convert two leftover realloc() to GLib
Markus Armbruster
2014-05-24
2
-16
/
+4
*
libcacard/vreader: Tighten assertion to clarify intent
Markus Armbruster
2014-05-24
1
-1
/
+1
*
libcacard/vreader: Drop broken recovery from failed assertion
Markus Armbruster
2014-05-24
1
-5
/
+3
*
libcacard: Plug memory leaks around vreader_get_reader_list()
Markus Armbruster
2014-05-24
2
-0
/
+5
*
libcacard/vscclient: Bury some dead code
Markus Armbruster
2014-05-24
1
-4
/
+2
*
libcacard: g_malloc cleanups
Michael Tokarev
2014-05-24
6
-46
/
+23
*
libcacard: remove libcacard-specific CFLAGS and LIBS from global vars
Michael Tokarev
2014-05-09
1
-1
/
+0
*
libcacard: remove unnecessary EOL from debug prints
Alon Levy
2014-05-07
1
-2
/
+2
*
libcacard: replace pstrcpy() with memcpy()
Michael Tokarev
2014-05-07
1
-1
/
+2
*
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
1
-1
/
+1
*
libcacard: Don't link with all libraries QEMU links to
Christophe Fergeau
2014-02-09
1
-1
/
+1
*
vscclient: do not add a socket watch if there is not data to send
Marc-André Lureau
2013-12-16
1
-4
/
+6
*
libcacard: Fix compilation for older versions of glib (bug #1258168)
Stefan Weil
2013-12-09
1
-2
/
+2
*
libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)
Stefan Weil
2013-12-02
1
-1
/
+0
*
libcacard/cac: Remove unused statement (value stored is never read)
Stefan Weil
2013-12-02
1
-1
/
+0
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-09-23
1
-1
/
+2
|
\
|
*
libcacard: link against qemu-error.o for error_report()
Stefan Hajnoczi
2013-09-18
1
-1
/
+2
*
|
vscclient: remove unnecessary use of uninitialized variable
Michael Tokarev
2013-09-20
1
-2
/
+1
|
/
*
misc: Fix some typos in names and comments
Stefan Weil
2013-09-01
2
-2
/
+2
*
libcacard: Fix cppcheck warning and remove unneeded code
Stefan Weil
2013-06-21
1
-16
/
+6
*
libcacard/vscclient: fix leakage of socket on error paths
Alon Levy
2013-06-12
1
-2
/
+7
*
libcacard/cac: change big switch functions to single return point
Alon Levy
2013-04-24
1
-21
/
+52
*
libcacard: move atr setting from macro to function
Alon Levy
2013-04-24
4
-16
/
+57
*
libcacard/vreader: add debugging messages for apdu
Alon Levy
2013-04-24
3
-7
/
+85
*
libcacard: change default ATR
Alon Levy
2013-04-24
1
-2
/
+10
*
libcacard: remove default libcoolkey loading
Marc-André Lureau
2013-04-24
1
-16
/
+1
*
libcacard: remove sql: prefix
Marc-André Lureau
2013-04-24
1
-4
/
+2
*
libcacard: teach vscclient to use GMainLoop for portability
Marc-André Lureau
2013-04-24
1
-145
/
+246
*
libcacard: vscclient to use QemuThread for portability
Marc-André Lureau
2013-04-24
1
-7
/
+2
*
libcacard: split vscclient main() from socket reading
Marc-André Lureau
2013-04-24
1
-152
/
+162
*
libcacard: use system config directory for nss db on win32
Marc-André Lureau
2013-04-24
1
-1
/
+17
*
libcacard: correct T0 historical bytes size
Marc-André Lureau
2013-04-24
1
-1
/
+1
[next]