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