summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/base.py
Commit message (Expand)AuthorAgeFilesLines
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-0/+13
* pylint'edelie2014-06-171-3/+3
* * broadcast socket option can now be enabled with the .enableBroadcast()elie2013-12-121-5/+5
* minor changes to transport dispatcher's recvId logicelie2013-09-081-5/+2
* no default data routing function anymoreelie2013-09-071-5/+7
* * A single instance of transport dispatcher can now serve multipleelie2013-09-071-19/+41
* move common methods to AbstractTransportelie2013-06-301-1/+15
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-0/+7
* fix of rounding error to base I/O dispatcher's next timer call calculationelie2013-03-151-3/+5
* minor cosmetic changeselie2012-06-251-11/+13
* catch missing transportelie2011-12-051-1/+4
* * TimerCallable instances now use current timer resolution settingelie2011-12-051-4/+9
* transport dispatcher now provides its own time expressed inelie2011-11-271-1/+19
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-3/+7
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-7/+13
* AbstractTransportDispatcher now allows user application registeringelie2010-04-201-10/+21
* allow multiple callback timer functionselie2008-11-221-10/+11
* fixes to % formattingelie2007-09-201-3/+3
* timer ticks is now 1 sec discreteelie2006-09-201-1/+3
* AbstractTransportDispatcher.runDispatcher() now runs only when 1) unsent dataelie2005-07-251-7/+15
* startDispatcher() addedelie2005-07-121-0/+3
* converted to changed pyasn1 behaviour -- asn1 objects now hashes to theirelie2005-06-271-5/+2
* closeTransports() does not existelie2005-06-241-1/+0
* stopDispatcher() implementedelie2005-06-231-1/+4
* * AbstractTransportDispatcher now allows transports de/registration atelie2005-06-141-39/+28
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+105