1. b920e19 Fix typo in release documentation by Thomas Jarosch · 12 years ago master
  2. 80101c7 Prepare changelog for release by Thomas Jarosch · 12 years ago latest_release v1.0
  3. 8ace186 Fix usleep unit conversion by Thomas Jarosch · 12 years ago
  4. f690061 MinGW support: Change sleep() to usleep() by Xiaofan Chen · 12 years ago
  5. 99b80bf Prepare third release candidate by Thomas Jarosch · 12 years ago v1.0rc3
  6. 62cfa2e Adapt to new cmake config files path by Thomas Jarosch · 12 years ago
  7. 74cdff9 Add C++ wrapper config vars. by Michel Zou · 12 years ago
  8. c729b24 Renamed LibFTDIConfig.cmake. Cosmetic changes to CMakeLists. by Michel Zou · 12 years ago
  9. 9de7efa Adapt rpm specfile to changed doxygen output path by Thomas Jarosch · 12 years ago
  10. 8db5eb1 Include generated cmake config files in devel rpm package by Thomas Jarosch · 12 years ago
  11. 419133b Fixed cmake script installation dir on rpm distro. by Michel Zou · 12 years ago
  12. 4af77d3 Change default build type to optimized build with debug symbols (RelWithDebInfo) by Thomas Jarosch · 12 years ago
  13. 317cf52 Fixed python wrapper being rebuilt every time. by Michel Zou · 12 years ago
  14. 39042f1 Added cmake config file by Michel Zou · 12 years ago
  15. 66f3167 Prepare for 1.0rc2 by Thomas Jarosch · 12 years ago v1.0rc2
  16. 648d71f Add verbose build instructions by Xiaofan Chen · 12 years ago
  17. 47e24d7 Fixed doxygen docstring generation. by Michel Zou · 12 years ago
  18. e8706a3 Fixed doxygen warnings. by Michel Zou · 12 years ago
  19. 74bea5a Fixed python3 bindings generation. by Michel Zou · 12 years ago
  20. 3b96824 Fixed convert string function in python wrapper. by Michel Zou · 12 years ago
  21. fec5566 Don't #include <libusb.h> from ftdi.h by Anders Larsen · 12 years ago
  22. 1383a2c fix mem leaks in examples ftdi_deinit -> ftdi_free by Matthias Janke · 12 years ago
  23. 161206c Update README.mingw to reflect current Windows libusb situation by Xiaofan Chen · 12 years ago
  24. 96d277c Mark release candidate status by Thomas Jarosch · 12 years ago v1.0rc1
  25. aa86fbf Quick start guide how to build libftdi by Thomas Jarosch · 12 years ago
  26. 1c4ff64 Update ChangeLog by Thomas Jarosch · 12 years ago
  27. 86391c5 Update AUTHORS by Thomas Jarosch · 12 years ago
  28. 1065052 Update README and TODO by Thomas Jarosch · 12 years ago
  29. b25d916 Increase copyright year (final release will be in 2013) by Thomas Jarosch · 12 years ago
  30. 1c9c026 Grab changelog from libftdi 0.20 by Thomas Jarosch · 12 years ago
  31. b953c0e Fix rpm dependency by Thomas Jarosch · 12 years ago
  32. 1f4fecf rpm .spec file: Package the python wrapper by Thomas Jarosch · 12 years ago
  33. af7a35f Install ftdi_eeprom by Thomas Jarosch · 12 years ago
  34. 024705c First shot at fixing the .spec file by Thomas Jarosch · 12 years ago
  35. 7c21bec C++ wrapper: Fix use-after-free issue in List::find_all() by Thomas Jarosch · 12 years ago
  36. a67c3be Tweak doxy2swig.py output to include Returns header by Dan White · 12 years ago
  37. f9e62be Extract doxygen from ftdi.c to python docstrings by Dan White · 12 years ago
  38. 148bdc8 Enable separate doxygen XML output by Dan White · 12 years ago
  39. ccbd6cf Fix build on FreeBSD (cmake file typo) by Uffe Jakobsen · 12 years ago
  40. 31fba51 Updated python wrapper: Fixes for python3 + documentation by Michel Zou · 12 years ago
  41. c3d4027 Fix python lib linking on MacOS X by Michel Zou · 12 years ago
  42. 0baeef0 Improve cpack packaging by Michel Zou · 12 years ago
  43. 5f70b4c Fix doxygen doc generation if C++ wrapper is not built by Michel Zou · 12 years ago
  44. abc3a51 python bindings: python3 support by Michel Zou · 12 years ago
  45. 94053d9 Remove ftdi_async_complete() left over from libftdi 0.x by Thomas Jarosch · 12 years ago
  46. 1f38932 Avoid to link python libs on debian by Michel Zou · 12 years ago
  47. f37a152 Fix wrong array access in set_ft232h_cbus() by Thomas Jarosch · 12 years ago
  48. 33e27ed Merge branch 'renames-for-release' by Thomas Jarosch · 12 years ago
  49. 3918b86 Python stuff is solved now by Thomas Jarosch · 12 years ago
  50. c1cf60a fixed NULL-pointer dereference in the ftdi_error_return(code, str) macro that occures when it is called because of a ftdi == NULL check by Peter Schneider · 12 years ago
  51. b0a5045 fixed NULL-pointer dereference in the ftdi_error_return(code, str) macro that occures when it is called because of a ftdi == NULL check by Peter Schneider · 12 years ago
  52. 7aec58f Remove old async mode ignore lines by Thomas Jarosch · 12 years ago
  53. bcf4a08 Rename python wrapper to ftdi1. Adapt examples with minimal code changes by Thomas Jarosch · 12 years ago
  54. a182572 ftdi_eeprom: reset the device after flashing the eeprom by Anders Larsen · 12 years ago
  55. f78723a Document the FT245R EEPROM weirdness by Anders Larsen · 12 years ago
  56. d5696b2 ftdi_eeprom: Added config value "eeprom_type" by Anders Larsen · 12 years ago
  57. 2e48e9f ftdi_eeprom: reset the device after flashing the eeprom by Anders Larsen · 12 years ago
  58. ad7ced1 Document the FT245R EEPROM weirdness by Anders Larsen · 12 years ago
  59. faa8577 ftdi_eeprom: Added config value "eeprom_type" by Anders Larsen · 12 years ago
  60. e0f7801 Another TODO entry gone by Thomas Jarosch · 12 years ago
  61. 0444972 cmake already places the header in /usr/include/libftdi1/ftdi.h, just needed to adapt the .spec file by Thomas Jarosch · 12 years ago
  62. 364d746 Don't rename python wrapper for now by Thomas Jarosch · 12 years ago
  63. 6dc7bd3 Try to adapt debian build rules by Thomas Jarosch · 12 years ago
  64. 42ece76 Rename library from libftdi to libftdi1 by Thomas Jarosch · 12 years ago
  65. 1199c9b Rename and adapt pkgconfig files for libftdi1 by Thomas Jarosch · 12 years ago
  66. 4945da5 We decided to skip this API change for now by Thomas Jarosch · 12 years ago
  67. d954c1e Actually configure libftdi1.spec by Thomas Jarosch · 12 years ago
  68. 9ff7af6 Rename libftdi.spec.in to libftdi1.spec.in. Adapt package requirements to libusb1 by Thomas Jarosch · 12 years ago
  69. 7a07197 Rename libftdi-config to libftdi1-config by Thomas Jarosch · 12 years ago
  70. ac5790a pkgconfig file: Depend on libusb-1.0 by Thomas Jarosch · 12 years ago
  71. e18b700 Fix libftdi.pc file generation when building with -DDOCUMENTATION=OFF by Maciej Grela · 12 years ago
  72. 06c863d Add Xiaofan Chen to AUTHORS. This was long overdue by Thomas Jarosch · 12 years ago
  73. c143448 Add Jared Boone to AUTHORS by Thomas Jarosch · 12 years ago
  74. 11bc93d Patch for building examples on MacOS X Lion by Jared Boone · 12 years ago
  75. a7c32c5 EEPROM max_power build/decode inconsistency by Daniel Kirkham · 12 years ago
  76. 6bb2e0a Add 'Anders Larsen' to AUTHORS by Thomas Jarosch · 12 years ago
  77. c9a460e Bump the library version number to 2.0.0 by Anders Larsen · 12 years ago
  78. be4bae3 Completed the support for the FT4232H chip by Anders Larsen · 12 years ago
  79. 243f5f6 ftdi_eeprom: Fix segmentation fault after --flash_eeprom by Anders Larsen · 12 years ago
  80. 6162087 ftdi_eeprom: remove redundant debug output by Anders Larsen · 12 years ago
  81. 4b35b81 Fix _sleep warning on MinGW by Xiaofan Chen · 12 years ago
  82. 1ec530d Fix header, API change ftdi_write_data_async has been replaced by ftdi_write_data_submit by Youness Alaoui · 12 years ago
  83. 50d77f8 Python wrapper update by Michel Zou · 13 years ago
  84. 9330b12 C++ wrapper: Reset internal USB device pointer on Context::close() by Thomas Jarosch · 13 years ago
  85. 025db2c Example code: Fix compile warnings about unused variables by Thomas Jarosch · 13 years ago
  86. d3af9b2 cpp-wrapper: when using get-string-and-reopen method without having set up the usb-device the currently opened usb-device is retreived from the usb-device-handle used in the ftdi context. this fixes the open methods of the cpp wrapper that do not get an usb-device by parameter. by Peter Schneider · 13 years ago
  87. ca50957 Remove duplicated udev rule. by Thomas Jarosch · 13 years ago
  88. 08dc003 Fix build on Mac OS X by Michel Zou · 13 years ago
  89. 5a7acb0 Add missing malloc in ftdi_eeprom by Andreas Helmcke · 13 years ago
  90. 24644c0 Fix boost include directory in unit test by Xiaofan Chen · 13 years ago
  91. af04b0d Update udev rule syntax for newer kernels by Thomas Jarosch · 13 years ago
  92. 6219bae udev rules: Support all FTDI chip types by Lucian Langa · 13 years ago
  93. 50280d4 Python wrapper update by Michel Zou · 13 years ago
  94. b3f439b Drop 64bit lib suffix on debian systems by Michel Zou · 13 years ago
  95. 4c5afeb Enhance python wrapper by Michel Zou · 13 years ago
  96. e93b348 Fix installaton of python wrapper by Michel Zou · 13 years ago
  97. 720c7d2 Increase ftdi_eeprom->cbus_function array again by Thomas Jarosch · 13 years ago
  98. 19382a2 Remove errorneous ; after if by Thomas Jarosch · 13 years ago
  99. 1c5fa36 Interface can not be changed on an already open device by Thomas Jarosch · 13 years ago
  100. cd2ead2 Use ftdi_new and not ftdi_init in the examples by Uwe Bonnes · 13 years ago