summaryrefslogtreecommitdiff
path: root/test/ipaddress
Commit message (Expand)AuthorAgeFilesLines
* added tests for /32Michael Rodrigues2014-01-011-0/+7
* Add ipv6 test on 'dd', fixes #34bluemonk2013-10-271-1/+2
* Merge branch 'develop', fixes #32bluemonk2013-10-261-3/+4
|\
| * Fixed + Added Test CasesBronislav Robenek2013-09-021-3/+4
* | Add RUBY_VERSION conditional test for UTF-8 encoded strings in ruby >= 2.0bluemonk2013-10-262-2/+10
|/
* Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)bluemonk2011-05-151-36/+51
* Added IPv6#<=>, changed IPv4#<=> and IPv4#supernet (closes #13)bluemonk2011-05-142-10/+45
* Removed extension methods and extension directorybluemonk2011-05-121-18/+0
* Added IPv6#each, IPv6#broadcast_u128 and Prefix128#host_prefixbluemonk2011-05-101-1/+26
* Added IPv6#network method, thanks to Leif Gensert (closes #12)bluemonk2011-05-101-0/+13
* Added a few more tests for IPv4::summarizebluemonk2011-03-291-4/+13
* Added #ipv4? and #ipv6? methodsbluemonk2011-03-272-17/+29
* Reworked IPv4#include_all? methodbluemonk2011-03-271-0/+8
* bugfix: summarizing a small net with a large outside it's supernet raised erroreahlstrom2011-02-241-0/+6
* Modified IPAddress::Prefix32 to allow /0 subnetsbluemonk2011-01-212-1/+8
* Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful testperformbluemonk2010-09-071-0/+1
* Added IPv4#private?bluemonk2010-08-271-0/+15
* Changed default behaviour when IPv4#new is called with no prefix specified: i...bluemonk2010-08-201-3/+17
* Rewrote IPv6::Mapped to accept mapped IPv4 in IPv6 formatbluemonk2010-07-271-9/+25
* Added IPv6#network_u128 and IPv6#include?bluemonk2010-07-241-1/+23
* Right class called from Prefix32::parse_netmask (closes #1)bluemonk2010-07-221-0/+1
* Lots of changes towards 0.6.0bluemonk2010-07-184-76/+141
* Added special IPv6 addresses documentation and fixed a bug with IPv6::MappedMarco Ceresa2010-05-201-3/+3
* Finished Network Design documentation part in README.rdocMarco Ceresa2010-05-141-0/+18
* Fixed IPv4#subnet method. Now it correctly subnet networks in any number of s...Marco Ceresa2010-04-081-5/+21
* reached 100% coverage in IPv6 testsMarco Ceresa2010-02-101-2/+18
* Added more IPv6 and IPv4 methodsMarco Ceresa2010-02-092-2/+136
* added IPv4#+ and many new IPv6 methods and testsMarco Ceresa2010-02-032-17/+73
* Added IPv6 supportMarco Ceresa2010-01-193-5/+187
* Subclassed Prefix with Prefix32; changed identation on ipv4.rbMarco Ceresa2010-01-122-4/+13
* Completed ::summarize documentationMarco Ceresa2009-12-121-12/+12
* Added documentationMarco Ceresa2009-12-111-1/+0
* changed #include? for speed and completed ::summarizeMarco Ceresa2009-12-101-11/+46
* Added summarize class methodMarco Ceresa2009-12-091-24/+42
* Initial importMarco Ceresa2009-12-093-0/+384