summaryrefslogtreecommitdiff
path: root/pysnmp/carrier
Commit message (Expand)AuthorAgeFilesLines
* pep8 reformattedIlya Etingof2016-04-0219-52/+107
* pep8 fixesIlya Etingof2016-03-302-0/+14
* copyright updatedelie2015-12-2924-24/+24
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-2/+2
* copyright notice added to source codeelie2015-11-2024-25/+145
* some more random linter warnings fixedelie2015-10-171-1/+1
* linted for bad-whitespace and some other issueselie2015-10-172-6/+6
* linted the bad-continuation issue as well as some otherselie2015-10-173-16/+10
* multiple-statements-in-one-line linted outelie2015-10-179-22/+39
* linted for trailing whitespaceselie2015-10-1714-97/+109
* public API moved to AbstractTransportelie2015-10-162-11/+11
* explicitly check for proper Python versionelie2015-10-161-5/+4
* a couple of misnamed symbols fixedelie2015-10-161-2/+2
* missing symbol error fixedelie2015-10-161-1/+1
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-0512-9/+21
* 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