summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
Commit message (Expand)AuthorAgeFilesLines
* copyright notice added to source codeelie2015-11-2018-23/+104
* unused variables droppedelie2015-10-182-2/+1
* some more random linter warnings fixedelie2015-10-175-19/+19
* linted for bad-whitespace and some other issueselie2015-10-1715-294/+139
* linted the bad-continuation issue as well as some otherselie2015-10-173-4/+4
* multiple-statements-in-one-line linted outelie2015-10-172-3/+7
* linted for trailing whitespaceselie2015-10-1717-166/+159
* public API moved to AbstractTransportelie2015-10-161-1/+2
* fix to referencing exceptionelie2015-10-162-3/+5
* missing module addedelie2015-10-141-0/+1
* var-bindings passing in asyncore API aligned with otherselie2015-09-273-99/+104
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-272-5/+5
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2720-760/+2179
* post-move documentation and code fixeselie2015-09-2110-102/+104
* more adjustments followed layout changeselie2015-09-213-6/+9
* major revamp:elie2015-09-2012-743/+441
* sidebar menu rearrangement + typo fixeselie2015-09-191-2/+2
* asynchronous notification originator documented + fixes here and thereelie2015-09-173-6/+123
* async command generator documented + fixeselie2015-09-173-24/+306
* * documenting async command generatorelie2015-09-173-10/+112
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1411-342/+1338
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-062-284/+347
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-312-86/+87
* catch unresolved OID type when building var-bindselie2015-03-181-1/+4
* no xrange in Python3elie2015-01-201-2/+2
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-011-39/+35
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-27/+48
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
* .getMibViewController() impementedelie2014-06-171-15/+13
* converted to the latest API that supports more data to be usedelie2014-06-171-16/+63
* fix to auth objects cleanup codeelie2014-06-151-1/+1
* fix to bulk command optionselie2014-06-091-1/+2
* sendNotification() API correctionelie2014-06-091-6/+7
* ContextData container introduced to the newest (async) APIelie2014-06-093-32/+48
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-041-5/+7
* oneliner transport object now supports setLocalAddress() method toelie2013-12-191-1/+6
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-172-149/+301
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-102-55/+61
* disptacher vs transport compatibiilty verification moved intoelie2013-06-212-0/+5
* credential caching improved to allow unbalanced add/del configurationelie2013-06-122-41/+61
* fix to exception message formattingelie2013-06-101-1/+1
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-042-2/+4
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-3/+3
* Oneliner UsmUserData() and CommunityData() classes now support clone()'ingelie2013-06-011-9/+44
* fix to online dict keys removal at uncfg()elie2013-05-261-1/+1
* the userName parameter is now fully separated from securityName atelie2013-05-252-13/+21
* Oneliner transport target classes now support the getTransportInfo()elie2013-05-251-0/+3
* contextEngineId parameter of auth.UsmUserData() renamed intoelie2013-05-212-9/+16
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-183-65/+92