1. 34d117a Allow building libsigrok without libserialport. by Janne Huttunen · 11 years ago factory-ryu-6486.1.B factory-ryu-6486.14.B factory-ryu-6486.B factory-whirlwind-6509.B stabilize-6480.B
  2. e8cbb22 Auto-set sdi->connection_id for serial devices in the getter by Soeren Apel · 11 years ago factory-samus-6375.B
  3. d131483 yokogawa-dlm: Populate sdi->serial_num and sdi->version by Soeren Apel · 11 years ago
  4. b3fccc8 rigol-ds: Populate sdi->serial_num by Soeren Apel · 11 years ago
  5. b33db61 hameg-hmo: Populate sdi->serial_num by Soeren Apel · 11 years ago
  6. d08667c scpi-pps: Populate sdi->serial_num and fix hw_info mem leak by Soeren Apel · 11 years ago
  7. b2c02b0 scpi: Populate sdi->connection_id by Soeren Apel · 11 years ago
  8. 0699ccd sysclk-lwla: Let the sdi getter populate sdi->connection_id by Soeren Apel · 11 years ago
  9. c962d07 ikalogic-scanalogic2: Let the sdi getter popuplage sdi->connection_id by Soeren Apel · 11 years ago
  10. 0157fdc Provide getters for sr_dev_inst member access by Soeren Apel · 11 years ago
  11. 984e4b0 scpi-pps: Start acquisition on the first enabled channel. by Bert Vermeulen · 11 years ago
  12. 624503a scpi-pps: Optimize channel selection. by Bert Vermeulen · 11 years ago
  13. ee2860e scpi-pps: Disable beeper during session. by Bert Vermeulen · 11 years ago
  14. bf48cce scpi-pps: Properly clean up acquisition session. by Bert Vermeulen · 11 years ago
  15. 60475cd scpi-pps: Use only standard SCPI for Rigol DP800 series. by Bert Vermeulen · 11 years ago
  16. ae431bc Fix short names for SR_CONF_OUTPUT_VOLTAGE_TARGET/_CURRENT_LIMIT. by Bert Vermeulen · 11 years ago
  17. d3a401c bindings: Remove Device::description(). by Martin Ling · 11 years ago
  18. 1411f7d bindings: Add Session::filename() and corresponding SWIG attribute. by Martin Ling · 11 years ago
  19. 73a1eb0 bindings: Add accessor to obtain parent object. by Martin Ling · 11 years ago
  20. f591826 bindings: add SWIG attribute for Packet::type. by Martin Ling · 11 years ago
  21. f36f7d0 C++: Don't clear Session::_owned_devices() in Session::remove_devices(). by Martin Ling · 11 years ago
  22. 1de3cce Track sdis created by sr_session_load(), and free in sr_session_destroy(). by Martin Ling · 11 years ago
  23. c0e3ba4 Correct description of sr_session.devs. by Martin Ling · 11 years ago
  24. ca95e90 Use SR_CONF_OUTPUT_VOLTAGE_TARGET and _CURRENT_LIMIT. by Bert Vermeulen · 11 years ago
  25. 3982b93 configure.ac: Drop ols Windows exception, should be obsolete. by Uwe Hermann · 11 years ago
  26. 53a8180 scpi-pps: Split boolean set options into enable/disable. by Bert Vermeulen · 11 years ago
  27. b9a348f Rename SR_CONF_LCR_METER to SR_CONF_LCRMETER. by Uwe Hermann · 11 years ago
  28. 3ea4611 libsigrok-internal.h: Fix some outdated comments. by Uwe Hermann · 11 years ago
  29. b508919 Add driver for DER EE DE-5000 LCR meter. by Janne Huttunen · 11 years ago
  30. 6bcb3ee Add protocol decoder for Cyrustek ES51919 LCR meter chip. by Janne Huttunen · 11 years ago
  31. 02c7c48 Add pretty-printer for new units and flags. by Janne Huttunen · 11 years ago
  32. 0f5b241 Add config key for output frequency. by Janne Huttunen · 11 years ago
  33. 0ffce50 Add config key for LCR meter type. by Janne Huttunen · 11 years ago
  34. ae27f28 Add two new 'auto' flags. by Janne Huttunen · 11 years ago
  35. 23601f2 Add quantity and flag for difference measurements. by Janne Huttunen · 11 years ago
  36. 87d8124 Add measured quantities for LCR meters. by Janne Huttunen · 11 years ago
  37. 01789ad Add two new units. by Janne Huttunen · 11 years ago
  38. 8b4f0d6 README: Bump glib version to 2.34. by Uwe Hermann · 11 years ago
  39. 76bc5f6 usb: Simplify usb_get_port_path() and fix writing into a const char *. by Aurelien Jacobs · 11 years ago
  40. d099d88 Fix sr_dev_has_option(). by Bert Vermeulen · 11 years ago
  41. 818df9f build: Require glib 2.34. by Bert Vermeulen · 11 years ago
  42. f4d3a4f ols: Fix serial port timeout. by Bert Vermeulen · 11 years ago
  43. 9e6d9be colead-slm: Fix serial port timeout. by Bert Vermeulen · 11 years ago
  44. 174bf14 bindings: Better error handling in enumeration get() function. by Jens Steinhauser · 11 years ago
  45. 2eb1612 atten-pps3xxx: Use serial_timeout(). by Bert Vermeulen · 11 years ago
  46. c5cfc73 serial: Add serial_timeout(). by Bert Vermeulen · 11 years ago
  47. 945cfd4 atten-pps3xxx: Fix serial port timeout. by Bert Vermeulen · 11 years ago
  48. 2040140 fluke-dmm: Fix blocking serial write timeout. by Bert Vermeulen · 11 years ago
  49. 95779b4 agilent-dmm: Fix blocking serial write timeout. by Bert Vermeulen · 11 years ago
  50. 4ab01c3 input/csv: Fix size_t printing. by Bert Vermeulen · 11 years ago
  51. 026d6b2 unit tests: Fix build due to recent changes. by Uwe Hermann · 11 years ago
  52. 9092e66 Add a configurable read timeout to blocking SCPI reads, default 1s. by Martin Ling · 11 years ago
  53. 57d355a Add some Agilent USBTMC PIDs. by Bert Vermeulen · 11 years ago
  54. eead278 Add a timeout parameter to blocking serial calls. by Martin Ling · 11 years ago
  55. 7ce59a3 Avoid serial_write_blocking() warnings. by Bert Vermeulen · 11 years ago
  56. 081c214 Fix similar broken error handling on several serial calls. by Martin Ling · 11 years ago
  57. 7f22cd9 kecheng-kc-330b: Fix missing time/frequency weighting. by Bert Vermeulen · 11 years ago
  58. 8219214 hantek-dso: Code cleanup. by Bert Vermeulen · 11 years ago
  59. 385cb66 demo: Code cleanup. by Bert Vermeulen · 11 years ago
  60. f4d0020 fluke-dmm: Code cleanup. by Bert Vermeulen · 11 years ago
  61. 65c8d48 chronovu-la8: Code cleanup. by Bert Vermeulen · 11 years ago
  62. 382cb19 asix-sigma: Trigger code cleanup. by Bert Vermeulen · 11 years ago
  63. 90486ba agilent-dmm: Code cleanup. by Bert Vermeulen · 11 years ago
  64. f3616a0 scpi/vxc: Avoid NULL dereference. by Bert Vermeulen · 11 years ago
  65. 18078d0 input/csv: Code cleanup. by Bert Vermeulen · 11 years ago
  66. 74e1f6f input/chronovu_la8: Code cleanup. by Bert Vermeulen · 11 years ago
  67. 577a9fe input/binary: Code cleanup. by Bert Vermeulen · 11 years ago
  68. 6409821 input: Avoid NULL dereference. by Bert Vermeulen · 11 years ago
  69. 19e43ab sr_parse_sizestring: Deal with invalid strings better. by Bert Vermeulen · 11 years ago
  70. d386a52 Clean up sr_session_load(). by Bert Vermeulen · 11 years ago
  71. 98d39b9 Return sensible Device::description() for session and input devices. by Martin Ling · 11 years ago
  72. ca4e307 C++: Fix management of SessionDevice objects. by Martin Ling · 11 years ago
  73. 584f76a C++: Add spaces in Device::description(). by Martin Ling · 11 years ago
  74. d1075e5 C++: Expose device serial number and connection ID. by Martin Ling · 11 years ago
  75. 4c7c419 C++: Expose config key capabilities. by Martin Ling · 11 years ago
  76. 9c51e8e bindings: Update for input API changes. by Martin Ling · 11 years ago
  77. 753793e Clean up internal input API docs. by Bert Vermeulen · 11 years ago
  78. 6010749 input: Use SR_ERR_NA instead of SR_OK_CONTINUE. by Bert Vermeulen · 11 years ago
  79. d5cc282 input: sr_input_free() is now a void function. by Bert Vermeulen · 11 years ago
  80. 7066fd4 input: Add sr_input_end(). by Bert Vermeulen · 11 years ago
  81. 89da5b3 input: Free instance-private storage at instance free. by Bert Vermeulen · 11 years ago
  82. d018181 input: Add sdi_ready flag to struct sr_input. by Bert Vermeulen · 11 years ago
  83. 66c91e2 Removal of sdi->index, step 8: fix victor-dmm by Soeren Apel · 11 years ago
  84. bde9fbd Removal of sdi->index, step 7: fix testo by Soeren Apel · 11 years ago
  85. c79d444 Removal of sdi->index, step 6: fix sysclk-lwla by Soeren Apel · 11 years ago
  86. 65340dd Removal of sdi->index, step 5: fix ikalogic-scanalogic2 by Soeren Apel · 11 years ago
  87. aed4ad0 Removal of sdi->index, step 4: fix trivial sr_dev_inst_new() calls by Soeren Apel · 11 years ago
  88. f220936 Removal of sdi->index, step 3: sr_dev_inst_new() calls for input mods by Soeren Apel · 11 years ago
  89. c6805a0 Removal of sdi->index, step 2: remove it from sr_session_load() by Soeren Apel · 11 years ago
  90. 1b9e567 Removal of sdi->index, step 1: remove it from headers and helper funcs by Soeren Apel · 11 years ago
  91. ce7d357 saleae-logic16: Use physical USB connection instead of sdi->index by Soeren Apel · 11 years ago
  92. 71580ef Remove sdi->index from openbench-logic-sniffer and pipistrello-ols by Soeren Apel · 11 years ago
  93. 395206f hantek-dso: Use physical USB connection instead of sdi->index by Soeren Apel · 11 years ago
  94. ee4f9bb zeroplus-logic-cube: Use physical USB connection instead of sdi->index by Soeren Apel · 11 years ago
  95. 03a4c07 C++: handle uint32_t SR_CONF keys which contain key capabilities by Aurelien Jacobs · 11 years ago
  96. 5e2c86e fx2lafw: Use physical USB connection instead of sdi->index by Soeren Apel · 11 years ago firmware-storm-6315.B release-R39-6310.B stabilize-6310.69.B
  97. 8143cfd Add sr_packet_copy/_free functions. by Bert Vermeulen · 11 years ago
  98. 98edee7 serial: Eliminate serial_read(), serial_write() and SERIAL_NONBLOCK. by Martin Ling · 11 years ago
  99. 6c592ec std_serial_dev_open: Remove SERIAL_NONBLOCK flag. by Martin Ling · 11 years ago
  100. 406e0c7 scpi_serial: Mark read/write calls nonblocking, remove SERIAL_NONBLOCK. by Martin Ling · 11 years ago