Logo white

Peter M. Groen / libmodbus

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 855
  • Compare
  • Branches 1
  • Tags 0
  • libmodbus
  • tests
15 Jan, 2014
2 commits
  • Filter of IP addresses in IPv4 server (closes #190) ...
    c1665d40
    - protect against NULL IP address BTW
    - update documentation
    Stéphane Raimbault authored
    2014-01-15 23:33:20 +0100  
    Browse Dir »
  • Allow to listen any hosts in IPv6 (closes #32) ...
    8f1cc7b3
    - allow an empty string or NULL for node argument
    - protect against NULL in service argument
    - new test for NULL service
    - update documentation
    Stéphane Raimbault authored
    2014-01-15 23:33:20 +0100  
    Browse Dir »

09 Jan, 2014
1 commit
  • win32: improve way to get current tick count in tests {#187) ...
    652b5b05
    Thanks to vgrin for the report
    Stéphane Raimbault authored
    2014-01-09 17:11:29 +0100  
    Browse Dir »

16 Dec, 2013
1 commit
  • Convenient assert macro for unit testing ...
    bb6be03c
    It's never too late to remove 261 lines of code ;)
    Stéphane Raimbault authored
    2013-12-16 19:09:11 +0100  
    Browse Dir »

13 Dec, 2013
1 commit
  • Initialize device argument to NULL on malloc (closes #184)
    55bd5054
    Stéphane Raimbault authored
    2013-12-13 18:58:17 +0100  
    Browse Dir »

11 Dec, 2013
1 commit
  • MinGW make type warning in unit-test-server.c (closes #180) ...
    457be540
    Thanks to Marjan Tomas
    Stéphane Raimbault authored
    2013-12-11 14:28:13 +0100  
    Browse Dir »

02 Dec, 2013
1 commit
  • Fix MinGW make error 'MSG_NOSIGNAL' undeclared (closes #175) ...
    1eabc8a0
    Thank you Marjan Tomas.
    Stéphane Raimbault authored
    2013-12-02 13:54:59 +0100  
    Browse Dir »

25 Nov, 2013
2 commits
  • Conditional include of socket.h or winsock2 in tests (closes #169) ...
    946fb25c
    Thanks to MarjanTomas.
    Stéphane Raimbault authored
    2013-11-25 21:51:21 +0100  
    Browse Dir »
  • Truncate data from response in report_slave_id to new max arg (closes #167) ...
    52a82f8c
    Change API of function for libmodbus v3.2.0
    Stéphane Raimbault authored
    2013-11-25 21:47:23 +0100  
    Browse Dir »

20 Nov, 2013
1 commit
  • Fix response timeout modification on connect (closes #80) ...
    56653068
    Thanks to Perry Kundert for bug report and initial patches.
    Stéphane Raimbault authored
    2013-11-20 09:57:45 +0100  
    Browse Dir »

14 Nov, 2013
1 commit
  • Change timeout to uint32 and add 3 byte timeout tests ...
    c4f7a242
    - add byte timeout tests (TCP backend only)
    - update and improve documentation
    - long timeout values are now uint32_t so it changes the API
      to disable byte timeout
    Stéphane Raimbault authored
    2013-11-14 00:31:02 +0100  
    Browse Dir »

12 Nov, 2013
1 commit
  • Add missing sys/select.h for QNX (closes #158) ...
    13e1e8e2
    POSIX-1.2001 for fd_set. Thanks to spider391Tang.
    Stéphane Raimbault authored
    2013-11-12 22:03:44 +0100  
    Browse Dir »

31 Oct, 2013
1 commit
  • New API for set/get response and byte timeouts ...
    ea80f740
    - update documentation
    - 5 new tests
    - updated NEWS file
    - avoid include of time.h
    Stéphane Raimbault authored
    2013-10-31 00:42:20 +0100  
    Browse Dir »

23 Oct, 2013
1 commit
  • Export Modbus function codes supported by libmodbus
    8941a84c
    Stéphane Raimbault authored
    2013-10-23 23:33:36 +0200  
    Browse Dir »

21 Oct, 2013
1 commit
  • Fix bandwidth-server-one (closes #152)
    349b6ded
    Stéphane Raimbault authored
    2013-10-21 12:56:00 +0200  
    Browse Dir »

06 Oct, 2013
2 commits
  • Support RTU in new raw requests tests
    780e1c23
    Stéphane Raimbault authored
    2013-10-06 12:49:39 +0200  
    Browse Dir »
  • Tests on reading 0 or max + 1 registers for function 0x17
    05d16704
    Stéphane Raimbault authored
    2013-10-06 11:46:32 +0200  
    Browse Dir »

03 Oct, 2013
2 commits
  • Slight refactor of unit-test-client
    6cfed42b
    Stéphane Raimbault authored
    2013-10-03 20:30:51 +0200  
    Browse Dir »
  • Fix remote buffer overflow vulnerability (closes #25, #105) ...
    fc73565d
    It's strongly recommended to update your libmodbus library if you
    use it in a slave/server application in a not trusted environment.
    
    Debian package of libmodbus 3.0.4 already contains a patch to
    mitigate the exploit but the patch isn't as strong than this one.
    Stéphane Raimbault authored
    2013-10-03 20:06:51 +0200  
    Browse Dir »

22 May, 2013
1 commit
  • Rename 'socket' variables to 's' to avoid warning on Windows
    f7799a4f
    Stéphane Raimbault authored
    2013-05-22 23:45:30 +0200  
    Browse Dir »

10 May, 2013
1 commit
  • Improve socket init and close in tests
    9ba562e5
    Stéphane Raimbault authored
    2013-05-10 01:27:50 +0200  
    Browse Dir »

03 May, 2013
1 commit
  • Avoid a level of imbrication in bandwidth-server-many-up
    ef81a69e
    Stéphane Raimbault authored
    2013-05-03 16:15:43 +0200  
    Browse Dir »

01 May, 2013
4 commits
  • Rename modbus_set_float_swapped to modbus_set_float_dcba
    692f6b76
    Stéphane Raimbault authored
    2013-05-01 23:58:51 +0200  
    Browse Dir »
  • Missing UT_IREAL_SWAPPED
    e6e3c8e4
    Stéphane Raimbault authored
    2013-05-01 23:41:23 +0200  
    Browse Dir »
  • New functions to set/get swapped floats (LSB)
    997231b7
    Stéphane Raimbault authored
    2013-05-01 16:27:28 +0200  
    Browse Dir »
  • Safer modbus_close
    e6b64888
    Stéphane Raimbault authored
    2013-05-01 15:57:51 +0200  
    Browse Dir »

28 Mar, 2013
1 commit
  • Enable out-of-source build ...
    d97ba9db
    Add top build directory to tests. Otherwise modbus-version.h
    won't be found during the build process.
    
    Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
    Yegor Yefremov authored
    2013-03-28 08:09:14 +0100  
    Browse Dir »

25 Mar, 2013
2 commits
  • Add comment about fix alignment problem
    8bb8be2d
    Stéphane Raimbault authored
    2013-03-25 23:30:36 +0100  
    Browse Dir »
  • Fix alignment problem ...
    9782a304
    Build fails with -Werror and -Wcast-align on ARMv5 platform
    Alexander Dahl authored
    2013-03-25 23:30:26 +0100  
    Browse Dir »

12 Nov, 2012
2 commits
  • Fix all compilations warnings spotted by new compilation flags
    0468c30b
    Stéphane Raimbault authored
    2012-11-12 23:35:54 +0100  
    Browse Dir »
  • Major update of build system ...
    03e9d630
    - depends of automake 1.11
    - C99
    - pic-only
    - more warning C flags
    - remove obscure checks
    - don't print directories
    - add libmodbus.pc to clean files
    - remove -Werror
    Stéphane Raimbault authored
    2012-11-12 23:17:40 +0100  
    Browse Dir »

01 Nov, 2012
1 commit
  • Add unit tests for modbus_mapping_new
    37ed6f90
    Stéphane Raimbault authored
    2012-11-01 23:46:54 +0100  
    Browse Dir »

27 Oct, 2012
1 commit
  • Fix missing close on socket in random-test-server ...
    d14a031e
    Thanks to Damian Zieliński.
    Stéphane Raimbault authored
    2012-10-27 00:14:41 +0200  
    Browse Dir »

17 Aug, 2012
1 commit
  • Avoid to define closesocket on POSIX systems in tests
    622d6b55
    Stéphane Raimbault authored
    2012-08-17 00:22:00 +0200  
    Browse Dir »

16 Aug, 2012
1 commit
  • Fix compilation and execution of bandwidth tests in Windows.
    4623862b
    oldfaber authored
    2012-08-16 23:49:31 +0200  
    Browse Dir »

25 Jul, 2012
1 commit
  • Fix wrong constant names to create version number ...
    e07924b5
    Thanks to Denis Davydov
    Stéphane Raimbault authored
    2012-07-25 00:36:05 +0200  
    Browse Dir »

12 Jun, 2012
1 commit
  • Fix random-test-* with Microsoft compiler (closes #65)
    3ff47917
    Stéphane Raimbault authored
    2012-06-12 00:10:12 +0200  
    Browse Dir »

29 May, 2012
1 commit
  • Return value of _modbus_tcp_pi_connect() on failure (closes #61)
    2dca0423
    Stéphane Raimbault authored
    2012-05-29 02:00:23 +0200  
    Browse Dir »

07 Apr, 2012
1 commit
  • Display node and service in PI and port in IPv4 at connection
    8d8349b8
    Stéphane Raimbault authored
    2012-04-07 22:50:23 +0200  
    Browse Dir »

27 Mar, 2012
1 commit
  • I was certainly under the influence of drugs or hurry
    6f1ed722
    Stéphane Raimbault authored
    2012-03-27 18:53:36 +0200  
    Browse Dir »