summaryrefslogtreecommitdiff
path: root/pysnmp/carrier
Commit message (Expand)AuthorAgeFilesLines
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-056-0/+383
* UDP/IPv6 support added to asyncio-based transportelie2015-03-083-31/+71
* cosmeticselie2015-03-081-1/+0
* base addressType definedelie2015-03-081-0/+1
* shutdown transport from closeTransport()elie2015-03-071-0/+6
* missing AbstractTransportAddress addedelie2015-01-203-0/+15
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-207-21/+212
* * asyncio transport made compatible with trolliuselie2014-12-154-18/+37
* missing exception fixelie2014-11-051-1/+1
* initial support for asyncio network transport addedelie2014-11-046-0/+253
* pylint'edelie2014-06-174-6/+5
* fix to asyncore-based transport not to use asyncore's cheap inheritanceelie2014-06-141-0/+2
* This program is free software; you can redistribute it and/or modifyelie2014-03-242-5/+3
* new public DgramSocketTransport.getLocalAddress() returns local endpointelie2014-01-081-3/+3
* * broadcast socket option can now be enabled with the .enableBroadcast()elie2013-12-122-7/+16
* 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
* 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
* 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
* 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-303-19/+16
* 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-262-5/+8
* disptacher vs transport compatibiilty verification moved intoelie2013-06-213-2/+11
* 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-012-0/+4
* Asyncore-based dispatcher attempts to use poll() whenever availableelie2013-05-261-2/+8
* 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
* fix of rounding error to base I/O dispatcher's next timer call calculationelie2013-03-151-3/+5
* 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-045-0/+5
* 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
* removedelie2012-07-011-28/+0
* TransportAddressPair-based peer address provisioning functionalityelie2012-07-012-14/+0
* hide socket exceptions behind CarrierError oneselie2012-06-301-2/+2