summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asynsock
Commit message (Expand)AuthorAgeFilesLines
* cosmeticselie2015-03-081-1/+0
* base addressType definedelie2015-03-081-0/+1
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-204-21/+92
* pylint'edelie2014-06-172-2/+2
* fix to asyncore-based transport not to use asyncore's cheap inheritanceelie2014-06-141-0/+2
* new public DgramSocketTransport.getLocalAddress() returns local endpointelie2014-01-081-3/+3
* * broadcast socket option can now be enabled with the .enableBroadcast()elie2013-12-121-2/+11
* fixes to normalizeAddress()elie2013-09-252-2/+2
* IPv6 address normalization moved into UDP6 transportelie2013-09-242-10/+15
* forcibly zero ZoneID, FlowID and ScopeID components to make itelie2013-09-241-0/+10
* sockets now configured with SO_REUSEADDR option to fix possibleelie2013-09-021-0/+1
* fix to asyncore-based transport to work only with AsynsockDispatcher'selie2013-07-031-6/+21
* move common methods to AbstractTransportelie2013-06-301-7/+1
* exception re-raising improved at asynsock/twisted dispatchers so thatelie2013-06-261-1/+2
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-1/+2
* raise KeyboardInterrupt for backward compatibilityelie2013-06-081-0/+2
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-042-2/+1
* missing imports, non-existing variables as suggested by linterelie2013-06-031-4/+1
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-0/+2
* Asyncore-based dispatcher attempts to use poll() whenever availableelie2013-05-261-2/+8
* catch and mute possible failure of getsockname(), that seems to happenelie2012-12-201-2/+9
* Fix to outgoing queue processing order at socket transport. Nowelie2012-10-111-1/+1
* log message sizeselie2012-10-111-2/+3
* I/O sockets buffer sizes made configurable, minimum default is nowelie2012-10-111-0/+12
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-042-0/+2
* always craft local endpoint by ourselveselie2012-07-031-14/+10
* emulate tmpnam on Py3Kelie2012-07-031-2/+15
* the condition of missing UNIX domain sockets is now handled in the same wayelie2012-07-031-1/+4
* TransportAddressPair-based peer address provisioning functionalityelie2012-07-011-7/+0
* hide socket exceptions behind CarrierError oneselie2012-06-301-2/+2
* UNIX domain sockets must be explicitly bound regardless of client/server roleelie2012-06-301-1/+8
* gracefully handle missing destination addresselie2012-06-301-0/+3
* report socket endpoint on bind() failureelie2012-06-301-2/+2
* hex dumps of binary parts of the protocol added to ease systemelie2012-06-251-2/+2
* minor cosmetic changeselie2012-06-254-4/+4
* handle unix pipe removal within this transport objectelie2012-06-251-2/+7
* socket transports may now deal not only with their native addresses,elie2012-06-251-4/+10
* fix to socket.error processing at Py3 on Windowselie2012-04-161-3/+3
* exlicit repr() calls replaced with '%r'elie2011-11-081-2/+2
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-062-16/+16
* python < 2.2 specific code removedelie2011-01-202-54/+2
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-202-3/+3
* Asynsock mainloop default idle period reduced to 0.5 sec for betterelie2010-04-201-1/+1
* fix to runDispatcher() to make use of optional non-default timeout value.elie2010-04-161-1/+1
* handle possibly missing IPv6 supportelie2010-02-012-1/+12
* UDP over IPv6 transport implementedelie2010-01-121-0/+10
* UdpSocketTransport aliased to UdpTransportelie2009-05-181-0/+2
* UnixDgramSocketTransport symbol renamed to become more inline withelie2009-05-181-1/+6
* AsynsockDispatcher now uses its own socket map by default for MTelie2007-11-161-2/+3
* fixes to % formattingelie2007-09-201-4/+4