Skip to content
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

Ve-direct driver #440

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
0d0c85f
basic thinks works
pkubanek Mar 13, 2017
d8815d7
fixed problem with reading from driver by lines
Mar 14, 2017
433eceb
poll_interval, better input buffer handling
Mar 14, 2017
9cffd3f
added ping command
pkubanek Mar 14, 2017
0b650d7
fix process text buffer
pkubanek Mar 14, 2017
53cad00
reply to commands
Mar 14, 2017
79a8979
HEX checksums
Mar 15, 2017
9d2bdd7
commands to set/get things
pkubanek Mar 16, 2017
8948e1a
Merge branch 'master' of git://github.com/networkupstools/nut
pkubanek Apr 17, 2017
932dd18
basic thinks works
pkubanek Mar 13, 2017
d3317f9
fixed problem with reading from driver by lines
Mar 14, 2017
aea4e8d
poll_interval, better input buffer handling
Mar 14, 2017
1a86754
added ping command
pkubanek Mar 14, 2017
70822e9
fix process text buffer
pkubanek Mar 14, 2017
8e174c3
reply to commands
Mar 14, 2017
ec97d1b
HEX checksums
Mar 15, 2017
9c8d28e
commands to set/get things
pkubanek Mar 16, 2017
23dd480
Merge branch 'master' of github.com:pkubanek/nut
pkubanek Jun 6, 2017
90bd48d
added Kubanek to dict
pkubanek Jun 6, 2017
5318881
fixed for C99 fpr loop
pkubanek Jun 6, 2017
1b64609
added Petr and ve to spellcheck dictionary
pkubanek Jun 6, 2017
6404d0f
Merge branch 'master' into master
jimklimov Oct 9, 2020
c7d4f89
Merge branch 'master' into master
jimklimov Oct 9, 2020
180d558
Merge branch 'master' into master
jimklimov Oct 25, 2020
38af574
Update ve-direct.txt
jimklimov Nov 7, 2020
e1e5d32
Update ve-direct.c
jimklimov Nov 7, 2020
490d0af
Merge branch 'master' into master
jimklimov Nov 7, 2020
d94fed3
Merge branch 'master' into master
jimklimov Nov 29, 2020
be103ea
Merge branch 'master' into master
jimklimov Apr 23, 2021
fb2a496
Merge branch 'master' into master
jimklimov Sep 13, 2021
a63423b
Merge branch 'master' into master
jimklimov Sep 20, 2021
d20f7d1
Merge branch 'master' into master
jimklimov Sep 21, 2021
2ea49d4
Merge branch 'master' into master
jimklimov Nov 7, 2021
cca1f22
Merge branch 'master' into master
jimklimov Jan 22, 2022
afc0f74
Merge branch 'master' into master
jimklimov Jan 27, 2022
aaf5eaa
download.txt: "trac" and "alioth" are AWOL, update the links
jimklimov Feb 5, 2022
78d5b2b
developers.txt: "alioth" is AWOL, update the text
jimklimov Feb 5, 2022
f35b856
developers.txt: "trac" is AWOL, update the link to github wiki copy
jimklimov Feb 5, 2022
88d316c
documentation.txt: update with a link to video by Techno Tim
jimklimov Feb 5, 2022
fe2d07f
documentation.txt: add a blog by James Ridgway
jimklimov Feb 5, 2022
0f9508f
NEWS: plea to package maintainers to share their customizations into …
jimklimov Feb 5, 2022
9e00a8c
drivers: bump versions for all drivers, they could have been refactor…
jimklimov Feb 5, 2022
d58f460
docs/support.txt: detail abot GitHub issues and PRs, and IRC channel
jimklimov Feb 5, 2022
8bdbb18
docs/packager-guide.txt: mention ipmi and modbus drivers as separate …
jimklimov Feb 6, 2022
50e97f4
gen-usbhid-subdriver.sh: suggest "fix_report_desc" in subdriver_t (fo…
jimklimov Feb 7, 2022
69c6263
configure.ac: move "--with-drivers=name[,name...]" handling to before…
jimklimov Feb 8, 2022
ce1b3d7
drivers/Makefile.am: parameterize POWERMAN_DRIVERLIST and IPMI_DRIVER…
jimklimov Feb 8, 2022
9b32f9e
configure.ac: move --with-drivers=... handling to before --with-all, …
jimklimov Feb 8, 2022
a30868f
configure.ac: improve handling of platform-dependent (linux-i2c, maco…
jimklimov Feb 8, 2022
1446948
configure.ac: error out for unhandled --with-drivers=xxx names
jimklimov Feb 8, 2022
95cc8a3
docs/packager-guide.txt: fix title for pkg-nut-modbus
jimklimov Feb 9, 2022
3ec5480
docs/packager-guide.txt: update for nut-linux-i2c and nut-macosx-ups …
jimklimov Feb 9, 2022
a4268b2
drivers/ve-direct.c: fix trailing white-space and C++-style comments
jimklimov Feb 9, 2022
8995f78
drivers/ve-direct.c: mark ve_*() methods as static
jimklimov Feb 9, 2022
841ee19
Merge branch 'master' into master
jimklimov Feb 9, 2022
4e27301
Merge branch 'master' into master
jimklimov Feb 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
developers.txt: "alioth" is AWOL, update the text
jimklimov committed Feb 9, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 78d5b2b7b3dd7c1eb997972bf7e3ea8dbf111850
16 changes: 4 additions & 12 deletions docs/developers.txt
Original file line number Diff line number Diff line change
@@ -748,10 +748,10 @@ and know the industry players who help make NUT better and more useful.
Source code management
----------------------

We currently use a Git repository hosted at GitHub (with a mirror at
Alioth) to track changes to the NUT source code. This allows you to
clone the repository (or fork, in GitHub parlance), make changes, and
post them online for review prior to integration.
We currently use a Git repository hosted at GitHub to track changes to
the NUT source code. This allows you to clone the repository (or fork,
in GitHub parlance), make changes, and post them online for peer review
prior to integration.

To obtain permission to commit directly to the common upstream NUT repository,
you must be prepared to spend a fair amount of time contributing to the
@@ -802,14 +802,6 @@ you can limit the depth of the clone:

git clone --depth 1 git://github.com/networkupstools/nut.git

In case the GitHub repository is temporarily unavailable for any reason,
we also plan to push to Alioth's
link:https://alioth.debian.org/scm/?group_id=30602[Git server] as well.
You can add a remote reference to your local repository:

cd path/to/nut
git remote add -f alioth git://anonscm.debian.org/nut/nut.git

Mercurial (hg) access
~~~~~~~~~~~~~~~~~~~~~