summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Harden v2c->v1 TRAP PDU translation against incomplete var-bindsIlya Etingof2019-02-221-3/+26
* Fix typos in the docstringsIlya Etingof2019-02-227-23/+16
* Add more time for test scripts to runIlya Etingof2019-02-221-1/+1
* Update CHANGES noting recent changesIlya Etingof2019-02-221-1/+12
* Run asyncio example scripts in testIlya Etingof2019-02-221-2/+6
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-2220-17/+1489
* Fix typos in docstringsIlya Etingof2019-02-213-4/+4
* Fix broken `hlapi.isEndOfMib` callableIlya Etingof2019-02-213-3/+3
* Fix asyncio v3arch notification exampleIlya Etingof2019-02-181-16/+6
* Fix some of the rebuilt MIBsIlya Etingof2019-02-182-7/+32
* PEP-8 included MIB modules (#243)Ilya Etingof2019-02-1733-1980/+12211
* PEP8 optimize imports (#242)Ilya Etingof2019-02-1297-303/+391
* Remove the remnants of hlapi.v1arch.asyncore.sync.compatIlya Etingof2019-02-121-9/+3
* Remove the remnants of hlapi.asyncore.syncIlya Etingof2019-02-121-19/+0
* Reformat example scripts for easier reading (#241)Ilya Etingof2019-02-12157-823/+1371
* Fix Py2.6 incompatibilityIlya Etingof2019-02-121-41/+41
* Remove legacy "oneliner" API (#240)Ilya Etingof2019-02-103-516/+0
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-1015-361/+13
* Fix misnamed constantsIlya Etingof2019-02-105-29/+30
* Uppercase global constants (#238)Ilya Etingof2019-02-10157-1229/+1349
* Fix Command Responder crashIlya Etingof2019-02-101-1/+1
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-0926-169/+158
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-0912-64/+64
* Release 4.4.9Ilya Etingof2019-02-091-3/+3
* Add missing SNMP PDU error classesIlya Etingof2019-02-084-14/+45
* Fix IPV6_TRANSPARENT socket optionIlya Etingof2019-02-073-2/+5
* Do not set IP_PKTINFO socket option on IPv6 socketIlya Etingof2019-02-072-4/+3
* Improve IPV6 debuggingIlya Etingof2019-02-072-4/+12
* Fix socket iov blob dump in debugIlya Etingof2019-02-071-3/+5
* Add `IPV6_V6ONLY` IPV6 socket optionIlya Etingof2019-02-072-2/+3
* Emit low-level sendmsg/recvmsg debuggingIlya Etingof2019-02-072-0/+28
* Remove commit badgeIlya Etingof2019-01-131-2/+1
* Add more badges to READMEIlya Etingof2019-01-131-0/+2
* Uninitialized MibSclarInstance -> noSuchInstanceIlya Etingof2019-01-101-4/+4
* Release 4.4.8Ilya Etingof2019-01-080-0/+0
* MIB loader ignores file and directory access errorsIlya Etingof2019-01-082-10/+19
* Fix Pythonized MIB load in source formIlya Etingof2018-12-302-22/+36
* Prepare for 4.4.8Ilya Etingof2018-12-301-0/+5
* Release 4.4.7Ilya Etingof2018-12-301-1/+1
* Extend copyright notice to year 2019Ilya Etingof2018-12-30157-147/+820
* Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`Ilya Etingof2018-12-302-3/+5
* Switch Travis CI to TrustyIlya Etingof2018-12-301-18/+20
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-2919-796/+3139
* Fix hlapi/v1arch GETNEXT EOM processingIlya Etingof2018-12-291-3/+6
* Fix hlapi/v1arch request timeoutIlya Etingof2018-12-293-5/+4
* Fix wrong `set()` member deletion in `MibBuilder`Ilya Etingof2018-12-251-2/+2
* Fix possible duplicate key condition in `OrderedDict`Ilya Etingof2018-12-252-38/+41
* Disable pypy build in TravisIlya Etingof2018-11-031-8/+8
* Disable Travis builds for py 2.6, 3.2 & 3.3Ilya Etingof2018-11-031-12/+0
* Fix hlapi LCD to include `contextName` (#217)Ilya Etingof2018-11-039-34/+52