summaryrefslogtreecommitdiffstats
path: root/libcacard/vscclient.c
Commit message (Expand)AuthorAgeFilesLines
* libcacard: fix resource leakzhanghailiang2014-11-141-1/+6
* vscclient: Add required headers to fix build on FreeBSDEd Maste2014-06-241-0/+2
* vscclient: use glib thread primitives not qemuMichael Tokarev2014-06-101-33/+37
* libcacard: remove useless initializersMichael Tokarev2014-05-261-2/+2
* libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster2014-05-241-0/+1
* libcacard/vscclient: Bury some dead codeMarkus Armbruster2014-05-241-4/+2
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-1/+1
* vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau2013-12-161-4/+6
* libcacard: Fix compilation for older versions of glib (bug #1258168)Stefan Weil2013-12-091-2/+2
* vscclient: remove unnecessary use of uninitialized variableMichael Tokarev2013-09-201-2/+1
* libcacard/vscclient: fix leakage of socket on error pathsAlon Levy2013-06-121-2/+7
* libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau2013-04-241-145/+246
* libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau2013-04-241-7/+2
* libcacard: split vscclient main() from socket readingMarc-André Lureau2013-04-241-152/+162
* libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* Spelling fixes in comments (it's -> its)Stefan Weil2012-03-081-1/+1
* libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil2012-03-081-10/+10
* libcacard/vscclient: fix error paths for socket creationAlon Levy2011-10-251-2/+7
* Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil2011-08-291-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* libcacard: add vscclientRobert Relyea2011-04-011-0/+652
OpenPOWER on IntegriCloud