Stéphane Raimbault
|
d15c82b2b2
Re-enabled silent rules, disabled by error in previous commit
|
14 年之前 |
Stéphane Raimbault
|
e3f2c133fa
Remove inclusion of config.h in modbus.h. Closes GH-3.
|
14 年之前 |
Kirill Smelkov
|
77eceb6a84
configure: Correctly detect if we are cross-compiling for win32
|
14 年之前 |
Stéphane Raimbault
|
b8c0558c19
Rename modbus_[listen|accept] to modbus_tcp_[listen|accept]
|
14 年之前 |
Stéphane Raimbault
|
ddbd7266be
Fix to allow the setting of the broadcast address
|
14 年之前 |
Stéphane Raimbault
|
4ac3cc374f
Add strlcpy if not available to enhance copy of device string
|
14 年之前 |
Stéphane Raimbault
|
3707d37f82
Fix memory leak when the given parity is invalid
|
14 年之前 |
Stéphane Raimbault
|
b57c70f745
Updated NEWS file
|
14 年之前 |
Stéphane Raimbault
|
4abb548795
Initialize socket to -1 to avoid write on standard output
|
14 年之前 |
Stéphane Raimbault
|
525aadb23a
Remove the slave ID argument of modbus_new_rtu()
|
14 年之前 |
Stéphane Raimbault
|
f410aea2f7
Isolate RTU and TCP headers and simplify Win32 detection
|
14 年之前 |
Stéphane Raimbault
|
50fa79da23
Avoid constraints in header ordering
|
15 年之前 |
Stéphane Raimbault
|
0186a11cb6
Bump version number in configure.ac to 2.9.2
|
15 年之前 |
Stéphane Raimbault
|
d0c077eca1
Removed annoying check on netinet/ip.h for OpenBSD
|
15 年之前 |
Stéphane Raimbault
|
2904b5dddd
Remove configure call in autogen.sh script
|
15 年之前 |
Stéphane Raimbault
|
a65995df73
Replace LT_INIT by AC_ macros in configure.ac
|
15 年之前 |
Stéphane Raimbault
|
271616b023
Fix clang warnings about invalid conversion specifier
|
15 年之前 |
Stéphane Raimbault
|
6e1e4e580f
Tiny coding conventions
|
15 年之前 |
Stéphane Raimbault
|
49b2208dd5
Fix clang warnings about implicit declaration
|
15 年之前 |
Stéphane Raimbault
|
5d78730212
Add missing return when the init of Win32 Socket API fails
|
15 年之前 |
Stéphane Raimbault
|
dc26ddd72d
Avoid empy function call on non-win32 platforms
|
15 年之前 |
Tobias Doerffel
|
7717e6c40c
Initialise Win32 Socket API in _modbus_tcp_connect/_modbus_tcp_listen
|
15 年之前 |
Tobias Doerffel
|
01127e3c4d
Allow building Win32 using autotools infrastructure
|
15 年之前 |
Stéphane Raimbault
|
04cde66b80
Fix free() calls ordering in modbus_mapping_new
|
15 年之前 |
Stéphane Raimbault
|
eac43475ee
Updated RPM and Debian specs but not tested yet
|
15 年之前 |
Stéphane Raimbault
|
c81ab0f356
Added Windows to the list of supported OS
|
15 年之前 |
Stéphane Raimbault
|
5db0c34446
Coding conventions on newly added win32 code
|
15 年之前 |
Stéphane Raimbault
|
bb8dd7812b
Updated NEWS
|
15 年之前 |
Stéphane Raimbault
|
300ef5b41b
Add Tobias Doerffel to AUTHORS
|
15 年之前 |
Tobias Doerffel
|
e2f59e9e54
Added support for native Win32
|
15 年之前 |