Histórico de commits

Autor SHA1 Mensagem Data
  Stéphane Raimbault 4ac3cc374f Add strlcpy if not available to enhance copy of device string 14 anos atrás
  Stéphane Raimbault 3707d37f82 Fix memory leak when the given parity is invalid 14 anos atrás
  Stéphane Raimbault b57c70f745 Updated NEWS file 14 anos atrás
  Stéphane Raimbault 4abb548795 Initialize socket to -1 to avoid write on standard output 14 anos atrás
  Stéphane Raimbault 525aadb23a Remove the slave ID argument of modbus_new_rtu() 14 anos atrás
  Stéphane Raimbault f410aea2f7 Isolate RTU and TCP headers and simplify Win32 detection 14 anos atrás
  Stéphane Raimbault 50fa79da23 Avoid constraints in header ordering 15 anos atrás
  Stéphane Raimbault 0186a11cb6 Bump version number in configure.ac to 2.9.2 15 anos atrás
  Stéphane Raimbault d0c077eca1 Removed annoying check on netinet/ip.h for OpenBSD 15 anos atrás
  Stéphane Raimbault 2904b5dddd Remove configure call in autogen.sh script 15 anos atrás
  Stéphane Raimbault a65995df73 Replace LT_INIT by AC_ macros in configure.ac 15 anos atrás
  Stéphane Raimbault 271616b023 Fix clang warnings about invalid conversion specifier 15 anos atrás
  Stéphane Raimbault 6e1e4e580f Tiny coding conventions 15 anos atrás
  Stéphane Raimbault 49b2208dd5 Fix clang warnings about implicit declaration 15 anos atrás
  Stéphane Raimbault 5d78730212 Add missing return when the init of Win32 Socket API fails 15 anos atrás
  Stéphane Raimbault dc26ddd72d Avoid empy function call on non-win32 platforms 15 anos atrás
  Tobias Doerffel 7717e6c40c Initialise Win32 Socket API in _modbus_tcp_connect/_modbus_tcp_listen 15 anos atrás
  Tobias Doerffel 01127e3c4d Allow building Win32 using autotools infrastructure 15 anos atrás
  Stéphane Raimbault 04cde66b80 Fix free() calls ordering in modbus_mapping_new 15 anos atrás
  Stéphane Raimbault eac43475ee Updated RPM and Debian specs but not tested yet 15 anos atrás
  Stéphane Raimbault c81ab0f356 Added Windows to the list of supported OS 15 anos atrás
  Stéphane Raimbault 5db0c34446 Coding conventions on newly added win32 code 15 anos atrás
  Stéphane Raimbault bb8dd7812b Updated NEWS 15 anos atrás
  Stéphane Raimbault 300ef5b41b Add Tobias Doerffel to AUTHORS 15 anos atrás
  Tobias Doerffel e2f59e9e54 Added support for native Win32 15 anos atrás
  Tobias Doerffel 31577bbb41 Introduced select() operation for backends 15 anos atrás
  Tobias Doerffel 2f0b8355f4 Fix compiler warning on Win32 when calling send()/recv() 15 anos atrás
  Tobias Doerffel 3f10ef1dfb Removed duplicate header inclusions 15 anos atrás
  Tobias Doerffel 057be70d68 Pass complete modbus_t structure to send()/recv() of the backends 15 anos atrás
  Tobias Doerffel 01ba9771ee Fixed return value in modbus_flush() 15 anos atrás