Commit Graph

21 Commits (d5b3c90d29d9f0099c686e838a8731c6f2723088)

Author SHA1 Message Date
Ilya Etingof d5b3c90d29 email changed, copyright extended to the year 2017 2017-01-12 01:05:56 +01:00
Ilya Etingof 91a1292067 converted to new-style classes 2016-06-12 14:07:24 +02:00
Ilya Etingof 90bbf397ad pep8 reformatted 2016-04-02 23:43:14 +02:00
elie c50fe2a466 copyright updated 2015-12-29 20:34:33 +00:00
elie 87a7a35d1e copyright notice added to source code 2015-11-20 20:57:28 +00:00
elie 71dd5565a4 linted for trailing whitespaces 2015-10-17 09:54:53 +00:00
elie bc0048832f unused variables, imports; wrong indentation; undefined prototype attribues
all the things that bothers linter
2013-06-04 06:26:02 +00:00
elie 5df996f4cf missing imports, non-existing variables as suggested by linter 2013-06-03 21:58:52 +00:00
elie ac17950372 peel cache management code off base MP class to facilitate code reuse 2011-02-11 07:50:59 +00:00
elie ed5a7f5623 snmpMsgSpec management re-arranged 2011-01-23 12:34:58 +00:00
elie 04b935ac0a re-use some of ASN.1 structures used in message processing for efficiency 2011-01-21 13:56:03 +00:00
elie 2d34d4d970 all dict.has_key() & dict.get() invocations replaced with modern syntax
(this breaks compatibility with Python 2.1 and older).
2011-01-20 17:11:43 +00:00
elie 20ef677c63 MP cache expiration re-worked to be time-dependent what allows an
unlimited number of pending request/responses in SNMP engine
2010-06-11 15:57:20 +00:00
elie f127fd2e14 Keep up to 1000 pending states in cache. so SNMP engine will now keep up to
1000 pending requests/responses.
Cache management is to be re-written.
2010-06-09 15:28:00 +00:00
elie fcd0f56ff1 receiveTimerTick() implemented 2006-09-20 16:26:13 +00:00
elie c89134cd3e fail on accidental abstract method use 2006-09-05 15:37:40 +00:00
elie 94bd65386c contextEngineID -> contextEngineId 2005-10-12 15:59:11 +00:00
elie 4547c57ff4 minor syntax fixes followed pychecker report 2005-06-27 12:42:22 +00:00
elie f67f368495 ignore cache misses (may need rework) 2005-06-22 21:48:22 +00:00
elie 559aa6e67c AbstractMessageProcessingModel.releaseStateInformation() implemented 2005-06-22 18:51:21 +00:00
elie 3be4e44e65 renamed from msgproc 2005-06-14 10:43:02 +00:00