index
:
delta/netaddr.git
baserock/morph
circle-ci-2.0
github-ci
master
more
more2
netaddr_pytest
next-master
next-release
pick-191
rel-0.6.x
rel-0.7.x
release
release-0.7.20
test
github.com: drkjam/netaddr.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #42 from snordhausen/master
David Moss
2013-02-08
2
-59
/
+84
|
\
|
*
Faster sort_key() method for IPNetwork, IPRange
Stefan Nordhausen
2013-02-06
1
-3
/
+4
|
*
Better performance for various set operations
Stefan Nordhausen
2013-02-06
1
-38
/
+26
|
*
More performance and features for "in" operator
Stefan Nordhausen
2013-02-06
1
-18
/
+54
*
|
Merge branch 'snordhausen-master' into rel-0.7.x
David Moss
2013-02-04
2
-6
/
+105
|
\
\
|
*
|
- fixing merge conflict
David Moss
2013-02-04
2
-4
/
+0
|
*
|
Merge branch 'master' of https://github.com/snordhausen/netaddr into snordhau...
David Moss
2013-02-04
4
-80
/
+199
|
|
\
\
|
|
|
/
|
|
*
Improve performance of IPSet.remove()
Stefan Nordhausen
2013-01-31
1
-1
/
+2
|
|
*
Improve performance of IPNetwork.sort_key()
Stefan Nordhausen
2013-01-31
1
-1
/
+1
|
|
*
Improve performance of IPNetwork.__contains__
Stefan Nordhausen
2013-01-31
1
-0
/
+21
|
|
*
Remove redundant self.compact() in IPSet.union()
Stefan Nordhausen
2013-01-31
1
-1
/
+0
|
|
*
Use faster compaction algorithm in IPSet.add()
Stefan Nordhausen
2013-01-31
1
-2
/
+77
|
|
*
Handle IPNetwork/IPRange efficiently in IPSet.update()
Stefan Nordhausen
2013-01-31
1
-1
/
+4
|
|
*
Various performance improvements
Stefan Nordhausen
2013-01-30
1
-72
/
+88
|
|
*
Undefined dict order caused random test failure.
Stefan Nordhausen
2013-01-29
2
-6
/
+6
*
|
|
- merged performance updates from S. Nordhausen
David Moss
2013-01-31
3
-74
/
+90
|
/
/
*
|
- Fixed Issue 38: re-added IPAddress.netmask_bits
David Moss
2013-01-29
3
-0
/
+62
*
|
- fixed test relying on dictionary layout
David Moss
2013-01-29
2
-10
/
+4
*
|
Merge pull request #39 from snordhausen/master
David Moss
2013-01-29
8
-27863
/
+33011
|
\
\
|
|
/
|
*
Fix broken testcase
Stefan Nordhausen
2013-01-29
1
-0
/
+1
|
*
Instead of calling list(reversed(supernets)), construct the list in the
Stefan Nordhausen
2013-01-29
1
-7
/
+6
|
*
More tests for the "in" operator of IPSet
Stefan Nordhausen
2013-01-29
2
-0
/
+50
|
*
IPSet.__contains__ now runs in O(1) instead of O(n).
Stefan Nordhausen
2013-01-29
1
-3
/
+9
|
*
- IPSets are now efficiently constructed from IPNetwork/IPRange/IPSet
Stefan Nordhausen
2013-01-29
3
-19
/
+67
|
*
iab.idx, oui.idx:
Stefan Nordhausen
2013-01-28
2
-136332
/
+21632
|
*
iab.txt, oui.txt:
Stefan Nordhausen
2013-01-28
4
-27858
/
+147602
|
*
/ip/__init__.py:
Stefan Nordhausen
2013-01-28
2
-3
/
+3
|
/
*
- minor tweak to test readthedocs web hook
David Moss
2012-09-07
1
-1
/
+1
*
- release of netaddr 0.7.10
release-0.7.10
David Moss
2012-09-07
6
-11
/
+57
*
- grabbed latest external resource files
David Moss
2012-09-06
5
-11873
/
+12199
*
- upgraded nmap support to cover full Target spec
David Moss
2012-09-06
3
-74
/
+92
*
- fixed a documentation issue
David Moss
2012-09-06
1
-1
/
+1
*
- fixed issue of unnecessary open file handles
David Moss
2012-09-06
1
-9
/
+17
*
- ignore build directories
David Moss
2012-09-06
1
-0
/
+3
*
- fixed a bug under Python 3.1
David Moss
2012-08-30
1
-2
/
+2
*
- enabled netaddr shell support under Python 3.x
David Moss
2012-08-29
1
-4
/
+0
*
- fixed failing test under Python 3.x and re-enabled 2.x test
David Moss
2012-08-29
2
-9
/
+3
*
- cleaned up IPython dependency warning
David Moss
2012-08-29
1
-1
/
+1
*
- made distribute setup Python 3.x compatible
David Moss
2012-08-29
1
-1
/
+2
*
- re-release to remove Sphinx from build metadata
David Moss
2012-08-29
6
-6
/
+16
*
- releasing 0.7.8
David Moss
2012-08-29
6
-9
/
+44
*
- added cleaner for docs build
David Moss
2012-08-29
1
-0
/
+1
*
- updated to latest file
David Moss
2012-08-29
1
-2
/
+12
*
- fixed pickling on EUI, OUI and IAB classes
David Moss
2012-08-29
3
-0
/
+460
*
- refactored IEEE data download and updated files
David Moss
2012-08-29
8
-4399
/
+4151
*
- ignoring some Mac OS specific files
David Moss
2012-08-28
1
-0
/
+1
*
- removed IPython as a firm dependency.
David Moss
2012-08-28
1
-1
/
+0
*
Merge pull request #28 from philwo/rel-0.7.x
David Moss
2012-08-28
1
-1
/
+9
|
\
|
*
Fix algorithm in ipv6_link_local to fully conform to rfc4291 - the "u" bit ha...
Philipp Wollermann
2012-06-12
1
-1
/
+9
*
|
Merge pull request #32 from stromnov/rel-0.7.x
David Moss
2012-08-28
14
-20392
/
+22092
|
\
\
[next]