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