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
10 Jan, 2022
1 commit
  • Minor changes to NEWS
    b546de99
    Stéphane Raimbault authored
    2022-01-10 21:45:49 +0100  
    Browse Code »

09 Jan, 2022
1 commit
  • Bump version to 3.1.7
    3da2d019
    Stéphane Raimbault authored
    2022-01-09 00:17:00 +0100  
    Browse Code »

08 Jan, 2022
1 commit
  • modbus_reply: fix copy & paste error in sanity check (fixes #614) ...
    b4ef4c17
    While handling MODBUS_FC_WRITE_AND_READ_REGISTERS, both address offsets
    must be checked, i.e. the read and the write address must be within the
    mapping range.
    
    At the moment, only the read address was considered, it looks like a
    simple copy and paste error, so let's fix it.
    
    Signed-off-by: Michael Heimpold <mhei@heimpold.de>
    Michael Heimpold authored
    2022-01-08 20:00:53 +0100  
    Browse Code »

07 Jan, 2022
3 commits
  • Add SECURITY.md (closes #613)
    bd1c85f2
    Stéphane Raimbault authored
    2022-01-07 16:10:10 +0100  
    Browse Code »
  • Fix typo in comment (closes #588) ...
    89f5c504
    Thank you @qqq89513
    Stéphane Raimbault authored
    2022-01-07 15:53:53 +0100  
    Browse Code »
  • Replace obsolete AC_PROG_CC_STDC by AC_PROG_CC
    410b148f
    Stéphane Raimbault authored
    2022-01-07 15:43:07 +0100  
    Browse Code »

18 Oct, 2021
3 commits
  • Fix position of CC flags in documentation (closes #599)
    ebc4f478
    Stéphane Raimbault authored
    2021-10-18 15:29:22 +0200  
    Browse Code »
  • Remove duplicate ';' (closes #602)
    4dbef355
    Stéphane Raimbault authored
    2021-10-18 15:27:54 +0200  
    Browse Code »
  • Add the baud rate of 256k for Windows (closes #603)
    d9054d40
    Stéphane Raimbault authored
    2021-10-18 15:25:32 +0200  
    Browse Code »

06 Oct, 2021
1 commit
  • Add FUNDING.yml
    d22f72cb
    Stéphane Raimbault authored
    2021-10-06 14:31:30 +0200  
    Browse Code »

11 May, 2021
5 commits
  • cosmetic changes in man page standardizing itemization
    31f77918
    Marc Haber authored
    2021-05-11 00:57:24 +0200  
    Browse Code »
  • Fix many typos ...
    d25150ac
    Thanks to @peternewman
    Stéphane Raimbault authored
    2021-05-11 00:55:51 +0200  
    Browse Code »
  • Replace .dir-locals.el (Emacs) by .editorconfig
    56d1d95d
    Stéphane Raimbault authored
    2021-05-11 00:55:51 +0200  
    Browse Code »
  • typo
    1f84d40a
    Stefan Nilsson authored
    2021-05-11 00:29:09 +0200  
    Browse Code »
  • Add .clabot
    bcfd1114
    Stéphane Raimbault authored
    2021-05-11 00:14:13 +0200  
    Browse Code »

30 Apr, 2021
3 commits
  • Include the test LICENSE in tarball ...
    486f277d
    Fix for #542
    Richard Ash authored
    2021-04-30 01:47:17 +0200  
    Browse Code »
  • Install the NEWS and AUTHORS files ...
    26c85163
    Fix #513
    Richard Ash authored
    2021-04-30 01:47:17 +0200  
    Browse Code »
  • Update README.md ...
    ae661532
    Add Embox RTOS to the list of supported OSes
    Anton Bondarev authored
    2021-04-30 01:44:18 +0200  
    Browse Code »

03 Dec, 2020
1 commit
  • docs: fix simple typo, reponse -> response ...
    1d758ca2
    There is a small typo in tests/bandwidth-client.c.
    
    Should read `response` rather than `reponse`.
    Tim Gates authored
    2020-12-03 10:14:41 +0100  
    Browse Code »

24 Sep, 2020
2 commits
  • Add modbus_[get|set]_indication_timeout to doc build
    9d3b1286
    Stéphane Raimbault authored
    2020-09-24 22:37:57 +0200  
    Browse Code »
  • Fix warning issues ...
    0814ecf7
    When compiling with gcc and option -Wconversion it fixes the
    warning message
    
      warning: conversion from ‘X’ {aka ‘x’} to ‘Y’ {aka ‘y’} may change value
    
    Signed-off-by: José Bollo <jose.bollo@iot.bzh>
    José Bollo authored
    2020-09-24 22:03:06 +0200  
    Browse Code »

05 Apr, 2020
1 commit
  • Move malloc before starting unit tests
    7f48e0fd
    Stéphane Raimbault authored
    2020-04-05 23:09:47 +0200  
    Browse Code »

02 Aug, 2019
2 commits
  • Fixed MODBUS_GET_* macros in case of negative values ...
    f1eb4bc7
    In case resulting value should be negative it is incorrect to use '+' operator to construct it from pieces, because highest bytes will result in negative number after bitwise shift while others will stay positive. Replacing addition with '|' should solve the issue.
    i-ky authored
    2019-08-02 16:25:49 +0100  
    Browse Code »
  • SPDX: change LGPL-2.1+ to LGPL-2.1-or-later ...
    820e15fa
    Since SPDX release 3.0 LGPL-2.1+ became LGPL-2.1-or-later. Hence
    replace the deprecated identifiers.
    Yegor Yefremov authored
    2019-08-02 12:07:53 +0100  
    Browse Code »

31 Jul, 2019
2 commits
  • Bump version to 3.1.6
    f9fe3b0a
    Stéphane Raimbault authored
    2019-07-31 23:17:38 +0200  
    Browse Code »
  • Fix my so stupid fix for VD-1301 vulnerability ...
    6f915d42
    I can't believe I committed that copy/paste mistake.
    Sorry Maor Vermucht and Or Peles, excepted naming your original
    patch was OK.
    
    Thank you Karl Palsson for your review.
    Stéphane Raimbault authored
    2019-07-31 23:15:59 +0200  
    Browse Code »

29 Jul, 2019
9 commits
  • Bump version to 3.1.5
    890e689b
    Stéphane Raimbault authored
    2019-07-29 12:43:11 +0200  
    Browse Code »
  • Update NEWS
    7fec417e
    Stéphane Raimbault authored
    2019-07-29 12:43:01 +0200  
    Browse Code »
  • Fix URL ...
    cb9d03d0
    Schneider Automation has become Schneider Electric, which refers to modbus.org.
    Frank Theile authored
    2019-07-29 12:36:35 +0200  
    Browse Code »
  • Add appveyor.com config ...
    c409cf9a
    Add a .appveyor.yml config to enable Win32 CI testing. At current this
    only runs a cygwin64 build on a recent version of Cygwin/Windows.
    Guy Taylor authored
    2019-07-29 12:33:50 +0200  
    Browse Code »
  • Update libmodbus.txt
    170bce65
    Zwivhuya authored
    2019-07-29 12:31:13 +0200  
    Browse Code »
  • Change arg value from int to const uint16_t in modbus_write_register ...
    862af10b
    Closes #461
    Stéphane Raimbault authored
    2019-07-29 12:31:02 +0200  
    Browse Code »
  • Mark raw_req argument as const in modbus_send_raw_request (closes #479)
    e4fb46fe
    Stéphane Raimbault authored
    2019-07-29 12:31:02 +0200  
    Browse Code »
  • Add unit tests for VD-1301 and VD-1302 vulnerabilities
    ca3fcb1c
    Stéphane Raimbault authored
    2019-07-29 12:31:02 +0200  
    Browse Code »
  • Fix VD-1301 and VD-1302 vulnerabilities ...
    5ccdf5ef
    This patch was contributed by Maor Vermucht and Or Peles from
    VDOO Connected Trust.
    Stéphane Raimbault authored
    2019-07-29 12:31:02 +0200  
    Browse Code »

10 Jan, 2019
1 commit
  • Create CODE_OF_CONDUCT.md
    076992fb
    Stéphane Raimbault authored
    2019-01-10 02:14:19 +0100  
    Browse Code »

07 Jun, 2018
1 commit
  • modbus_mapping_t is now a named typedef (to allow forward declaration)
    ddac0cf9
    Andrea Masciotta authored
    2018-06-07 10:40:08 +0200  
    Browse Code »

05 Jun, 2018
1 commit
  • Rename type as flags for consistency between functions
    6c14b7fc
    Stéphane Raimbault authored
    2018-06-05 23:40:50 +0200  
    Browse Code »

31 May, 2018
1 commit
  • Add missing SOCK_CLOEXEC flag on socket creation ...
    bba1b812
    Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
    Richard Genoud authored
    2018-05-31 11:27:43 +0200  
    Browse Code »

14 Nov, 2017
1 commit
  • Remove wrong and harmful checks in configure.ac ...
    df7d633f
    - AC_FUNC_FORK, neved used.
    - AC_FUNC_MALLOC, using a cross toolchain, it's checked on build
      architecture!
    - memset should be always available.
    
    Thanks to oldfaber for the proposal.
    Stéphane Raimbault authored
    2017-11-14 22:36:49 +0100  
    Browse Code »