1. baec4e9 transport: Move printing of reader number/name to generic code by Harald Welte · 8 months ago
  2. ad00279 transport/pcsc: Allow opening PC/SC readers by a regex of their name by Harald Welte · 8 months ago
  3. 0f177c1 transport: Pass argparse.Namespace directly into transport classes by Harald Welte · 7 months ago
  4. 4e02436 perform multiple GET RESPONSE cycles if more data is available by Harald Welte · 7 months ago
  5. 2d44f03 transport: Log it explicitly if user doesn't specify a reader by Harald Welte · 8 months ago
  6. 8c82378 transport: move argument parser setup into concrete classes by Philipp Maier · 9 months ago
  7. 3077343 transport: move init message into concrete classes by Philipp Maier · 9 months ago
  8. af4e5bb transport: do not catch exceptions in init_reader by Philipp Maier · 9 months ago
  9. 58e89eb transport: add return type annotation to method __str__ by Philipp Maier · 9 months ago
  10. 6bfa8a8 pySim-shell: print device info in case an exception occurs by Philipp Maier · 9 months ago
  11. f9f8d7a pySim/transport: Use newly-defined ResTuple type by Harald Welte · 12 months ago
  12. ab6897c pySim/transport: More type annotations by Harald Welte · 12 months ago
  13. 59f3b11 proactive: Send a Terminal Response automatically after a Fetch by Christian Amsüss · 1 year, 11 months ago
  14. 98552ef proactive: Avoid clobbering the output of the command that triggered the FETCH by Christian Amsüss · 1 year, 11 months ago
  15. fd476b4 pySim.transport: Add mechanism for handling for CAT/USAT proactive cmds by Harald Welte · 1 year, 11 months ago
  16. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  17. 846a898 Add API + shell command for sending TERMINAL PROFILE to card by Harald Welte · 2 years, 9 months ago
  18. 7328f10 transport/init: print exception type if the execption has no string by Philipp Maier · 2 years, 10 months ago
  19. 8dfd6d0 transport: Add support for SW 6Cxx by Harald Welte · 3 years, 1 month ago
  20. 903bdaa transport: Mark more methods as abstractmethod by Harald Welte · 3 years, 2 months ago
  21. e8c34ca [pylint] Declare abstract LinkBase._send_apdu_raw() method as such by Vadim Yanitskiy · 3 years, 2 months ago
  22. 28c2431 Move reader related argument parser to transport module by Harald Welte · 3 years, 3 months ago
  23. e0f9ef1 integrate 'construct' python library by Harald Welte · 3 years, 3 months ago
  24. 7829d8a shell: Add 'apdu_trace' settable parameter for hex-dumping APDUs by Harald Welte · 3 years, 3 months ago
  25. eb05b2f transport: Pass arbitrary kwargs to base-class constructor by Harald Welte · 3 years, 3 months ago
  26. c34f940 transport: Make all calls go through base class send_apdu_raw() by Harald Welte · 3 years, 3 months ago
  27. 4f2c546 transport: Pass status word interpreter to exception handler by Harald Welte · 3 years, 3 months ago
  28. 6e0458d Move init_reader() from utils.py to transport/__init__.py by Harald Welte · 3 years, 3 months ago
  29. ee3501f Add more documentation to the classes/methods by Harald Welte · 3 years, 3 months ago
  30. 67d551a move SW matching to a generic utility function by Harald Welte · 3 years, 5 months ago
  31. e79cc80 introduce SwMatchError exception by Harald Welte · 3 years, 5 months ago
  32. 6d5e0c9 Remove Python shebang from files where it's not needed by Vadim Yanitskiy · 3 years, 4 months ago
  33. 84d2cb3 python3 conversion: fix tabs and spaces inconsistency by Denis 'GNUtoo' Carikli · 4 years, 10 months ago
  34. 589c1a4 cosmetic: fix excess space in log output (typo) by Philipp Maier · 6 years ago
  35. 859e0fd __init__: also fetch response bytes for USIMs automatically by Philipp Maier · 6 years ago
  36. d4ebb6f __init__: allow wildcards in expected SW for send_apdu_checksw() by Philipp Maier · 6 years ago
  37. bdca252 transport: Change transport api to allow for wait_for_card/connect/disconnect by Sylvain Munaut · 14 years ago
  38. e7c15cd transport: Put common methods in LinkBase class by Sylvain Munaut · 14 years ago
  39. 76504e0 Split all things into a more "library-like" package by Sylvain Munaut · 14 years ago