Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
networkupstools
/
libmodbus
Public
forked from
stephane/libmodbus
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Fix mingw build (only)
- #4
#4
Merged
jimklimov
merged 10 commits into
networkupstools:rtu_usb
networkupstools/libmodbus:rtu_usb
from
jimklimov:fix-mingw-build-only
jimklimov/libmodbus:fix-mingw-build-only
Copy head branch name to clipboard
Jan 26, 2025
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Fix mingw build (only)
#4
jimklimov
merged 10 commits into
networkupstools:rtu_usb
networkupstools/libmodbus:rtu_usb
from
jimklimov:fix-mingw-build-only
jimklimov/libmodbus:fix-mingw-build-only
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2025
configure.ac: allow to --enable-Werror in test builds
Show description for 6764ada
jimklimov
committed
6764ada
View commit details
Copy full SHA for 6764ada
Browse repository at this point
src/modbus-tcp.c: fix setsockopt() argument type for WIN32 cross-builds (mingw)
Show description for 7eaa313
jimklimov
committed
7eaa313
View commit details
Copy full SHA for 7eaa313
Browse repository at this point
configure.ac, src/modbus-tcp.c: import fallback inet_pton() and inet_ntop() from NUT for cross-builds on WIN32 (mingw)
Show description for 073ff19
jimklimov
committed
073ff19
View commit details
Copy full SHA for 073ff19
Browse repository at this point
configure.ac: fix detection of netinet/ip.h on platforms where it requires netinet/in.h explicitly included first
Show description for 314defd
jimklimov
committed
314defd
View commit details
Copy full SHA for 314defd
Browse repository at this point
README.md: clarify possible need for GNU make
Show description for 4733bb2
jimklimov
committed
4733bb2
View commit details
Copy full SHA for 4733bb2
Browse repository at this point
GitIgnore src/stamp-h3
Show description for 72fdf60
jimklimov
committed
72fdf60
View commit details
Copy full SHA for 72fdf60
Browse repository at this point
src/modbus.c: _modbus_receive_msg(): printf("\n") to flush after angle-bracket debug printout
Show description for 8303f53
jimklimov
committed
8303f53
View commit details
Copy full SHA for 8303f53
Browse repository at this point
src/modbus.c: _modbus_receive_msg(): if "ctx->backend->select" failed, report it as such (not as generic "select()")
Show description for a6d00c8
jimklimov
committed
a6d00c8
View commit details
Copy full SHA for a6d00c8
Browse repository at this point
src/modbus.c: response_exception(): fflush() before and after vfprintf() to sync the output
Show description for f2ea473
jimklimov
committed
f2ea473
View commit details
Copy full SHA for f2ea473
Browse repository at this point
src/modbus-tcp.c: modbus_tcp_listen(): clarify failed TCP listener situations
Show description for 103b920
jimklimov
committed
103b920
View commit details
Copy full SHA for 103b920
Browse repository at this point
You can’t perform that action at this time.