summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asynsock/dgram/base.py
Commit message (Expand)AuthorAgeFilesLines
* base addressType definedelie2015-03-081-0/+1
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-8/+60
* 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-251-1/+1
* IPv6 address normalization moved into UDP6 transportelie2013-09-241-10/+3
* forcibly zero ZoneID, FlowID and ScopeID components to make itelie2013-09-241-0/+10
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+1
* missing imports, non-existing variables as suggested by linterelie2013-06-031-4/+1
* 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
* TransportAddressPair-based peer address provisioning functionalityelie2012-07-011-7/+0
* hide socket exceptions behind CarrierError oneselie2012-06-301-2/+2
* 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
* 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-061-14/+14
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-2/+2
* fixes to % formattingelie2007-09-201-4/+4
* handle EBADFD socket error whenever present on the platformelie2007-08-141-3/+8
* ignore some more socket errorselie2007-04-041-6/+11
* ignore BADFD socket error as it may happen upon FD closureelie2007-03-201-2/+3
* debugging addedelie2006-09-061-0/+5
* convert transportAddress from TC-form into domain-specific form rightelie2005-10-101-1/+1
* socket-specific address syntaxelie2005-10-091-1/+1
* make globals visibleelie2005-07-121-2/+3
* * socket errno's are in errno moduleelie2005-07-121-3/+8
* rewriteTransportAddress() droppedelie2005-06-271-3/+1
* minor layout changeselie2005-06-141-11/+10
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+63