1. 4900116 Add a 'name' parameter to qemu_thread_create by Dr. David Alan Gilbert · 11 years ago
  2. 73db416 libcacard: Don't link with all libraries QEMU links to by Christophe Fergeau · 11 years ago
  3. fa88afa vscclient: do not add a socket watch if there is not data to send by Marc-André Lureau · 11 years ago
  4. 5ad04fb libcacard: Fix compilation for older versions of glib (bug #1258168) by Stefan Weil · 11 years ago
  5. efbc42e libcacard/vcard_emul_nss: Remove unused statement (value stored is never read) by Stefan Weil · 11 years ago
  6. 754e72e libcacard/cac: Remove unused statement (value stored is never read) by Stefan Weil · 11 years ago
  7. 16121fa Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 11 years ago
  8. 69fded4 vscclient: remove unnecessary use of uninitialized variable by Michael Tokarev · 11 years ago
  9. 975a001 libcacard: link against qemu-error.o for error_report() by Stefan Hajnoczi · 11 years ago
  10. 4c293dc misc: Fix some typos in names and comments by Stefan Weil · 11 years ago
  11. 48f0475 libcacard: Fix cppcheck warning and remove unneeded code by Stefan Weil · 12 years ago
  12. 581fe78 libcacard/vscclient: fix leakage of socket on error paths by Alon Levy · 12 years ago
  13. 57f9783 libcacard/cac: change big switch functions to single return point by Alon Levy · 12 years ago
  14. 0b6a16c libcacard: move atr setting from macro to function by Alon Levy · 12 years ago
  15. 7a68589 libcacard/vreader: add debugging messages for apdu by Alon Levy · 12 years ago
  16. a26dfd9 libcacard: change default ATR by Alon Levy · 12 years ago
  17. ad2181f libcacard: remove default libcoolkey loading by Marc-André Lureau · 12 years ago
  18. 667e0b4 libcacard: remove sql: prefix by Marc-André Lureau · 12 years ago
  19. c9495ee libcacard: teach vscclient to use GMainLoop for portability by Marc-André Lureau · 12 years ago
  20. 930c8ad libcacard: vscclient to use QemuThread for portability by Marc-André Lureau · 12 years ago
  21. a50b831 libcacard: split vscclient main() from socket reading by Marc-André Lureau · 12 years ago
  22. e2d9c5e libcacard: use system config directory for nss db on win32 by Marc-André Lureau · 12 years ago
  23. e2fd211 libcacard: correct T0 historical bytes size by Marc-André Lureau · 12 years ago
  24. be168af libcacard: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
  25. ff667e2 build: fold trace-obj-y into libqemuutil.a by Paolo Bonzini · 12 years ago
  26. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago
  27. d9dc91a libcacard: list oslib-obj-y file explicitly by Paolo Bonzini · 12 years ago
  28. 26ca8c0 libcacard: link vscclient to dynamic library by Paolo Bonzini · 12 years ago
  29. 992aeb8 libcacard: rewrite Makefile in non-recursive style by Paolo Bonzini · 12 years ago
  30. 5018f1c libcacard: add list of exported symbols by Paolo Bonzini · 12 years ago
  31. af0c8e9 libcacard: use per-target variable definitions by Paolo Bonzini · 12 years ago
  32. 591eca6 libcacard: prepare to use -y trick in the Makefile by Paolo Bonzini · 12 years ago
  33. b6fc675 libcacard: require libtool to build it by Paolo Bonzini · 12 years ago
  34. e832341 libcacard: fix missing symbol in libcacard.so by Alon Levy · 12 years ago
  35. 2165588 build: support linking with libtool objects/libraries by Paolo Bonzini · 12 years ago
  36. f141ccf build: make libtool verbose when making with V=1 by Paolo Bonzini · 12 years ago
  37. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  38. a636be6 libcacard: link in stubs by Paolo Bonzini · 12 years ago
  39. 31a3228 libcacard: make unnesting rules available to Makefile.objs by Paolo Bonzini · 12 years ago
  40. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  41. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  42. 2e67978 libcacard/vcard_emul_nss: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
  43. 47ecbdf libcacard: build fixes by Blue Swirl · 13 years ago
  44. 00c705f build: libcacard Makefile cleanups by Paolo Bonzini · 13 years ago
  45. 6f06f17 libcacard/vcard_emul_nss: add warning for old coolkey by Alon Levy · 13 years ago
  46. 4e33988 libcacard/vcard_emul_nss: handle no readers at startup by Alon Levy · 13 years ago
  47. 1b902f7 libcacard/vcard_emul_nss: don't stop thread when there are no slots by Alon Levy · 13 years ago
  48. dac6b1b Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  49. 0202181 libcacard: Fix compilation with gcc-4.7 by Hans de Goede · 13 years ago
  50. 93148aa Spelling fixes in comments (it's -> its) by Stefan Weil · 13 years ago
  51. ba79c88 libcacard: Use format specifier %u instead of %d for unsigned values by Stefan Weil · 13 years ago
  52. 0082f43 libcacard: fix reported ATR length by Alon Levy · 13 years ago
  53. 57c83da make: Remove duplicate use of GLIB_CFLAGS by Stefan Weil · 13 years ago
  54. cba919d fix spelling in libcacard sub directory by Dong Xu Wang · 13 years ago
  55. d9676f8 libcacard: Fix wrong assertion (reported by cppcheck) by Stefan Weil · 13 years ago
  56. e7c5e89 libcacard/vscclient: fix error paths for socket creation by Alon Levy · 13 years ago
  57. 7fc7e58 libcacard/cac: fix typo in cac_delete_pki_applet_private by Alon Levy · 13 years ago
  58. c2162a8 Silence make if nothing is to do for libcacard by Jan Kiszka · 13 years ago
  59. 9f4facb libcacard: use INSTALL_DATA for data by Brad Smith · 13 years ago
  60. 2542bfd Fix spelling in comments and debug messages (recieve -> receive) by Stefan Weil · 13 years ago
  61. 0fc6b58 Fix build on OpenBSD with BSD userland emu and smartcard NSS enabled by Brad · 13 years ago
  62. 3f53458 Improvements to libtool support. by Brad · 13 years ago
  63. 1f22a6b build: list libraries after objects, for proper linkage by Diego Elio Pettenò · 13 years ago
  64. 92f562e Remove remenants of qemu_malloc by Anthony Liguori · 13 years ago
  65. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  66. 1401530 Make glib mandatory and fixup utils appropriately by Anthony Liguori · 13 years ago
  67. 4995f0d libcacard: use INSTALL_DATA for data by Alon Levy · 13 years ago
  68. 0f94d6d libcacard: add pc file, install it + includes by Alon Levy · 14 years ago
  69. 2b56cb8 libcacard: replace copy_string with strndup by Christophe Fergeau · 14 years ago
  70. d246b3c libcacard: introduce NEXT_TOKEN macro by Christophe Fergeau · 14 years ago
  71. a5aa842 libcacard: fix soft=... parsing in vcard_emul_options by Christophe Fergeau · 14 years ago
  72. 0096516 libcacard: s/strip(args++)/strip(args+1) by Christophe Fergeau · 14 years ago
  73. ee83d41 libcacard: don't leak vcard_emul_alloc_arrays mem by Christophe Fergeau · 14 years ago
  74. 010debe libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 support by Robert Relyea · 14 years ago
  75. 44dc0ca libcacard: add libcacard.la target by Alon Levy · 14 years ago
  76. 6774e44 libcacard: add correct subdirectory dependencies by Paolo Bonzini · 14 years ago
  77. 0cf818c Fix typos in comments (existance -> existence) by Stefan Weil · 14 years ago
  78. fc27eef Fix typo in comment (consistant -> consistent) by Stefan Weil · 14 years ago
  79. 685ff50 libcacard: fix opposite usage of isspace by Alon Levy · 14 years ago
  80. 2ac85b9 libcacard: add vscclient by Robert Relyea · 14 years ago
  81. 111a38b libcacard: initial commit by Robert Relyea · 14 years ago
  82. 0c16524 introduce libcacard/vscard_common.h by Alon Levy · 14 years ago