-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Windows port v2.6.5 6 #455
Draft
DonatFomenko
wants to merge
223
commits into
master
Choose a base branch
from
WindowsPort-v2.6.5-6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fossil-ID: SVN r2578
Fossil-ID: SVN r2579
Fossil-ID: SVN r2583
Fossil-ID: SVN r2584
Fossil-ID: SVN r2585
Fossil-ID: SVN r2586
Fossil-ID: SVN r2587
You have to declare a NUT_CONFPATH environnement variable in your Windows settings Fossil-ID: SVN r2588
Fossil-ID: SVN r2589
Fossil-ID: SVN r2590
…eader Fossil-ID: SVN r2595
Fossil-ID: SVN r2641
Fossil-ID: SVN r2642
Fossil-ID: SVN r2644
Fossil-ID: SVN r2650
Fossil-ID: SVN r2658
Fossil-ID: SVN r2659
Fossil-ID: SVN r2660
Fossil-ID: SVN r2667
...should be done for all USB connected devices (since we use this in the matcher function). In that case it is much cleaner to add this check in nut_check_libusb.m4. This also fixes the wrong use of AC_SEARCH_LIBS, that already adds '-lregex' to LIBS (which means all binaries are linked against this library). Fossil-ID: SVN r2668
Fossil-ID: SVN r2675
Fossil-ID: SVN r2676
…4]]) [[SVN:2674]] = 2010-11-05T09:10:[email protected] Fossil-ID: SVN r2677
Fossil-ID: SVN r2678
So these drivers need to have different names and command line arguments. Fossil-ID: SVN r2691
Fossil-ID: SVN r2692
Fossil-ID: SVN r2693
We now have only one Windows service in charge of starting/stopping the relevant NUT processes. It's a Windows replacement for the init script. This service is also a proxy for processes to write to Windows event log. So only one service has to be registered to be able to log event. Fossil-ID: SVN r2704
Fossil-ID: SVN r2705
[[SVN:2705]] = 2010-11-26T14:01:[email protected] Fossil-ID: SVN r2709
This option seems to work now. Previously, Asciidoc source files were copied to the destination directory, but this did not account for included files.
Fixes 'make distcheck' error.
Wait for process return or timeout Look at returned code.
…"OB status in "ups.status" although power supply is present" in mge-hid driver. Fix problem up from Schleicher.
Use splitted Blazer driver html man pages (ser & usb).
Define a NOTIFY_DEFAULT flag. Set it accordingly to platform. Use it to initialize upsmon.
…ndows by default.
See issue #5 and linked discussion for why the current Windows branch will not be merged into master (aside from the merge conflicts). Unfortunately, nobody has stepped up to redo the Windows port, either. |
This was referenced Aug 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NUT-Installer-2.6.5-6_fixed_dll.zip
Fixed msi with libraries libeay32.dll, ssleay32.dll(stored in SystemFolder). Moved libgcc_s_dw2_1.dll to SystemFolder.