Commit History

Author SHA1 Message Date
  Stéphane Raimbault b89bb8826c Sort headers in AC_CHECK_HEADERS 13 years ago
  Stéphane Raimbault 6f1ed722e6 I was certainly under the influence of drugs or hurry 13 years ago
  Stéphane Raimbault 1ffb31da8c Fix a missing free in random-test-client 13 years ago
  Stéphane Raimbault c9106fdb9c Fix OMG bug in modbus_mapping_free not freeing memory 13 years ago
  Stéphane Raimbault d9d1b507c6 Add basic information about installation 13 years ago
  Michael Heimpold da49761b77 Fix typo in typedef 13 years ago
  Stéphane Raimbault 30054b90c5 Fix incorrect test of select() return code 13 years ago
  Andrew Kravchuk 6350a99224 Fix semicolon typo and unistd.h include under windows 13 years ago
  Stéphane Raimbault 7e170c34b0 Return -1 on getaddrinfo error and print error in debug mode 13 years ago
  Stéphane Raimbault 46281355d9 Minor - Missing '\n' in debug mode 13 years ago
  Stéphane Raimbault 146e8a08d5 More robust way to establish the connection in non blocking mode 13 years ago
  Stéphane Raimbault 8dc21ddaf5 TCP - Socket in non blocking mode by default 13 years ago
  Stéphane Raimbault e90f906b55 Apply CLOEXEC flag for TCP protocol independent too (IPv6) 13 years ago
  Stéphane Raimbault 5d7cabc86c Add missing C++ macros in public headers 13 years ago
  Christos Kontas ca602fccd0 Fix a typo for a function link in documentation 13 years ago
  Stéphane Raimbault c1e2e0b319 New RTU receive() to ignore confirmation from other slaves (closes #18) 13 years ago
  Stéphane Raimbault 81a52093a1 Add comment about return code of flush functions 13 years ago
  Stéphane Raimbault 9d5344cf42 Move RTU filtering in CRC check to avoid useless call to modbus_reply 13 years ago
  Stéphane Raimbault a6e63d7d20 Fix typo in message found by Christian Leutloff 13 years ago
  Stéphane Raimbault 6564c32b21 Unique transaction identifier by TCP connection 13 years ago
  Stéphane Raimbault 2c5858513e Use accept4 with SOCK_CLOEXEC when available (Linux) 13 years ago
  Stéphane Raimbault b94ba026e0 Open fd and socket with the CLOEXEC flag when available 13 years ago
  Stéphane Raimbault 4cbc5252c5 Exception response on report slave ID wasn't detected (closes #27) 13 years ago
  Stéphane Raimbault 7fed3ff9b8 Display function codes in hexadecimal in debug mode 13 years ago
  Stéphane Raimbault 16e14ae1aa Fixed compilation break on platforms without TIOCSRS485 13 years ago
  Stéphane Raimbault 1941fd4aa9 Check slave only in RTU backend and add unit tests 13 years ago
  Stéphane Raimbault 6bad349481 Minor coding convention 14 years ago
  Alex Stapleton 602a7f3859 Provides a way to disable the byte timeout. 14 years ago
  Alex Stapleton 7ecfd4110a Added slave ID check for response messages 14 years ago
  Stéphane Raimbault 98b7a6a15c Protects modbus_mapping_free against NULL argument 13 years ago