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
26 Feb, 2013
1 commit
  • Ignore files auto-generated by the build process for debian packages
    697c18fd
    Alexander Klauer authored
    2013-02-26 17:06:31 +0100  
    Browse Code »

25 Feb, 2013
6 commits
  • Add Martijn de Gouw name to documentation
    bfee617e
    Stéphane Raimbault authored
    2013-02-25 03:10:44 +0100  
    Browse Code »
  • Add documentation for modbus_mask_write_register (closes #91)
    561700b0
    Martijn de Gouw authored
    2013-02-25 03:10:19 +0100  
    Browse Code »
  • Avoid C99 declaration in win32 section code (closes #92) ...
    c4290368
    Thanks to oldfaber and endrelovas.
    Stéphane Raimbault authored
    2013-02-25 02:15:22 +0100  
    Browse Code »
  • Cleanup on configure.js (w/o any tests...)
    a30eab37
    Stéphane Raimbault authored
    2013-02-25 02:12:34 +0100  
    Browse Code »
  • Fixed style issues.
    bb3ea92b
    oldfaber authored
    2013-02-25 02:12:34 +0100  
    Browse Code »
  • Add a windows scripting host configure file. ...
    208a337e
    Simply run cscript configure.js from the win32 directory to generate
    the files needed to create the modbus DLL.
    oldfaber authored
    2013-02-25 02:12:34 +0100  
    Browse Code »

29 Jan, 2013
1 commit
  • Fix typo in modbus_strerror documentation ...
    60adc050
    Thanks to Mirko Rajkovaca
    Stéphane Raimbault authored
    2013-01-29 10:47:48 +0100  
    Browse Code »

23 Jan, 2013
1 commit
  • Rename reserved C++ keywords of modbus_mask_write_register ...
    5ccb51d5
    Thanks Tobias Doerffel.
    Stéphane Raimbault authored
    2013-01-23 14:24:19 +0100  
    Browse Code »

22 Jan, 2013
6 commits
  • Another quick workaround for deficient OS (closes #63) ...
    34ec939a
    It will better to code something such as:
    https://github.com/crossroads-io/libxs/blob/master/src/err.cpp
    
    I don't intend to rewrite glib neither :(
    Stéphane Raimbault authored
    2013-01-22 23:55:41 +0100  
    Browse Code »
  • Add support for 230400 baudrate
    c9960a0f
    Martijn de Gouw authored
    2013-01-22 23:41:20 +0100  
    Browse Code »
  • Add support for Mask Write Register
    78d301ed
    Martijn de Gouw authored
    2013-01-22 23:38:20 +0100  
    Browse Code »
  • Remove reference to "configure.sh" (?)
    912953a4
    Julian Raschke authored
    2013-01-22 23:02:07 +0100  
    Browse Code »
  • List homebrew dependencies for OS X
    391f063e
    Julian Raschke authored
    2013-01-22 23:02:06 +0100  
    Browse Code »
  • Fix two README.md typos
    cd5eea1b
    Julian Raschke authored
    2013-01-22 23:02:06 +0100  
    Browse Code »

07 Jan, 2013
2 commits
  • Remove blank line from previous commit
    1b0f4420
    Stéphane Raimbault authored
    2013-01-07 14:19:06 +0100  
    Browse Code »
  • Use nonblocking sockets on Win32 and OS X/iOS too
    ad362fc1
    Julian Raschke authored
    2013-01-07 14:17:06 +0100  
    Browse Code »

16 Nov, 2012
1 commit
  • Fix stupid sizeof on char* ...
    db3b8525
    Thanks Giampaolo Bellini.
    Stéphane Raimbault authored
    2012-11-16 12:45:14 +0100  
    Browse Code »

13 Nov, 2012
3 commits
  • Revert to gzip file for distribution (tar -Jvf *.xz is not convenient)
    81cbb018
    Stéphane Raimbault authored
    2012-11-13 00:20:49 +0100  
    Browse Code »
  • Update references to README.md
    134ff0ea
    Stéphane Raimbault authored
    2012-11-13 00:20:31 +0100  
    Browse Code »
  • Clean generated documentation on distclean
    e26fc21a
    Stéphane Raimbault authored
    2012-11-13 00:09:57 +0100  
    Browse Code »

12 Nov, 2012
8 commits
  • Minor change to README
    f1a88c18
    Stéphane Raimbault authored
    2012-11-12 23:51:53 +0100  
    Browse Code »
  • Switch README from ReST to Markdown
    0fb68aef
    Stéphane Raimbault authored
    2012-11-12 23:50:01 +0100  
    Browse Code »
  • Fix all compilations warnings spotted by new compilation flags
    0468c30b
    Stéphane Raimbault authored
    2012-11-12 23:35:54 +0100  
    Browse Code »
  • Major update of build system ...
    03e9d630
    - depends of automake 1.11
    - C99
    - pic-only
    - more warning C flags
    - remove obscure checks
    - don't print directories
    - add libmodbus.pc to clean files
    - remove -Werror
    Stéphane Raimbault authored
    2012-11-12 23:17:40 +0100  
    Browse Code »
  • Fix m4 warnings from autotools
    c83fd179
    Stéphane Raimbault authored
    2012-11-12 21:34:53 +0100  
    Browse Code »
  • Add success message to autogen.sh
    04cf79da
    Stéphane Raimbault authored
    2012-11-12 21:27:40 +0100  
    Browse Code »
  • Cleanup .gitignore
    0f5b8163
    Stéphane Raimbault authored
    2012-11-12 21:12:46 +0100  
    Browse Code »
  • Symlinks instead of copies in autogen.sh
    2d3697ef
    Stéphane Raimbault authored
    2012-11-12 20:57:28 +0100  
    Browse Code »

09 Nov, 2012
1 commit
  • Calculate RTS activation time by send length
    cf644914
    Habu authored
    2012-11-09 00:31:31 +0100  
    Browse Code »

08 Nov, 2012
1 commit
  • Dynamic memory allocation of device name (closes #11)
    541804b3
    Stéphane Raimbault authored
    2012-11-08 23:35:33 +0100  
    Browse Code »

01 Nov, 2012
1 commit
  • Add unit tests for modbus_mapping_new
    37ed6f90
    Stéphane Raimbault authored
    2012-11-01 23:46:54 +0100  
    Browse Code »

27 Oct, 2012
1 commit
  • Fix missing close on socket in random-test-server ...
    d14a031e
    Thanks to Damian Zieliński.
    Stéphane Raimbault authored
    2012-10-27 00:14:41 +0200  
    Browse Code »

10 Sep, 2012
1 commit
  • Add stamp-h2 to gitignore
    28247ddb
    Stéphane Raimbault authored
    2012-09-10 23:26:52 +0200  
    Browse Code »

02 Sep, 2012
6 commits
  • Updated NEWS file
    d65e5d74
    Stéphane Raimbault authored
    2012-09-02 22:35:45 +0200  
    Browse Code »
  • More usual name for a README
    7ca4c79a
    Stéphane Raimbault authored
    2012-09-02 22:26:17 +0200  
    Browse Code »
  • Rename product name to libmodbus to avoid to use a registered name
    6805d793
    Stéphane Raimbault authored
    2012-09-02 22:22:21 +0200  
    Browse Code »
  • Don't hardcode libmodbus version number in modbus.dll.manifest
    16d3cacc
    Stéphane Raimbault authored
    2012-09-02 22:18:59 +0200  
    Browse Code »
  • Add Visual Studio 2008 project files. ...
    fa9acd76
    Add standalone Makefiles for the modbus DLL and tests, using the modbus DLL.
    oldfaber authored
    2012-09-02 22:07:14 +0200  
    Browse Code »
  • Fix the last warning with Visual Studio 2008.
    bb123c65
    oldfaber authored
    2012-09-02 22:05:49 +0200  
    Browse Code »