Age | Commit message (Expand) | Author | Files | Lines |
2014-06-24 | vscclient: Add required headers to fix build on FreeBSD | Ed Maste | 1 | -0/+2 |
2014-06-10 | vscclient: use glib thread primitives not qemu | Michael Tokarev | 1 | -33/+37 |
2014-05-26 | libcacard: remove useless initializers | Michael Tokarev | 1 | -2/+2 |
2014-05-24 | libcacard: Plug memory leaks around vreader_get_reader_list() | Markus Armbruster | 1 | -0/+1 |
2014-05-24 | libcacard/vscclient: Bury some dead code | Markus Armbruster | 1 | -4/+2 |
2014-03-09 | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert | 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-09-20 | vscclient: remove unnecessary use of uninitialized variable | Michael Tokarev | 1 | -2/+1 |
2013-06-12 | libcacard/vscclient: fix leakage of socket on error paths | Alon Levy | 1 | -2/+7 |
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-01-30 | libcacard: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 1 | -2/+2 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-03-08 | Spelling fixes in comments (it's -> its) | Stefan Weil | 1 | -1/+1 |
2012-03-08 | libcacard: Use format specifier %u instead of %d for unsigned values | Stefan Weil | 1 | -10/+10 |
2011-10-25 | libcacard/vscclient: fix error paths for socket creation | Alon Levy | 1 | -2/+7 |
2011-08-29 | Fix spelling in comments and debug messages (recieve -> receive) | Stefan Weil | 1 | -1/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -1/+1 |
2011-04-01 | libcacard: add vscclient | Robert Relyea | 1 | -0/+652 |