summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc3412.py
Commit message (Expand)AuthorAgeFilesLines
* possible memory leak fixelie2015-01-301-0/+1
* clean up request queue on pysnmp-level processing failure, not justelie2014-03-241-3/+2
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-19/+101
* missing imports, non-existing variables as suggested by linterelie2013-06-031-2/+2
* fix to exceptions handling at MsgAndPduDispatcher.sendPdu() to avoidelie2013-05-041-3/+13
* timing reporting in debug mode improvedelie2013-03-151-2/+2
* better formattingelie2012-08-161-1/+1
* comment addedelie2012-07-221-1/+1
* typo fix to snmpInASNParseErrs MIB variableelie2012-05-151-2/+2
* fix to exception handling at decodeMessageVersion() caller to preventelie2012-05-141-1/+1
* transport dispatcher now provides its own time expressed inelie2011-11-271-4/+7
* exlicit repr() calls replaced with '%r'elie2011-11-081-2/+2
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-12/+14
* MsgAndPduDsp expectResponse parameters passing reworked.elie2011-02-121-9/+14
* randomize initials in numeric sequences; grow serial number rangeselie2011-02-111-1/+1
* cache is an external objectelie2011-02-111-42/+15
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-26/+27
* The error-indication codes moved from literals to objectselie2010-12-251-5/+5
* log sendPdu() callback context in debug modeelie2010-07-101-1/+1
* SNMP message debugging printout improvedelie2010-06-231-2/+2
* some more debugging addedelie2010-02-031-1/+1
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-221-0/+18
* MsgAndPduDispatcher now takes optional MibInstrumController instanceelie2008-02-051-4/+8
* don't import unused moduleselie2007-04-061-2/+0
* handle possibly empty PDU in debuggingelie2007-02-141-1/+1
* PDU debugging addedelie2006-09-291-0/+6
* debugging addedelie2006-09-061-11/+28
* cache more details on request before sending it out to make sureelie2006-09-051-5/+5
* still need to figure out how to best release state infoelie2006-07-121-1/+2
* work with Managed Objects instances rather than with theirelie2005-10-261-8/+8
* * do not default contextEngineId to anythingelie2005-10-121-18/+11
* app registration fixeselie2005-10-111-7/+15
* do not cache requests if response is not expectedelie2005-10-091-18/+20
* layout fixelie2005-10-071-2/+2
* unused import droppedelie2005-10-071-1/+0
* comments cleaned upelie2005-06-281-10/+0
* caches management logic might need a re-workelie2005-06-221-3/+2
* MsgAndPduDispatcher.releaseStateInformation() addedelie2005-06-221-3/+13
* check for uninitialized transportelie2005-06-171-0/+2
* * adjusted to new transport registration APIelie2005-06-141-336/+282
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+520