summaryrefslogtreecommitdiff
path: root/lib/ipaddress/prefix.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed indentationKenichi Kamiya2017-08-301-1/+1
* Integer Unification for Ruby 2.4.0+Koichi ITO2017-08-291-4/+4
* Modified IPAddress::Prefix128 to allow /0 subnetskaustubh-d2014-07-291-2/+2
* Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)bluemonk2011-05-151-1/+1
* Added IPv6#each, IPv6#broadcast_u128 and Prefix128#host_prefixbluemonk2011-05-101-0/+13
* Fixed Prefix32.new error messagebluemonk2011-01-211-1/+1
* Modified IPAddress::Prefix32 to allow /0 subnetsbluemonk2011-01-211-2/+2
* Added IPv4#private?bluemonk2010-08-271-1/+1
* lots of methods rewriting to improve performancesbluemonk2010-08-241-3/+18
* Right class called from Prefix32::parse_netmask (closes #1)bluemonk2010-07-221-1/+1
* Lots of changes towards 0.6.0bluemonk2010-07-181-1/+38
* Finished documentation for IPAddress::Prefix, README and IPAddress::IPBaseMarco Ceresa2010-05-221-3/+99
* Started writing README.rdocMarco Ceresa2010-02-241-0/+15
* added IPv4#+ and many new IPv6 methods and testsMarco Ceresa2010-02-031-3/+3
* Added IPv6 supportMarco Ceresa2010-01-191-16/+18
* Subclassed Prefix with Prefix32; changed identation on ipv4.rbMarco Ceresa2010-01-121-19/+46
* Initial importMarco Ceresa2009-12-091-0/+60