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

05 Feb, 2016
1 commit
  • tests: add missing static in bandwith-server-many
    cb09fa61
    Stéphane Raimbault authored
    2016-02-05 11:30:36 +0100  
    Browse Code »

16 Nov, 2015
2 commits
  • Define MSG_DONTWAIT to MSG_NONBLOCK on AIX (#294)
    988c9151
    Stéphane Raimbault authored
    2015-11-16 21:44:26 +0100  
    Browse Code »
  • Fix building when byteswap.h is not defined ...
    b1444214
    Linking failed in Visual Studio due to unresolved bswap_16().
    Tomasz Mon authored
    2015-11-16 10:48:22 +0200  
    Browse Code »

20 Oct, 2015
1 commit
  • doc: add missing targets modbus_get_float_* ...
    b56c00e0
    Thanks to Lars Täuber.
    The documentation still missing for modbus_set_float_*
    Stéphane Raimbault authored
    2015-10-20 16:01:00 +0200  
    Browse Code »

15 Oct, 2015
3 commits
  • Minor documentation fixes. ...
    46b90c8d
    Thanks to Lars Taeuber.
    Stéphane Raimbault authored
    2015-10-15 22:54:59 +0200  
    Browse Code »
  • Remove duplicate install of modbus.h (closes #290) ...
    69e1e22e
    The file was copied in wrong place too (include/libmodbus).
    Thanks to Daniel Sutcliffe.
    Stéphane Raimbault authored
    2015-10-15 19:30:47 +0200  
    Browse Code »
  • Add missing config.h in modbus-data.c
    469e053f
    Stéphane Raimbault authored
    2015-10-15 19:26:56 +0200  
    Browse Code »

02 Oct, 2015
2 commits
  • Move MIGRATION and README.md to dist_doc_DATA target
    7e595167
    Stéphane Raimbault authored
    2015-10-02 22:59:27 +0200  
    Browse Code »
  • Run autoscan and fix warnings
    b713de92
    Stéphane Raimbault authored
    2015-10-02 22:53:09 +0200  
    Browse Code »

26 Sep, 2015
3 commits
  • Documentation of modbus get float functions
    17be5988
    Stéphane Raimbault authored
    2015-09-26 16:11:16 +0200  
    Browse Code »
  • Rewrite and extend functions to manipulate float values
    08ed259f
    Stéphane Raimbault authored
    2015-09-26 16:11:16 +0200  
    Browse Code »
  • Minor changes to NEWS
    caade94b
    Stéphane Raimbault authored
    2015-09-26 15:48:54 +0200  
    Browse Code »