summaryrefslogtreecommitdiff
path: root/libcacard/vscclient.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-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-09-20vscclient: remove unnecessary use of uninitialized variableMichael Tokarev1-2/+1
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy1-2/+7
2013-04-24libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau1-145/+246
2013-04-24libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau1-7/+2
2013-04-24libcacard: split vscclient main() from socket readingMarc-André Lureau1-152/+162
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil1-1/+1
2012-03-08libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil1-10/+10
2011-10-25libcacard/vscclient: fix error paths for socket creationAlon Levy1-2/+7
2011-08-29Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-04-01libcacard: add vscclientRobert Relyea1-0/+652