-
-
Notifications
You must be signed in to change notification settings - Fork 373
Issues: networkupstools/nut
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Tightening NUT
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
portability
We want NUT to build and run everywhere possible
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Consolidate bool string parsing into a common method
augeas
Configuration file parser (reader, writer) multi-tool for scripting, etc.
C++
C-bool
Issues and PRs about C/C++ methods, headers and data types dealing with boolean types
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
enhancement
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Propagate Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
documentation-protocol
Submitted vendor-provided or user-discovered protocol information, or similar data (measurements...)
enhancement
NUT protocols
IMMUTABLE
flag on socket protocol (driver=>upsd
); use it in netset
; sanity-check if (defaulted) NUMBER
values are not in fact STRING
s
C-str
common/str.c, include/str.h: introduce Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
DMF
NUT Data/Dynamic Mapping File/Format/Functionality feature
portability
We want NUT to build and run everywhere possible
str_concat()
C-str
Harden NUT work with strings where dynamic formatting strings are used
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
enhancement
modbus
need testing
Code looks reasonable, but the feature would better be tested against hardware or OSes
nut-scanner
portability
We want NUT to build and run everywhere possible
Qx protocol driver
Driver based on Megatec Q<number> such as new nutdrv_qx, or obsoleted blazer and some others
ready / code review
Author (and CI) consider the PR worthy of human rewievers' time
serial port
SNMP
upsmon
upssched
Questions and issues about upssched (timer helper for upsmon)
USB
Refactor: boolean settings not treated as booleans
C-bool
Issues and PRs about C/C++ methods, headers and data types dealing with boolean types
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
impacts-release-2.8.2
Issues reported against NUT release 2.8.2 (maybe vanilla or with minor packaging tweaks)
portability
We want NUT to build and run everywhere possible
Qx protocol driver
Driver based on Megatec Q<number> such as new nutdrv_qx, or obsoleted blazer and some others
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Revise use of non-X malloc, calloc, realloc and strdup
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
enhancement
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
#1587
opened Aug 19, 2022 by
jimklimov
Stop using atoi()/atol()/strtol(), convert all to str_to_*() and str_to_*_strict()
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
#966
opened Jan 25, 2021 by
biergaizi
Use str* API to check for valid numeric value
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
merge-conflicts
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
use str* API in place of isdigit() in server/conf.c
C-str
Issues and PRs about C/C++ methods, headers and data types dealing with strings and memory blocks
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.