1. dc44584 serial: support arbitrary baud rates on Windows by Urja Rannikko · 9 years ago
  2. 72587f8 serprog: allow to omit specifying a baud rate by Stefan Tauner · 9 years ago
  3. 631bb02 serprog: ignore failures when setting serial port options by Stefan Tauner · 9 years ago
  4. a4d60f3 serprog: clear NDELAY flag only once after opening the port by Stefan Tauner · 9 years ago
  5. b0eee9b Unify target OS and CPU architecture checks by Stefan Tauner · 10 years ago
  6. 0df8446 CID1129998/1129999: Unchecked return value from library by Stefan Reinauer · 10 years ago
  7. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  8. f0111d2 serial: use internal_delay() for timeouts by Urja Rannikko · 11 years ago
  9. bdead0d Get rid of sp_die() by Stefan Tauner · 11 years ago
  10. 184c52c Introduce serialport_config() by Stefan Tauner · 11 years ago
  11. e33c40e Initialize sp_fd and fix baud rate setting on windows by Stefan Tauner · 11 years ago
  12. f966cc4 serial.c: be more pedantic by Stefan Tauner · 11 years ago
  13. 79587f5 Replace native calls in serprog with wrapper calls by Stefan Tauner · 11 years ago
  14. ae3d837 Introduce serialport_write_nonblock() by Stefan Tauner · 11 years ago
  15. 00e1608 Replace sp_sync_read_timeout() with serialport_read_nonblock() by Stefan Tauner · 11 years ago
  16. da5b17c serial.c: round baudrates to valid ones by Stefan Tauner · 11 years ago
  17. bf88be9 serial.c: abstract system error printing by Stefan Tauner · 11 years ago
  18. 62574aa Break endless loop in serialport_write() by Stefan Tauner · 12 years ago
  19. 7145a50 Remove exit calls from sp_sync_read_timeout and sp_synchronize by Niklas Söderlund · 12 years ago
  20. bb4fed7 Fix compilation with MinGW by Stefan Tauner · 12 years ago
  21. 2a95e87 Remove more exit calls by Niklas Söderlund · 12 years ago
  22. da7c545 Add serial port bitbanging code by Virgil-Adrian Teaca · 12 years ago
  23. 269de35 Fix unchecked malloc calls and casts of malloc return values by Stefan Tauner · 13 years ago
  24. d5e85d6 Fix and improve Windows/MinGW/MSYS build by Uwe Hermann · 13 years ago
  25. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  26. 9e3a6c4 Multiple unrelated changes by Carl-Daniel Hailfinger · 14 years ago
  27. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  28. d2f007f Handle Bus Pirates already in bit banging mode correctly by Carl-Daniel Hailfinger · 14 years ago
  29. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  30. 4395970 Various coding style and cosmetic changes by Uwe Hermann · 15 years ago
  31. 06602c2 Windows wants UNC names for COM ports >9 (legacy COM ports only work with one digit) by Patrick Georgi · 15 years ago
  32. ebb4f5f Convert all messages in serial.c to the new message infrastructure by Sean Nelson · 15 years ago
  33. e48654c Buspiratespi support on mingw by Patrick Georgi · 15 years ago
  34. 3b6237d Multiple unrelated changes by Patrick Georgi · 15 years ago
  35. efa151e Move OS-dependent serial code from buspirate_spi.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  36. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago