index
:
delta/python-packages/pysnmp-git.git
add-hlapi-unit-tests
add-usm-local-key-config
asyncio-dispatcher-fixes
master
release-4.4.10
release-4.4.11
release-4.4.12
release-4.4.13
textual-convention-recursion-fix
wildcard-engine-id
github.com: etingof/pysnmp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pysnmp
/
proto
/
rfc3412.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP-8 long lines and dunders (#245)
Ilya Etingof
2019-02-26
1
-130
/
+174
*
PEP8 optimize imports (#242)
Ilya Etingof
2019-02-12
1
-5
/
+9
*
Uppercase global constants (#238)
Ilya Etingof
2019-02-10
1
-21
/
+21
*
Drop Python < 2.6 except statement compatibility trick
Ilya Etingof
2019-02-09
1
-6
/
+6
*
Extend copyright notice to year 2019
Ilya Etingof
2018-12-30
1
-1
/
+1
*
Redesigned SMI objects management model (#214)
Ilya Etingof
2018-12-29
1
-2
/
+2
*
copyright notice extended
v4.4.4
Ilya Etingof
2018-01-03
1
-1
/
+1
*
migrated references from SourceForge (#110)
Ilya Etingof
2017-11-17
1
-1
/
+1
*
fixed a crash happening on incomplete inbound SNMP message
Ilya Etingof
2017-07-13
1
-0
/
+8
*
Added instrumentation hooks to catch SNMP auth/crypto failures (#59)
Ilya Etingof
2017-05-27
1
-8
/
+17
*
minor pep8 improvements
Ilya Etingof
2017-05-27
1
-3
/
+3
*
more concise unknown PDU event handling
Ilya Etingof
2017-03-23
1
-10
/
+7
*
fixed crash when unknown PDU reporting is attempted
Ilya Etingof
2017-03-22
1
-3
/
+1
*
email changed, copyright extended to the year 2017
Ilya Etingof
2017-01-12
1
-1
/
+1
*
converted to new-style classes
Ilya Etingof
2016-06-12
1
-1
/
+1
*
pep8 reformatted
Ilya Etingof
2016-04-03
1
-39
/
+57
*
copyright updated
elie
2015-12-29
1
-1
/
+1
*
all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'
elie
2015-12-12
1
-4
/
+4
*
copyright notice added to source code
elie
2015-11-20
1
-1
/
+6
*
linted the bad-continuation issue as well as some others
elie
2015-10-17
1
-70
/
+30
*
linted for trailing whitespaces
elie
2015-10-17
1
-162
/
+116
*
possible memory leak fix
elie
2015-01-30
1
-0
/
+1
*
clean up request queue on pysnmp-level processing failure, not just
elie
2014-03-24
1
-3
/
+2
*
Execution Observer facility implemented to give app an inside view
elie
2013-11-09
1
-19
/
+101
*
missing imports, non-existing variables as suggested by linter
elie
2013-06-03
1
-2
/
+2
*
fix to exceptions handling at MsgAndPduDispatcher.sendPdu() to avoid
elie
2013-05-04
1
-3
/
+13
*
timing reporting in debug mode improved
elie
2013-03-15
1
-2
/
+2
*
better formatting
elie
2012-08-16
1
-1
/
+1
*
comment added
elie
2012-07-22
1
-1
/
+1
*
typo fix to snmpInASNParseErrs MIB variable
elie
2012-05-15
1
-2
/
+2
*
fix to exception handling at decodeMessageVersion() caller to prevent
elie
2012-05-14
1
-1
/
+1
*
transport dispatcher now provides its own time expressed in
elie
2011-11-27
1
-4
/
+7
*
exlicit repr() calls replaced with '%r'
elie
2011-11-08
1
-2
/
+2
*
major overhawl aimed at Python 2.4 through 3.2 compatibility
elie
2011-11-06
1
-12
/
+14
*
MsgAndPduDsp expectResponse parameters passing reworked.
elie
2011-02-12
1
-9
/
+14
*
randomize initials in numeric sequences; grow serial number ranges
elie
2011-02-11
1
-1
/
+1
*
cache is an external object
elie
2011-02-11
1
-42
/
+15
*
all dict.has_key() & dict.get() invocations replaced with modern syntax
elie
2011-01-20
1
-26
/
+27
*
The error-indication codes moved from literals to objects
elie
2010-12-25
1
-5
/
+5
*
log sendPdu() callback context in debug mode
elie
2010-07-10
1
-1
/
+1
*
SNMP message debugging printout improved
elie
2010-06-23
1
-2
/
+2
*
some more debugging added
elie
2010-02-03
1
-1
/
+1
*
pass stateReference to NotificationReceiver app and let it browse
elie
2009-05-22
1
-0
/
+18
*
MsgAndPduDispatcher now takes optional MibInstrumController instance
elie
2008-02-05
1
-4
/
+8
*
don't import unused modules
elie
2007-04-06
1
-2
/
+0
*
handle possibly empty PDU in debugging
elie
2007-02-14
1
-1
/
+1
*
PDU debugging added
elie
2006-09-29
1
-0
/
+6
*
debugging added
elie
2006-09-06
1
-11
/
+28
*
cache more details on request before sending it out to make sure
elie
2006-09-05
1
-5
/
+5
*
still need to figure out how to best release state info
elie
2006-07-12
1
-1
/
+2
[next]