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
20 May, 2016
12 commits
  • Rewrite new unit test for invalid function code
    52a5f1af
    Stéphane Raimbault authored
    2016-05-20 15:35:03 +0200  
    Browse Code »
  • C_PROG_RANLIB is rendered obsolete by LT_INIT
    c870bc16
    Stéphane Raimbault authored
    2016-05-20 14:51:02 +0200  
    Browse Code »
  • Improve ifdef around bswap_16 for __CYGWIN__
    67cacf8c
    Stéphane Raimbault authored
    2016-05-20 14:33:06 +0200  
    Browse Code »
  • Minor coding conventions on defines
    7ef3fa5f
    Stéphane Raimbault authored
    2016-05-20 14:33:03 +0200  
    Browse Code »
  • Update modbus-data.c ...
    cb4d3ea6
    Making all in src
      CC       modbus.lo
      CC       modbus-data.lo
    modbus-data.c:51:5: attention : #warning "Fallback on C functions for bswap_16" [-Wcpp]
     #   warning "Fallback on C functions for bswap_16"
         ^
    modbus-data.c:52:24: erreur: redefinition of ‘bswap_16’
     static inline uint16_t bswap_16(uint16_t x)
    StalderT authored
    2016-05-20 14:32:38 +0200  
    Browse Code »
  • Update configure.ac ...
    8f252294
    https://github.com/stephane/libmodbus/issues/248
    StalderT authored
    2016-05-20 14:32:30 +0200  
    Browse Code »
  • Another round of DRY in modbus_reply()
    3a6476e3
    Stéphane Raimbault authored
    2016-05-20 14:17:37 +0200  
    Browse Code »
  • Rename raw_rep to raw_rsp in unit-test-client
    05984bc0
    Stéphane Raimbault authored
    2016-05-20 12:53:27 +0200  
    Browse Code »
  • Fix wrong function name in debug message
    e6b8ba44
    Stéphane Raimbault authored
    2016-05-20 12:52:00 +0200  
    Browse Code »
  • Fix handling of invalid function code (closes #315) ...
    89998d4c
    Thanks to paperwork
    Stéphane Raimbault authored
    2016-05-20 12:51:19 +0200  
    Browse Code »
  • Add debug message on unknown function and new unit test
    0f28f3c3
    Stéphane Raimbault authored
    2016-05-20 12:51:16 +0200  
    Browse Code »
  • DRY in modbus_reply by improving response_exception() ...
    73a88a74
    Thanks to Rüdiger Ranft for the idea.
    Stéphane Raimbault authored
    2016-05-20 12:01:13 +0200  
    Browse Code »

18 May, 2016
5 commits
  • Fix typo in 3053bd0adb
    902c2873
    Stéphane Raimbault authored
    2016-05-18 17:48:58 +0200  
    Browse Code »
  • CID 69145 - Argument cannot be negative in unit-test-server
    3053bd0a
    Stéphane Raimbault authored
    2016-05-18 16:33:27 +0200  
    Browse Code »
  • CID 69142 - Unchecked return value in unit-test-server
    814ef174
    Stéphane Raimbault authored
    2016-05-18 16:16:58 +0200  
    Browse Code »
  • Fix CID 69140 - Bad bit shift operation (coverity) in tests
    f43066a1
    Stéphane Raimbault authored
    2016-05-18 15:43:30 +0200  
    Browse Code »
  • Rewrite and rename README as README.md in tests/
    2c2fc6d6
    Stéphane Raimbault authored
    2016-05-18 00:20:57 +0200  
    Browse Code »

17 May, 2016
3 commits
  • Github's contributing and issue template files
    7612ce20
    Stéphane Raimbault authored
    2016-05-17 23:28:41 +0200  
    Browse Code »
  • Fix small leak (64 bytes in TCP) in unit-test-client
    ae500259
    Stéphane Raimbault authored
    2016-05-17 22:17:20 +0200  
    Browse Code »
  • Add unit-tests.sh to tarball
    49a2034b
    Stéphane Raimbault authored
    2016-05-17 22:07:53 +0200  
    Browse Code »

11 May, 2016
9 commits
  • Add ./configure.scan to .gitignore
    5df20688
    Stéphane Raimbault authored
    2016-05-11 17:18:18 +0200  
    Browse Code »
  • Move setting of option inside the relevant conditional group
    10f92e2f
    Stéphane Raimbault authored
    2016-05-11 16:41:42 +0200  
    Browse Code »
  • Add links to new modbus_*_float_* functions in index
    1c11970f
    Stéphane Raimbault authored
    2016-05-11 16:24:33 +0200  
    Browse Code »
  • Slight change to modbus_report_slave_id doc. ...
    f155c5a6
    Thanks to Karl Palsson.
    Stéphane Raimbault authored
    2016-05-11 14:13:06 +0200  
    Browse Code »
  • Update NEWS file
    81cc4a7e
    Stéphane Raimbault authored
    2016-05-11 12:31:02 +0200  
    Browse Code »
  • Minor
    8932de65
    Stéphane Raimbault authored
    2016-05-11 12:15:21 +0200  
    Browse Code »
  • Add bswap macro to compile on OSX
    57c3d76f
    Jakob Bysewski authored
    2016-05-11 11:59:14 +0200  
    Browse Code »
  • Improve documentation of modbus_report_slave_id ...
    2689016a
    Inspired by
    https://github.com/remakeelectric/libmodbus/commit/56b2526f5140a7e7efd0a59d5f2e5fb200f5a632
    Stéphane Raimbault authored
    2016-05-11 11:51:27 +0200  
    Browse Code »
  • Fix "wildcard address" in TCP IPv6
    70b7c5d2
    Shoichi Sakane authored
    2016-05-11 11:43:38 +0200  
    Browse Code »

10 May, 2016
3 commits
  • Add more tests for new modbus_mapping_new_start_address
    28e1645d
    Stéphane Raimbault authored
    2016-05-10 16:22:52 +0200  
    Browse Code »
  • Use new modbus_mapping_new_start_address in unit tests
    79c1bd3d
    Stéphane Raimbault authored
    2016-05-10 15:42:00 +0200  
    Browse Code »
  • Change API modbus_mapping_(offsets_new) to (new_start_address) ...
    933ed4d3
    Related to 52ab1bbea760ed8eaca184f7d875a2f52a116d0f.
    The arguments have been changed (see documentation).
    
    https://groups.google.com/d/msg/libmodbus/aXO8nBzW4Ew/uVGTDmvvBAAJ
    Stéphane Raimbault authored
    2016-05-10 13:34:22 +0200  
    Browse Code »

09 May, 2016
1 commit
  • Fix address range in random-test-client ...
    a5bfc756
    Signed-off-by: Stéphane Raimbault <stephane.raimbault@gmail.com>
    Stéphane Raimbault authored
    2016-05-09 09:46:58 +0200  
    Browse Code »

27 Apr, 2016
2 commits
  • Add an option to disable tests compilation ...
    67108611
    Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
    Yegor Yefremov authored
    2016-04-27 10:59:05 +0200  
    Browse Code »
  • Add Jakob to AUTHORS with Contributor License Agreement
    55d8e2c0
    Stéphane Raimbault authored
    2016-04-27 10:53:52 +0200  
    Browse Code »

30 Mar, 2016
1 commit
  • Change msinttypes URL to GitHub repository ...
    81ad2198
    msinttypes moved to GitHub, so change URL accordingly.
    Yegor Yefremov authored
    2016-03-30 11:28:52 +0200  
    Browse Code »

07 Mar, 2016
2 commits
  • Add missing documentation of modbus_set_float functions
    4a303e94
    Stéphane Raimbault authored
    2016-03-07 05:42:19 +0100  
    Browse Code »
  • Add information about not compliant devices (closes #219)
    1e62dd09
    Stéphane Raimbault authored
    2016-03-07 04:59:58 +0100  
    Browse Code »

11 Feb, 2016
2 commits
  • Fixed a few minor doc typos
    b4763407
    Jon Mills authored
    2016-02-11 15:16:51 +0100  
    Browse Code »
  • Tiny typo
    199141f1
    jon mills authored
    2016-02-11 15:16:51 +0100  
    Browse Code »