Age | Commit message (Expand) | Author | Files | Lines |
2014-03-09 | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert | 1 | -1/+1 |
2014-02-09 | libcacard: Don't link with all libraries QEMU links to | Christophe Fergeau | 1 | -1/+1 |
2013-12-16 | vscclient: do not add a socket watch if there is not data to send | Marc-André Lureau | 1 | -4/+6 |
2013-12-09 | libcacard: Fix compilation for older versions of glib (bug #1258168) | Stefan Weil | 1 | -2/+2 |
2013-12-02 | libcacard/vcard_emul_nss: Remove unused statement (value stored is never read) | Stefan Weil | 1 | -1/+0 |
2013-12-02 | libcacard/cac: Remove unused statement (value stored is never read) | Stefan Weil | 1 | -1/+0 |
2013-09-23 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori | 1 | -1/+2 |
2013-09-20 | vscclient: remove unnecessary use of uninitialized variable | Michael Tokarev | 1 | -2/+1 |
2013-09-18 | libcacard: link against qemu-error.o for error_report() | Stefan Hajnoczi | 1 | -1/+2 |
2013-09-01 | misc: Fix some typos in names and comments | Stefan Weil | 2 | -2/+2 |
2013-06-21 | libcacard: Fix cppcheck warning and remove unneeded code | Stefan Weil | 1 | -16/+6 |
2013-06-12 | libcacard/vscclient: fix leakage of socket on error paths | Alon Levy | 1 | -2/+7 |
2013-04-24 | libcacard/cac: change big switch functions to single return point | Alon Levy | 1 | -21/+52 |
2013-04-24 | libcacard: move atr setting from macro to function | Alon Levy | 4 | -16/+57 |
2013-04-24 | libcacard/vreader: add debugging messages for apdu | Alon Levy | 3 | -7/+85 |
2013-04-24 | libcacard: change default ATR | Alon Levy | 1 | -2/+10 |
2013-04-24 | libcacard: remove default libcoolkey loading | Marc-André Lureau | 1 | -16/+1 |
2013-04-24 | libcacard: remove sql: prefix | Marc-André Lureau | 1 | -4/+2 |
2013-04-24 | libcacard: teach vscclient to use GMainLoop for portability | Marc-André Lureau | 1 | -145/+246 |
2013-04-24 | libcacard: vscclient to use QemuThread for portability | Marc-André Lureau | 1 | -7/+2 |
2013-04-24 | libcacard: split vscclient main() from socket reading | Marc-André Lureau | 1 | -152/+162 |
2013-04-24 | libcacard: use system config directory for nss db on win32 | Marc-André Lureau | 1 | -1/+17 |
2013-04-24 | libcacard: correct T0 historical bytes size | Marc-André Lureau | 1 | -1/+1 |
2013-01-30 | libcacard: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 3 | -5/+5 |
2013-01-12 | build: fold trace-obj-y into libqemuutil.a | Paolo Bonzini | 1 | -1/+2 |
2013-01-12 | build: move libqemuutil.a components to util/ | Paolo Bonzini | 1 | -3/+3 |
2013-01-12 | libcacard: list oslib-obj-y file explicitly | Paolo Bonzini | 1 | -1/+5 |
2013-01-12 | libcacard: link vscclient to dynamic library | Paolo Bonzini | 1 | -2/+1 |
2013-01-12 | libcacard: rewrite Makefile in non-recursive style | Paolo Bonzini | 1 | -25/+10 |
2013-01-12 | libcacard: add list of exported symbols | Paolo Bonzini | 2 | -1/+79 |
2013-01-12 | libcacard: use per-target variable definitions | Paolo Bonzini | 1 | -2/+5 |
2013-01-12 | libcacard: prepare to use -y trick in the Makefile | Paolo Bonzini | 1 | -6/+4 |
2013-01-12 | libcacard: require libtool to build it | Paolo Bonzini | 1 | -8/+0 |
2013-01-12 | libcacard: fix missing symbol in libcacard.so | Alon Levy | 1 | -1/+1 |
2013-01-12 | build: support linking with libtool objects/libraries | Paolo Bonzini | 1 | -4/+7 |
2013-01-12 | build: make libtool verbose when making with V=1 | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 3 | -4/+4 |
2012-11-19 | libcacard: link in stubs | Paolo Bonzini | 1 | -1/+1 |
2012-11-19 | libcacard: make unnesting rules available to Makefile.objs | Paolo Bonzini | 1 | -1/+1 |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 3 | -5/+0 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 3 | -5/+0 |
2012-10-05 | libcacard/vcard_emul_nss: use pstrcpy in place of strncpy | Jim Meyering | 2 | -2/+4 |
2012-06-21 | libcacard: build fixes | Blue Swirl | 1 | -4/+5 |
2012-06-07 | build: libcacard Makefile cleanups | Paolo Bonzini | 1 | -11/+6 |
2012-03-26 | libcacard/vcard_emul_nss: add warning for old coolkey | Alon Levy | 1 | -0/+10 |
2012-03-26 | libcacard/vcard_emul_nss: handle no readers at startup | Alon Levy | 1 | -10/+5 |
2012-03-26 | libcacard/vcard_emul_nss: don't stop thread when there are no slots | Alon Levy | 1 | -0/+11 |
2012-03-09 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -11/+11 |
2012-03-09 | libcacard: Fix compilation with gcc-4.7 | Hans de Goede | 1 | -2/+2 |
2012-03-08 | Spelling fixes in comments (it's -> its) | Stefan Weil | 1 | -1/+1 |