~vcs-imports/nut:ssl_accept_nbio

Last commit made on 2016-01-12
Get this branch:
git clone -b ssl_accept_nbio https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

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

Recent commits

213ee3d... by Charles Lepple <email address hidden>

SSL: force blocking I/O in upscli (matches non-SSL case)

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

SSL: handle SSL_ERROR_WANT_READ (non-blocking I/O)

Fixes https://github.com/networkupstools/nut/issues/202

Related to https://github.com/networkupstools/nut/issues/246

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

upower: update for AEG

5f4705d... by Arnaud Quette <email address hidden>

Fix letter case for AEG USB VendorID

The letter case of this VendorID may be important for generated files, such as
the udev ones (reported by Charles Lepple)

7579f63... by Arnaud Quette <email address hidden>

HCL: AEG PROTECT B / NAS supported by usbhid-ups

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

9cceada... by Daniele Pezzini <email address hidden>

HCL: Legrand Keor Multiplug supported by nutdrv_qx

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

e767df5... by Daniele Pezzini <email address hidden>

common: consolidate some string-related functions

Move *trim*() functions from common to str.
Prepend the 'str_' common prefix.
Bailout early if string is NULL or empty.
In *trim_m() functions, make sure the string containing characters to be removed is not NULL and bailout early if empty.
Add new str_trim[_m]() functions to remove both leading and trailing characters at the same time.
Update all the tree accordingly; versioning where appropriate.

5187dab... by Daniele Pezzini <email address hidden>

common: add some string-related functions

638f1b8... by Charles Lepple <email address hidden>

HCL: Electrys UPS 2500 (nutdrv_qx and blazer_ser)

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

7e05a90... by Charles Lepple <email address hidden>

HCL: Eaton E Series DX UPS 1-20 kVA uses blazer_ser

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