Stephen Morris
|
81a2df84a8
[trac998] Remove all constructors but the one from a string
|
14 years ago |
Stephen Morris
|
59b380d368
[trac998] Minor syntax changes
|
14 years ago |
Stephen Morris
|
8b2247a6ae
[trac998] Remove -Werror as a build flag
|
14 years ago |
Stephen Morris
|
1b01a9d09e
[trac998] Change IPV4/6 to IPv4/6 in comments.
|
14 years ago |
Stephen Morris
|
735f817c7f
[trac998] Get rid of default constructor
|
14 years ago |
JINMEI Tatuya
|
79ec6c320e
[trac998] simple, mostly editorial suggested fixes.
|
14 years ago |
JINMEI Tatuya
|
8f5fafa643
[trac998] removed unused variable
|
14 years ago |
Stephen Morris
|
01f9c1c0ad
[trac998] Final, final comment corrections.
|
14 years ago |
Stephen Morris
|
ac7aaa887d
[trac998] Final comment tweaks suggested by Jinmei
|
14 years ago |
Stephen Morris
|
ebb6493b8f
[trac998] Minor format changes
|
14 years ago |
Stephen Morris
|
c786a61641
[trac998] Remove prefixlen_; calculate it when getPrefix() is called
|
14 years ago |
Stephen Morris
|
e5251c4886
[trac998] Get rid of string address. Pass address family to compare()
|
14 years ago |
Stephen Morris
|
792c8b202c
[trac998] Get rid of union statement
|
14 years ago |
Stephen Morris
|
8c624c6644
[trac998] Rename getNetmask() to getMask()
|
14 years ago |
Stephen Morris
|
d1c7f98e91
[trac998] Remove unneeded copy constructor and assignment operator
|
14 years ago |
Stephen Morris
|
a90c8a0605
[trac998] Catch problem with inet_pton failing with value of -1
|
14 years ago |
Stephen Morris
|
30570ab2d9
[trac998] Remove "inverse" argument
|
14 years ago |
Stephen Morris
|
59908b70a9
[trac998] Change "addrmask" nasm to ipprefix
|
14 years ago |
Stephen Morris
|
585d1c63d6
[trac998] Move splitIPAddress into .cc file
|
14 years ago |
Stephen Morris
|
d335ae50bb
[trac998] Fix problems with address strings of "1/" etc.
|
14 years ago |
Stephen Morris
|
8034dbfe87
[trac998] Renamed createNetmask to internal::createMask
|
14 years ago |
Stephen Morris
|
0ddf0f5fa4
[trac998] Add tests for the any4/any6 modifications
|
14 years ago |
Stephen Morris
|
5a75094dfd
[trac998] Add any4 and any6 as valid address prefixes
|
14 years ago |
Stephen Morris
|
df5bad72ac
[trac998] Replaced "netmask" terminology with "prefix"
|
14 years ago |
JINMEI Tatuya
|
6c5a9b252b
[trac998] removing more redundant white spaces
|
14 years ago |
JINMEI Tatuya
|
8320629b00
[trac998] removed redundant white spaces
|
14 years ago |
Stephen Morris
|
287edb431d
[trac998] Default constructor now indicates no valid ACL
|
14 years ago |
Stephen Morris
|
99d7c21284
[trac998] Tidy-up of comments and the like
|
14 years ago |
Stephen Morris
|
309b24ff46
[trac998] Put file-scope data in anonymous namespace
|
14 years ago |
Stephen Morris
|
52d165984d
[trac998] Modified after review comments
|
14 years ago |