aboutsummaryrefslogtreecommitdiff
path: root/libcacard/vscclient.c
AgeCommit message (Expand)Author
2014-05-26libcacard: remove useless initializersMichael Tokarev
2014-05-24libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster
2014-05-24libcacard/vscclient: Bury some dead codeMarkus Armbruster
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau
2013-12-09libcacard: Fix compilation for older versions of glib (bug #1258168)Stefan Weil
2013-09-20vscclient: remove unnecessary use of uninitialized variableMichael Tokarev
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy
2013-04-24libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau
2013-04-24libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau
2013-04-24libcacard: split vscclient main() from socket readingMarc-André Lureau
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-03-08libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil
2011-10-25libcacard/vscclient: fix error paths for socket creationAlon Levy
2011-08-29Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-01libcacard: add vscclientRobert Relyea