summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | - updated documentation index page with badgesDavid Moss2015-09-031-0/+7
| |
* | - updated documentation intro pageDavid Moss2015-09-031-1/+71
| |
* | - added PyPI badgeDavid Moss2015-09-031-1/+1
| |
* | - changed readthedocs URLDavid Moss2015-09-031-1/+1
| |
* | Added readthedocs badgeDavid Moss2015-09-031-1/+3
| |
* | - changed CircleCI badge to shield styleDavid Moss2015-09-031-1/+2
| |
* | Added CircleCI badgeDavid Moss2015-09-031-0/+1
| |
* | - added config settings for CircleCIDavid Moss2015-09-032-0/+16
| |
* | - updated CHANGELOG with latest changesDavid Moss2015-09-031-0/+25
| |
| * Merge branch 'rel-0.7.x' of github.com:braaen/netaddr into rel-0.7.xBrian Christopher Raaen2015-09-049-26/+100
| |\
| | * Merge branch 'rel-0.7.x' of https://github.com/drkjam/netaddr into rel-0.7.xBrian Christopher Raaen2015-09-039-26/+100
| | |\ | |_|/ |/| |
* | | - fixed #100. Added support for IPv4 CIDR targets for nmap.David Moss2015-09-034-22/+77
| | | | | | | | | | | | - iter_nmap_range() also now supports more than one target spec at a time via *args (although it is still backwards compatible)
* | | - updated details for release 0.7.17David Moss2015-09-035-4/+23
| | |
| * | updated documentationBrian Christopher Raaen2015-09-041-2/+3
| |/
| * Merge https://github.com/drkjam/netaddr into rel-0.7.xBrian Christopher Raaen2015-09-0219-142/+764
| |\ | |/ |/|
* | Avoid O(n^2) behavior in cidr_merge when many ranges can be mergedStefan Nordhausen2015-09-011-10/+8
| | | | | | | | | | Deleting items at the beginning of a list has O(n^2) behavior. When deleting begins at the end of the list, we have O(n) instead.
* | - Fixed #114. Regression with valid_mac due to shadow importnetaddr-0.7.17David Moss2015-08-312-1/+12
| |
* | - updated PKG-INFOnetaddr-0.7.16David Moss2015-08-301-8/+3
| |
* | - changed version details for release 0.7.16David Moss2015-08-305-6/+6
| |
* | - fixed bug in tutorial based on change in this releaseDavid Moss2015-08-301-1/+1
| |
* | - added clean target as dependency of test target to due nasty python 2.x ↵David Moss2015-08-291-1/+1
| | | | | | | | and 3.x + pytest incompatibilities causing erroneous test failures
* | - added details for closed tickets 105 and 106.David Moss2015-08-281-1/+7
| |
* | Merge branch 'braaen-eui' into rel-0.7.xDavid Moss2015-08-285-46/+170
|\ \
| * | - wrapped long import lineDavid Moss2015-08-281-1/+3
| | |
| * | - renamed standard EUI64 dialect classDavid Moss2015-08-283-13/+14
| | |
| * | Merge branch 'eui' of https://github.com/braaen/netaddr into braaen-euiDavid Moss2015-08-285-42/+163
| |\ \ |/ / /
| * | added test for eui64Brian Christopher Raaen2015-07-291-1/+34
| | |
| * | removed eui64_pgsqlBrian Christopher Raaen2015-07-291-1/+1
| | |
| * | removed postresql types and added dialect classesBrian Christopher Raaen2015-07-291-7/+32
| | |
| * | imported values from eui64Brian Christopher Raaen2015-07-291-0/+3
| | |
| * | Changed dialect to be set based on eui versionBrian Christopher Raaen2015-07-291-1/+5
| | |
| * | updated eui64 to use dialect classesBrian Christopher Raaen2015-07-291-34/+89
| | |
| * | Rearranged sections to normalize syntaxBrian Christopher Raaen2015-07-292-14/+15
| | |
* | | - added last ticket to CHANGELOG before releaseDavid Moss2015-08-281-0/+3
| | |
* | | Completed #109 - lookup of IPv6 unicast allocationsDavid Moss2015-08-284-56/+527
| | |
* | | - adjusted test where address is reserved (not private)David Moss2015-08-271-1/+1
| | |
* | | - Fixed #71. Updated IPv4 reserved networks.David Moss2015-08-272-13/+27
| | |
| | * Merge branch 'rel-0.7.x' of https://github.com/drkjam/netaddr into rel-0.7.xBrian Christopher Raaen2015-08-2636-10/+19
| | |\ | |/ / | | / | |/ |/|
* | - Fixed #108 duplicate test codeDavid Moss2015-08-253-4/+3
| |
* | - Fixed #102 and moved tests back under the netaddr directory (and included ↵David Moss2015-08-2535-5/+15
| | | | | | | | them in the release archives)
* | Merge pull request #107 from jonathanwcrane/patch-1Stefan Nordhausen2015-08-241-1/+1
|\ \ | | | | | | Fixed misspelling
| * | Fixed misspellingJonathan Crane2015-08-211-1/+1
|/ / | | | | "seamless" not "seemless"
| * Merge pull request #2 from drkjam/rel-0.7.xBrian Raaen2015-07-223-3/+26
| |\ | |/ |/| Pull updates from main code body
* | Add changelog for Issue 96Stefan Nordhausen2015-07-221-0/+4
| |
* | Prepare release 0.7.16Stefan Nordhausen2015-07-221-0/+15
| |
* | Issue 96: Do not change behavior for IPv6Stefan Nordhausen2015-07-222-1/+5
| |
* | PEP-8 fixesStefan Nordhausen2015-07-221-2/+2
| |
* | Merge pull request #104 from braaen/rel-0.7.xStefan Nordhausen2015-07-222-4/+24
|\ \ | |/ | | Fix to resolve issue #96
| * updated test parameters and added test for RFC3021Brian Christopher Raaen2015-07-091-3/+16
| |
| * updated test to be more efficientBrian Christopher Raaen2015-07-091-1/+1
| |