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
02 Jul, 2010
2 commits
  • Revert "Rename src to modbus" ...
    4a38de0a
    This reverts commit df0cf7927249954f15e0aa85b02d21b990fa9af9.
    Use <modbus.h> in tests.
    Stéphane Raimbault authored
    2010-07-02 08:37:42 +0200  
    Browse Code »
  • Error conventions of POSIX systems and error recovery ...
    f0e7ad21
    - returns -1 on error and set errno
    - error recovery system was flawed
    - error recovery disabled by default
    - remove a malloc
    Stéphane Raimbault authored
    2010-07-02 08:00:38 +0200  
    Browse Code »

10 Jun, 2010
1 commit
  • Fix typo on fprintf
    bb13bb7b
    Stéphane Raimbault authored
    2010-06-10 08:39:35 +0200  
    Browse Code »

31 May, 2010
1 commit
  • Write real errors to stderr
    5ec104ae
    Stéphane Raimbault authored
    2010-05-31 18:40:16 +0200  
    Browse Code »

23 Apr, 2010
4 commits
  • Change libtool versionning after discussion with Florian Forster
    a72d756c
    Stéphane Raimbault authored
    2010-04-23 16:42:57 +0200  
    Browse Code »
  • Automake 1.11 isn't required
    887a2946
    Stéphane Raimbault authored
    2010-04-23 10:24:57 +0200  
    Browse Code »
  • Add missing details to 'Fix inconsistent pkg-config file'
    87113d7a
    Stéphane Raimbault authored
    2010-04-23 10:23:05 +0200  
    Browse Code »
  • Fix inconsistent pkg-config file ...
    9df213cc
    Some files reference modbus.pc or modbus.pc.in while other files
    reference libmodbus.pc or libmodbus.pc.in.
    
    Let stick with libmodbus.pc or libmodbus.pc.in.
    Bryan Hundven authored
    2010-04-23 10:14:46 +0200  
    Browse Code »

16 Apr, 2010
2 commits
  • Minor changes in spec file
    2d90cd56
    Stéphane Raimbault authored
    2010-04-16 03:40:23 +0200  
    Browse Code »
  • Add versioning infrastructure ...
    95fd206f
    Inspired by the Clutter project and work done by Florian Forster.
    Stéphane Raimbault authored
    2010-04-16 03:37:56 +0200  
    Browse Code »

02 Apr, 2010
10 commits
  • Updated tests/README
    c0de8fed
    Stéphane Raimbault authored
    2010-04-02 17:07:49 +0200  
    Browse Code »
  • Rename src to modbus ...
    df0cf792
    This time the change is definitive :)
    Stéphane Raimbault authored
    2010-04-02 17:07:42 +0200  
    Browse Code »
  • Add foreign option to AM_INIT_AUTOMAKE ...
    7a353920
    Avoid to create generic INSTALL file
    Stéphane Raimbault authored
    2010-04-02 12:50:13 +0200  
    Browse Code »
  • Updated NEWS and README
    0cf64c6f
    Stéphane Raimbault authored
    2010-04-02 12:40:22 +0200  
    Browse Code »
  • Removed .bzrignore (we use git now)
    5bf53eb5
    Stéphane Raimbault authored
    2010-04-02 12:40:22 +0200  
    Browse Code »
  • Removed Waf support ...
    18abc726
    I don't want to put a burden on build system support anymore
    Stéphane Raimbault authored
    2010-04-02 12:40:21 +0200  
    Browse Code »
  • Requires field was useless in modbus.pc.in
    b80577a5
    Stéphane Raimbault authored
    2010-04-02 12:40:07 +0200  
    Browse Code »
  • Coding conventions in modbus_*_float functions
    248adcf7
    Stéphane Raimbault authored
    2010-04-02 12:00:10 +0200  
    Browse Code »
  • Block SIGPIPE signal ...
    2a359eb0
    Requests not to send SIGPIPE on errors on stream oriented sockets
    when the other end breaks the connection.
    Stéphane Raimbault authored
    2010-04-02 03:30:11 +0200  
    Browse Code »
  • Updated configure.ac with silent rules ...
    f1fcb624
    - run autoupdate
    - remove some warnings
    - enable silent rules
    - bump the version to 2.1.0
    Stéphane Raimbault authored
    2010-04-02 03:23:43 +0200  
    Browse Code »

30 Mar, 2010
1 commit
  • Implement the register <-> float conversion without breaking aliasing rules. ...
    2fc58929
    The previous implementation dereferenced a type-puned pointer, which is
    illegal according to ANSI C. Some newer versions of GCC will complain
    about this. This implementation uses "memcpy" to avoid this problem.
    Florian Forster authored
    2010-03-30 10:48:03 +0200  
    Browse Code »

24 Mar, 2010
3 commits
  • Add .gitignore
    170b042c
    Stéphane Raimbault authored
    2010-03-24 08:40:48 +0100  
    Browse Code »
  • Coding conventions rules for Emacs
    02f33709
    Stéphane Raimbault authored
    2010-03-24 08:40:48 +0100  
    Browse Code »
  • Remove one argument to receive_msg and modbus_slave_receive ...
    0a6ea1ac
    - the return value is used to pass the message length
    - remove the hack on exception check in modbus receive
    - update tests
    Stéphane Raimbault authored
    2010-03-24 08:40:30 +0100  
    Browse Code »

21 Jan, 2010
16 commits
  • Fix #457200 - FreeBSD support by Norbert Koch
    f20a1860
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • New API to close slave TCP socket
    5f65efd8
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Removed malloc check which doesn't pass on ARM linux toolchain
    47abb900
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Fix #425604 - Conditional jump or move depends on uninitialised value(s) ...
    effaf929
    It occurs on first occurence of slave timeout (found with Valgrind 3.3.0).
    Reported by Henrik Munktell.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Implemented FC_REPORT_SLAVE_ID according to specs
    243ac512
    Paul Fertser authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • New API modbus_read_float() and modbus_write_float() for float values
    22a68981
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Fix useless ret argument in printf
    77c8c416
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • New function modbus_set_slave()
    237df102
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Use config.h in Waf compilation ...
    62d8e2f6
    - simpler wscript_build files
    - reuse VERSION
    - add path to config.h
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Add config.h and config.h.in to .bzrignore
    e4b94e78
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Fix #378981 - CRC error on RTU response doesn't return negative value ...
    16b9a1b3
    Reported by Henrik Munktell.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Remove/ignore INSTALL file and add --force to autoreconf
    f46bde45
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Autoconf settings for CentOS 4.6 and CentOS 5.3 ...
    58cf0686
    They came with autoconf-2.59, which does not support AC_TYPE_UINT*_T .
    Yishin Li authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Autotools settings adjustments ...
    db78b0c8
    - removed maintainer-mode
    - RANLIB useless
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • modbus_mapping_new returns 0 on success ...
    17994074
    - adjusts various comments on return values
    - updated tests
    - added entry to MIGRATION
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »
  • Fix #375926 - modbus.c:164: error: `MSG_DONTWAIT' undeclared ...
    6e6e2602
    Reported and tested by Yishin Li.
    
    Real fix #333455 - IPTOS_LOWDELAY not supported on cygwin
    Thank to Yishin Li for the better problem description.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse Code »