~vcs-imports/nut:pull_511_solis

Last commit made on 2018-01-03
Get this branch:
git clone -b pull_511_solis https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
pull_511_solis
Repository:
lp:~vcs-imports/nut

Recent commits

33328b4... by rpvelloso <email address hidden>

- fixed two memory leaks (unnecessary strdup's);
- removed ser_flush calls that were causing the driver to desync;
- refactored code, mostly bit mainpulation functions;
- other minor improvements in source code.

b3738b2... by Charles Lepple <email address hidden>

Merge branch 'riello-HCL'

f3a40e4... by Charles Lepple <email address hidden>

doc: Clean up description of `pollfreq` and USB interrupts

Closes: https://github.com/networkupstools/nut/issues/476

fd7189d... by Jim Klimov

Merge pull request #507 from aquette/jimklimov-driver-statepath

Support envvar for ALTPIDPATH with documentation

1a4c493... by Arnaud Quette

doc: missing documentation for NUT_* env vars

Complete documentation for upsd and drivers related to the environment variables
NUT_CONFPATH, NUT_STATEPATH and NUT_ALTPIDPATH

Signed-off-by: Arnaud Quette <email address hidden>

fd29313... by Arnaud Quette

Merge branch 'driver-statepath' of https://github.com/jimklimov/nut into jimklimov-driver-statepath

ff6a219... by Charles Lepple <email address hidden>

Merge 'github/pull/502' (nutscan_init() vs debug messages)

Closes: https://github.com/networkupstools/nut/issues/500

4dc254c... by Sam Varshavchik

Fix creation of documentation from libnutclient_misc.txt

A simple .txt.3 rule doesn't understand that libnutclient_misc.txt
creates a bunch of .3.

A parallel build, say 'make -j 10' results in make trying to figure out
how to build nutclient_authenticate.3 before building libnutclient_misc.3,
and without a corresponding .txt in sight it gives up.

Signed-off-by: Sam Varshavchik <email address hidden>
Rebased onto master by Charles Lepple <email address hidden>
Closes: https://github.com/networkupstools/nut/pull/418

be3e426... by Arnaud Quette

doc: minor formatting in usbhid-ups man page

Signed-off-by: Arnaud Quette <email address hidden>

a1f7445... by Arnaud Quette

doc: reword nutupsdrv man page

Reference: https://github.com/networkupstools/nut/issues/476

Signed-off-by: Arnaud Quette <email address hidden>