summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asyncore/dgram/base.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-22/+71
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-10/+12
* Uppercase global constants (#238)Ilya Etingof2019-02-101-28/+28
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-19/+19
* Fix IPV6_TRANSPARENT socket optionIlya Etingof2019-02-071-1/+1
* Do not set IP_PKTINFO socket option on IPv6 socketIlya Etingof2019-02-071-2/+1
* Improve IPV6 debuggingIlya Etingof2019-02-071-1/+1
* Add `IPV6_V6ONLY` IPV6 socket optionIlya Etingof2019-02-071-0/+1
* Emit low-level sendmsg/recvmsg debuggingIlya Etingof2019-02-071-0/+7
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Fix typosIlya Etingof2018-10-171-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* minor pep8 improvementsIlya Etingof2017-05-271-2/+2
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 reformattedIlya Etingof2016-04-021-12/+18
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* some more random linter warnings fixedelie2015-10-171-1/+1
* linted for bad-whitespace and some other issueselie2015-10-171-2/+2
* multiple-statements-in-one-line linted outelie2015-10-171-14/+23
* linted for trailing whitespaceselie2015-10-171-3/+3
* a couple of misnamed symbols fixedelie2015-10-161-2/+2
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* 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