1. 846a898 Add API + shell command for sending TERMINAL PROFILE to card by Harald Welte · 2 years, 9 months ago
  2. 8bf2125 transport/pcsc: make sure reader is disconnected by Philipp Maier · 2 years, 10 months ago
  3. 7328f10 transport/init: print exception type if the execption has no string by Philipp Maier · 2 years, 10 months ago
  4. 8dfd6d0 transport: Add support for SW 6Cxx by Harald Welte · 3 years, 2 months ago
  5. 2db843e transport/pcsc: Raise exception if reader number is out of range by Harald Welte · 3 years, 2 months ago
  6. dddcc60 ModemATCommandLink: improve response time for "+CME ERROR" by Robert Falkenberg · 3 years, 2 months ago
  7. 7cb7c78 ModemATCommandLink: add/adjust some logging by Robert Falkenberg · 3 years, 2 months ago
  8. e5a5ffb ModemATCommandLink: return lower case hexstring by Robert Falkenberg · 3 years, 2 months ago
  9. 903bdaa transport: Mark more methods as abstractmethod by Harald Welte · 3 years, 2 months ago
  10. 52efc03 ModemATCommandLink: fix AttributeError exception in __del__() by Vadim Yanitskiy · 3 years, 2 months ago
  11. 18fb82b Speed up AT command interface (~130 times faster) by Robert Falkenberg · 3 years, 2 months ago
  12. e8c34ca [pylint] Declare abstract LinkBase._send_apdu_raw() method as such by Vadim Yanitskiy · 3 years, 2 months ago
  13. 8e15c18 transport/AT: Make sure PDU has upper case hex digits by Robert Falkenberg · 3 years, 2 months ago
  14. 28c2431 Move reader related argument parser to transport module by Harald Welte · 3 years, 3 months ago
  15. e0f9ef1 integrate 'construct' python library by Harald Welte · 3 years, 3 months ago
  16. 7829d8a shell: Add 'apdu_trace' settable parameter for hex-dumping APDUs by Harald Welte · 3 years, 3 months ago
  17. eb05b2f transport: Pass arbitrary kwargs to base-class constructor by Harald Welte · 3 years, 3 months ago
  18. c34f940 transport: Make all calls go through base class send_apdu_raw() by Harald Welte · 3 years, 3 months ago
  19. 4f2c546 transport: Pass status word interpreter to exception handler by Harald Welte · 3 years, 3 months ago
  20. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 3 months ago
  21. ee3501f Add more documentation to the classes/methods by Harald Welte · 3 years, 3 months ago
  22. 3e58d38 Get rid of Python 2 specific compatibility leftovers by Vadim Yanitskiy · 3 years, 4 months ago
  23. 1f8acd9 transport/pcsc: work around Python 3.5 bug: guard disconnect() by Vadim Yanitskiy · 4 years, 5 months ago
  24. 67d551a move SW matching to a generic utility function by Harald Welte · 3 years, 6 months ago
  25. e79cc80 introduce SwMatchError exception by Harald Welte · 3 years, 6 months ago
  26. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  27. 289fd28 serial: do not try to close non existing serial connection by Philipp Maier · 3 years, 5 months ago 1.0
  28. 92bdd5e serial: don't crash if the device does not exist by Philipp Maier · 3 years, 5 months ago
  29. dd014ea Lint fixes: false -> False, missing imports, Index list, not map iter by Daniel Willmann · 3 years, 9 months ago
  30. 677d41b Remove unnecessary semicolon by Daniel Willmann · 3 years, 9 months ago
  31. 29ca804 Implement Generic SIM Access interface as per 3GPP TS 27.007 by Vadim Yanitskiy · 4 years, 2 months ago
  32. fa617ac transport/pcsc: explicitly specify T0 protocol by Vadim Yanitskiy · 4 years, 5 months ago
  33. 41c2217 transport/pcsc: cosmetic: reuse the existing code of PcscSimLink by Vadim Yanitskiy · 4 years, 5 months ago
  34. 99affe1 Py2 -> Py3: use the floor division operator // where possible by Vadim Yanitskiy · 4 years, 5 months ago
  35. 6727f0c Fix compatibility with Python 3: print() is a function by Vadim Yanitskiy · 4 years, 6 months ago
  36. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 4 years, 10 months ago
  37. 1381ff1 pySim/transport: introduce Calypso based reader interface by Vadim Yanitskiy · 6 years ago
  38. 589c1a4 cosmetic: fix excess space in log output (typo) by Philipp Maier · 6 years ago
  39. 859e0fd __init__: also fetch response bytes for USIMs automatically by Philipp Maier · 6 years ago
  40. d4ebb6f __init__: allow wildcards in expected SW for send_apdu_checksw() by Philipp Maier · 6 years ago
  41. 6cbecaa transport/serial: Fix serial transport by Martin Hauke · 6 years ago
  42. d2d660a Add methods to get ATR for a card or a link. by Alexander Chemeris · 7 years ago
  43. bdca252 transport: Change transport api to allow for wait_for_card/connect/disconnect by Sylvain Munaut · 14 years ago
  44. 245d534 transport/pcsc: Remove obsolete/debug code by Sylvain Munaut · 14 years ago
  45. e7c15cd transport: Put common methods in LinkBase class by Sylvain Munaut · 14 years ago
  46. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago