summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/sockmsg.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-4/+6
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-101-1/+0
* Uppercase global constants (#238)Ilya Etingof2019-02-101-2/+3
* Do not set IP_PKTINFO socket option on IPv6 socketIlya Etingof2019-02-071-2/+2
* Fix socket iov blob dump in debugIlya Etingof2019-02-071-3/+5
* Add `IPV6_V6ONLY` IPV6 socket optionIlya Etingof2019-02-071-2/+2
* Emit low-level sendmsg/recvmsg debuggingIlya Etingof2019-02-071-0/+21
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 fixesIlya Etingof2016-03-301-0/+12
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-0/+5
* linted for trailing whitespaceselie2015-10-171-11/+10
* explicitly check for proper Python versionelie2015-10-161-5/+4
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-0/+91