summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/twisted
Commit message (Expand)AuthorAgeFilesLines
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
* missing AbstractTransportAddress addedelie2015-01-202-0/+10
* pylint'edelie2014-06-171-1/+0
* This program is free software; you can redistribute it and/or modifyelie2014-03-242-5/+3
* overload closeTransport() to get a chance to close UNIX pipe on transportelie2013-06-301-0/+5
* fix: do not close transport whenever unregistering it at dispatcherelie2013-06-301-1/+0
* move common methods to AbstractTransportelie2013-06-301-11/+0
* overload closeTransport() to close UDP port on transport shutdownelie2013-06-301-0/+5
* fix: closeTransport() should invoke stopProtocol()elie2013-06-301-1/+0
* exception re-raising improved at asynsock/twisted dispatchers so thatelie2013-06-261-4/+6
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-1/+2
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-0/+2
* Fix to twisted/udp non-default local endpoint binding features. Commonelie2013-03-151-3/+3
* * explicit twisted dispatcher's timer resolution (of 1 sec) removed to makeelie2013-03-151-6/+3
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-042-0/+2
* TransportAddressPair-based peer address provisioning functionalityelie2012-07-011-7/+0
* hex dumps of binary parts of the protocol added to ease systemelie2012-06-251-2/+2
* minor cosmetic changeselie2012-06-252-2/+2
* socket transports may now deal not only with their native addresses,elie2012-06-251-3/+10
* transport dispatcher now provides its own time expressed inelie2011-11-271-4/+4
* exlicit repr() calls replaced with '%r'elie2011-11-081-2/+2
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-064-19/+21
* fix to reactor shutdown conditionelie2011-06-241-1/+1
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-1/+4
* Twisted support implementedelie2009-07-317-0/+174