summaryrefslogtreecommitdiff
path: root/pysnmp/entity/engine.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-30/+46
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-8/+12
* Uppercase global constants (#238)Ilya Etingof2019-02-101-12/+12
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-2/+2
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* Fixed issue on windows with engine-boots not properly being written. (#64)rwallen2017-07-081-1/+2
* minor pep8 improvementsIlya Etingof2017-05-271-6/+3
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* converted to new-style classesIlya Etingof2016-06-121-1/+1
* fix to SNMP engine boot counter persistenceIlya Etingof2016-05-071-7/+2
* make sure to close/remove temporary filesIlya Etingof2016-05-071-0/+6
* pep8 reformattedIlya Etingof2016-04-021-16/+23
* copyright updatedelie2015-12-291-1/+1
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* linted the bad-continuation issue as well as some otherselie2015-10-171-7/+2
* linted for trailing whitespaceselie2015-10-171-8/+8
* more adjustments followed layout changeselie2015-09-211-1/+2
* * documenting async command generatorelie2015-09-171-1/+3
* Sphinxedelie2015-09-161-0/+32
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-0/+19
* secure boots file creationelie2015-02-011-4/+8
* fix to possible uninitialized snmpEngineIDelie2015-01-201-1/+3
* SnmpEngineBoots may wrap overelie2015-01-071-1/+4
* first attempt to make SNMP Engine settings persistent across rebootselie2015-01-071-1/+35
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-2/+5
* SNMP Engine object now has a snmpEngineID attribute exposedelie2013-09-151-1/+2
* minor changes to transport dispatcher's recvId logicelie2013-09-081-9/+10
* * A single instance of transport dispatcher can now serve multipleelie2013-09-071-5/+6
* VACM modules converted from a function into an object to let it keepelie2013-01-051-11/+11
* SnmpEngine instance now carry LCD cache dictionary which can be used byelie2012-07-161-0/+2
* void access control module implementedelie2010-12-011-1/+2
* fix to wrong exceptions usedelie2010-11-061-2/+2
* SnmpEngine constructor now takes optional MsgAndPduDispatcher instanceelie2008-02-051-2/+6
* receiveTimerTick() implementedelie2006-09-201-1/+5
* work with Managed Objects instances rather than with theirelie2005-10-261-3/+3
* minor syntax fixes followed pychecker reportelie2005-06-271-5/+2
* initial revisionelie2005-06-141-0/+85