summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23libcacard: pkgconfig: tidy dependent libsv2.4.0-rc4v2.4.0-rc3v2.4.0-rc2v2.4.0-rc1v2.4.0-rc0v2.4.0Michael Tokarev1-1/+1
2015-05-22glib: remove stale compat functionsJohn Snow1-35/+0
2015-05-08glib-compat.h: change assert to g_assertMichael Tokarev1-3/+3
2015-04-30libcacard: do not use full paths for include files in the same dirMichael Tokarev2-3/+3
2015-04-30libcacard: stop including qemu-common.hPaolo Bonzini7-7/+22
2015-04-02glib-compat: fix problems with not-quite glib 2.22v2.3.0-rc4v2.3.0-rc3v2.3.0-rc2v2.3.0Cornelia Huck1-1/+3
2015-02-10libcacard: stop linking against every single 3rd party libraryv2.3.0-rc1v2.3.0-rc0Daniel P. Berrange1-0/+2
2014-11-14libcacard: fix resource leakv2.2.0-rc5v2.2.0-rc4v2.2.0-rc3v2.2.0-rc2v2.2.0zhanghailiang1-1/+6
2014-10-28libcacard: don't free sign buffer while sign op is pendingv2.2.0-rc1v2.2.0-rc0Ray Strode1-3/+7
2014-10-28libcacard: Lock NSS cert db when selecting an applet on an emulated cardRay Strode1-0/+5
2014-10-28libcacard: introduce new vcard_emul_logoutRay Strode2-4/+13
2014-10-16glib: add compatibility interface for g_strcmp0()Gonglei1-0/+17
2014-10-15glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi1-0/+19
2014-09-20Fix typos and misspellings in commentszhanghailiang1-2/+2
2014-06-24vscclient: Add required headers to fix build on FreeBSDv2.1.0-rc5v2.1.0-rc4v2.1.0-rc3v2.1.0-rc2v2.1.0-rc1v2.1.0-rc0v2.1.0Ed Maste1-0/+2
2014-06-11Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell5-64/+176
2014-06-10libcacard: Clean up dead stores before g_free()Markus Armbruster2-6/+0
2014-06-10libcacard: Drop superfluous conditionals around g_free()Markus Armbruster5-32/+12
2014-06-10libcacard: actually use symbols fileMichael Tokarev1-1/+1
2014-06-10libcacard: replace qemu thread primitives with glib onesMichael Tokarev3-30/+19
2014-06-10vscclient: use glib thread primitives not qemuMichael Tokarev1-33/+37
2014-06-10glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev1-0/+119
2014-05-26libcacard: remove useless initializersMichael Tokarev6-22/+21
2014-05-26libcacard: fix wrong array expansion logicMichael Tokarev1-5/+4
2014-05-24libcacard/vcard_emul_nss: Drop a redundant conditionalMarkus Armbruster1-5/+0
2014-05-24libcacard: Convert two leftover realloc() to GLibMarkus Armbruster2-16/+4
2014-05-24libcacard/vreader: Tighten assertion to clarify intentMarkus Armbruster1-1/+1
2014-05-24libcacard/vreader: Drop broken recovery from failed assertionMarkus Armbruster1-5/+3
2014-05-24libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster2-0/+5
2014-05-24libcacard/vscclient: Bury some dead codeMarkus Armbruster1-4/+2
2014-05-24libcacard: g_malloc cleanupsMichael Tokarev6-46/+23
2014-05-13Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell1-1/+0
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev1-1/+0
2014-05-09glib: fix g_poll early timeout on windowsSangho Park1-1/+8
2014-05-07libcacard: remove unnecessary EOL from debug printsAlon Levy1-2/+2
2014-05-07libcacard: replace pstrcpy() with memcpy()Michael Tokarev1-1/+2
2014-05-07glib: move g_poll() replacement into glib-compat.hStefan Hajnoczi1-0/+12
2014-03-09Add a 'name' parameter to qemu_thread_createv2.0.0-rc3v2.0.0-rc2v2.0.0-rc1v2.0.0-rc0v2.0.0Dr. David Alan Gilbert1-1/+1
2014-02-09libcacard: Don't link with all libraries QEMU links toChristophe Fergeau1-1/+1
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau1-4/+6
2013-12-09libcacard: Fix compilation for older versions of glib (bug #1258168)Stefan Weil1-2/+2
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-12-02libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingv1.7.0-rc2v1.7.0-rc1v1.7.0-rc0v1.7.0Anthony Liguori1-1/+2
2013-09-20vscclient: remove unnecessary use of uninitialized variableMichael Tokarev1-2/+1
2013-09-18libcacard: link against qemu-error.o for error_report()Stefan Hajnoczi1-1/+2
2013-09-01misc: Fix some typos in names and commentsStefan Weil2-2/+2
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codev1.6.0-rc3v1.6.0-rc2v1.6.0-rc1v1.6.0-rc0v1.6.0Stefan Weil1-16/+6
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy1-2/+7
2013-04-24libcacard/cac: change big switch functions to single return pointv1.5.0-rc3v1.5.0-rc2v1.5.0-rc1v1.5.0-rc0v1.5.0Alon Levy1-21/+52