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
21 Jan, 2010
40 commits
  • Major changes to test-master-random ...
    1d058c8e
    - Use only addresses between address_start and address_end
    - Better memory usage
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Unit testing ...
    fa4f566b
    - Major changes to unit-test-master/slave to add 4 tests
    - Use new functions to manipulate bits
    - Reduce memory usage (allocate only the required space and use
      uint[8|16]_t pointers)
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Various changes ...
    1660f894
    - declare some functions static
    - use uint8_t and uint16_t in various places to reduce memory use, the transition is not complete and will break compilation of some applications
    - add some new functions to get/set bits from one or many bytes:
      o set_bits_from_byte
      o set_bits_from_bytes
      o get_byte_from_bits
    - the server (slave) detects a connection closing
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Add a comment about uint16_t
    07ae7c91
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Fix test of memset
    b95e7363
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Fix bad commit
    ab9a9bc0
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • - Rename test files ...
    35c5a230
    - Separate unit-test-master and test-master-random
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Sync header checks with waf
    07b51bce
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Fix #211460 reported by Todd Denniston ...
    bbcc2438
    With TCP, automatic reconnect on error may not be desired.
    It's now possible to adjust the error handling mode.
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Fix MaxOS X support
    ee012c8a
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Update
    8d9d2f23
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Support of MacOSX, based on the work of Matthew Butch. ...
    6ff2eef1
    Need testing.
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Updated for describe Waf build
    2f75f7a1
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Disable compilation of static libraries with autotools.
    71654332
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Fix Waf compilation (path to modbus.h)
    95d3841d
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Code »
  • Forgotten file in previous commit: INSTALL
    4771381e
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Use termios.h instead termio.h (like on OSX)
    9f11a2d3
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • - Update README, INSTALL and NEWS files ...
    8f51424e
    - ModBus -> Modbus
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • New organisation of the source tree ...
    55bab3f5
    - separate tests directory
    - regroup modbus.h and modbus.c in the same dir
    - updated waf scripts
    - updated autotools files
    - bump application version to 1.9.0
    - bump library number to 2.0.0
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Bump version to 1.9.0
    3647a435
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Removed glib dependency
    7ac79f0a
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Patch from Dirk Reusch to change the port number at init in TCP.
    e48f66e0
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Changed build dir for waf
    512e857d
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Change description of modbus.pc.in
    d489f450
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Finished waf script (almost)
    6d093b6a
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Add WAF scripts to build the libmodbus and the associated tests.
    bdbdf33f
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • License changes ...
    cc7591bb
    - modbus.[ch] are LGPL
    - test-modbus-master.c and test-modbus-slave.c are GPL
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Remove i variable (conflict).
    8e2c3665
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Remove offset variable in modbus_listen.
    1133e561
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • - Add glib-2.0 dependency in modbus.pc ...
    d4216637
    - Fix modbus.h path
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Add modbus.pc to .bzrignore
    e4496fd6
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Major changes to the build system ...
    15d042e2
    - move modbus.h => include/modbus/
    - create a pkgconfig file (module.pc)
    - install modbus.h in $(includedir)
    - new path to reach modbus.h
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Merge revno 17 from libmodbus-1.2 ...
    fdc7521f
    - Fix #191039 reported by Todd Denniston
        modbus.h is not installed at prefix
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Code »
  • Fix typo in NEWS
    6afcbf16
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »
  • Merge -r10..12 from libmodbus 1.2 branch
    51481b5b
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »
  • Bump to 1.3.0 branch (unstable version)
    c8effdba
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »
  • Add some files to .bzrignore
    c2d08f6d
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »
  • Fix #159443 - Index of incoming data in force multiple coils function
    fb2485c1
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »
  • Untabify
    31400c9a
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »
  • Deleted unuseful code in check_crc16()
    26dc666a
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse Code »