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
12 Nov, 2012
2 commits
  • Cleanup .gitignore
    0f5b8163
    Stéphane Raimbault authored
    2012-11-12 21:12:46 +0100  
    Browse Code »
  • Symlinks instead of copies in autogen.sh
    2d3697ef
    Stéphane Raimbault authored
    2012-11-12 20:57:28 +0100  
    Browse Code »

09 Nov, 2012
1 commit
  • Calculate RTS activation time by send length
    cf644914
    Habu authored
    2012-11-09 00:31:31 +0100  
    Browse Code »

08 Nov, 2012
1 commit
  • Dynamic memory allocation of device name (closes #11)
    541804b3
    Stéphane Raimbault authored
    2012-11-08 23:35:33 +0100  
    Browse Code »

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 Code »

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 Code »

10 Sep, 2012
1 commit
  • Add stamp-h2 to gitignore
    28247ddb
    Stéphane Raimbault authored
    2012-09-10 23:26:52 +0200  
    Browse Code »

02 Sep, 2012
7 commits
  • Updated NEWS file
    d65e5d74
    Stéphane Raimbault authored
    2012-09-02 22:35:45 +0200  
    Browse Code »
  • More usual name for a README
    7ca4c79a
    Stéphane Raimbault authored
    2012-09-02 22:26:17 +0200  
    Browse Code »
  • Rename product name to libmodbus to avoid to use a registered name
    6805d793
    Stéphane Raimbault authored
    2012-09-02 22:22:21 +0200  
    Browse Code »
  • Don't hardcode libmodbus version number in modbus.dll.manifest
    16d3cacc
    Stéphane Raimbault authored
    2012-09-02 22:18:59 +0200  
    Browse Code »
  • Add Visual Studio 2008 project files. ...
    fa9acd76
    Add standalone Makefiles for the modbus DLL and tests, using the modbus DLL.
    oldfaber authored
    2012-09-02 22:07:14 +0200  
    Browse Code »
  • Fix the last warning with Visual Studio 2008.
    bb123c65
    oldfaber authored
    2012-09-02 22:05:49 +0200  
    Browse Code »
  • Fix: CreateFile() does not set errno. Use GetLastError().
    35b707c9
    oldfaber authored
    2012-09-02 22:04:50 +0200  
    Browse Code »

17 Aug, 2012
2 commits
  • Add oldfaber to AUTHORS
    c3993f15
    Stéphane Raimbault authored
    2012-08-17 00:25:08 +0200  
    Browse Code »
  • Avoid to define closesocket on POSIX systems in tests
    622d6b55
    Stéphane Raimbault authored
    2012-08-17 00:22:00 +0200  
    Browse Code »

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 Code »

25 Jul, 2012
2 commits
  • Fix missing argument in synopsis section of modbus_rtu_set_serial_mode ...
    79a7c1ea
    Thanks to Bill Gray.
    Stéphane Raimbault authored
    2012-07-25 00:41:30 +0200  
    Browse Code »
  • 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 Code »

27 Jun, 2012
1 commit
  • Add EXPORT to exported functions. ...
    ce0bdfbb
    Fix EXXX values defined in Microsoft C Runtime 10
    oldfaber authored
    2012-06-27 22:25:48 +0200  
    Browse Code »

22 Jun, 2012
1 commit
  • Updated NEWS file for v3.1.0
    a66b1c1f
    Stéphane Raimbault authored
    2012-06-22 21:49:03 +0200  
    Browse Code »

20 Jun, 2012
1 commit
  • Bump version number to 3.1.0 and library version
    fed80f40
    Stéphane Raimbault authored
    2012-06-20 08:20:03 +0200  
    Browse Code »

17 Jun, 2012
1 commit
  • Remove useless test on error_recovery argument ...
    4396649f
    Thanks to Carlos Tangerino
    Stéphane Raimbault authored
    2012-06-17 15:37:35 +0200  
    Browse Code »

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 Code »

11 Jun, 2012
1 commit
  • Init os_qnx in configure.ac
    47a72f1d
    Stéphane Raimbault authored
    2012-06-11 22:13:22 +0200  
    Browse Code »

06 Jun, 2012
1 commit
  • Fix compilation warnings with Microsoft compiler (closes #64)
    a98392f0
    Stéphane Raimbault authored
    2012-06-06 20:14:57 +0200  
    Browse Code »

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 Code »

19 May, 2012
1 commit
  • Fix TCP PI init under Windows ...
    be4b215d
    Thanks to oldfaber
    Stéphane Raimbault authored
    2012-05-19 23:39:05 +0200  
    Browse Code »

19 Apr, 2012
1 commit
  • Fix another Visual C++ 2008/2010 deficiency (closes #53) ...
    23dd803f
    Thanks to oldfaber.
    Stéphane Raimbault authored
    2012-04-19 17:08:50 +0200  
    Browse Code »

09 Apr, 2012
1 commit
  • Add -lsocket to compile on QNX
    83adabfa
    Stéphane Raimbault authored
    2012-04-09 23:51:13 +0200  
    Browse Code »

08 Apr, 2012
2 commits
  • Avoid ioctl call on non-RS485 ports ...
    1fca027f
    Original patch provided by Michael Haberler <git@mah.priv.at>.
    Stéphane Raimbault authored
    2012-04-08 22:25:04 +0200  
    Browse Code »
  • serial_mode isn't a bitmask
    a0aa885d
    Michael Haberler authored
    2012-04-08 22:04:00 +0200  
    Browse Code »

07 Apr, 2012
3 commits
  • poll.h is useless to compile TCP backend
    dd4adad8
    Stéphane Raimbault authored
    2012-04-07 22:50:30 +0200  
    Browse Code »
  • 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 Code »
  • Sort headers in AC_CHECK_HEADERS
    b89bb882
    Stéphane Raimbault authored
    2012-04-07 22:20:56 +0200  
    Browse Code »

27 Mar, 2012
2 commits
  • I was certainly under the influence of drugs or hurry
    6f1ed722
    Stéphane Raimbault authored
    2012-03-27 18:53:36 +0200  
    Browse Code »
  • Fix a missing free in random-test-client ...
    1ffb31da
    Thanks again to Stefan Finzel.
    It would be nice to run Valgrind more often...
    Stéphane Raimbault authored
    2012-03-27 09:38:28 +0200  
    Browse Code »

24 Mar, 2012
1 commit
  • Fix OMG bug in modbus_mapping_free not freeing memory ...
    c9106fdb
    Thanks to Stefan Finzel for the bug report
    Stéphane Raimbault authored
    2012-03-24 16:29:58 +0100  
    Browse Code »

12 Mar, 2012
2 commits
  • Add basic information about installation
    d9d1b507
    Stéphane Raimbault authored
    2012-03-12 22:20:30 +0100  
    Browse Code »
  • Fix typo in typedef ...
    da49761b
    Signed-off-by: Michael Heimpold <mhei@heimpold.de>
    Michael Heimpold authored
    2012-03-12 14:35:50 +0100  
    Browse Code »