summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version file adjusted to 0.8.0bundlerbluemonk2014-07-271-1/+1
* Bump to 0.1.0bluemonk2014-07-271-1/+1
* Bundler clean up: .gemspec file, update LICENSE and change version track filebluemonk2014-07-271-0/+3
* Fixed + Added Test CasesBronislav Robenek2013-09-021-2/+3
* Fixed IPv6 Validation according to https://gist.github.com/cpetschnig/294476Bronislav Robenek2013-09-021-8/+2
* Changed IPAddress.parse() to improve speed (see new wiki benchmark page)bluemonk2011-05-241-1/+5
* Fixed Math module/class issuebluemonk2011-05-161-1/+1
* Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)bluemonk2011-05-153-28/+50
* Fixed some IPv6 documentation (closes #8)bluemonk2011-05-141-21/+21
* Added IPv6#<=>, changed IPv4#<=> and IPv4#supernet (closes #13)bluemonk2011-05-142-22/+62
* Removed extension methods and extension directorybluemonk2011-05-123-30/+29
* Added IPv6#each, IPv6#broadcast_u128 and Prefix128#host_prefixbluemonk2011-05-103-25/+74
* Added IPv6#network method, thanks to Leif Gensert (closes #12)bluemonk2011-05-101-0/+13
* Added #ipv4? and #ipv6? methodsbluemonk2011-03-272-1/+49
* Reworked IPv4#include_all? methodbluemonk2011-03-271-2/+11
* Merge branch 'master' of https://github.com/eahlstrom/ipaddress into eahlstro...bluemonk2011-03-271-11/+13
|\
| * bugfix: summarizing a small net with a large outside it's supernet raised erroreahlstrom2011-02-241-11/+13
* | Fixed IPv4#include? documentation - thanks to jrdioko (closes #7)bluemonk2011-03-271-2/+1
* | Changed IPv4#each_host to improve speed - thanks to gcharrier (closes #9)bluemonk2011-03-271-2/+2
* | Fixed IPv4#each_host documentation - thanks to gcharrier (closes #10)bluemonk2011-03-271-1/+1
|/
* Fixed Prefix32.new error messagebluemonk2011-01-211-1/+1
* Modified IPAddress::Prefix32 to allow /0 subnetsbluemonk2011-01-211-2/+2
* Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful testperformbluemonk2010-09-072-8/+4
* Changed README.rdoc to reflect latests changesbluemonk2010-08-301-2/+1
* Added IPv4#private?bluemonk2010-08-272-1/+17
* Wrote documentation for IPv4::parse_classful and rewrote IPv4#size and IPv4#b...bluemonk2010-08-251-40/+47
* lots of methods rewriting to improve performancesbluemonk2010-08-242-16/+29
* Changed default behaviour when IPv4#new is called with no prefix specified: i...bluemonk2010-08-201-1/+11
* Rewrote IPv6::Mapped to accept mapped IPv4 in IPv6 formatbluemonk2010-07-271-8/+26
* Fixed typo in IPv6#include? docbluemonk2010-07-241-3/+1
* Added IPv6#network_u128 and IPv6#include?bluemonk2010-07-241-2/+33
* Right class called from Prefix32::parse_netmask (closes #1)bluemonk2010-07-221-1/+1
* Block arguments are not local in Ruby 1.8Daniele Alessandri2010-07-181-1/+1
* Create an Hash#key alias for Hash#index (Ruby < 1.9)Daniele Alessandri2010-07-181-0/+6
* Lots of changes towards 0.6.0bluemonk2010-07-186-168/+367
* Fixed minor bugsMarco Ceresa2010-05-222-0/+13
* Deleted unused filesMarco Ceresa2010-05-222-168/+0
* Finished documentation for IPAddress::Prefix, README and IPAddress::IPBaseMarco Ceresa2010-05-223-7/+151
* Completed most documentation on README.rdoc and ipv6.rbMarco Ceresa2010-05-201-5/+223
* Added special IPv6 addresses documentation and fixed a bug with IPv6::MappedMarco Ceresa2010-05-201-2/+2
* Added IPv6 documentation and fixed a bug in IPv6#to_hexMarco Ceresa2010-05-191-1/+1
* Wrote more documentationMarco Ceresa2010-05-142-20/+224
* Fixed IPv4#subnet method. Now it correctly subnet networks in any number of s...Marco Ceresa2010-04-082-21/+39
* Completed tests for ipaddressMarco Ceresa2010-03-111-3/+3
* Fixed a problem with ipaddress regexp. Written more README documentation.Marco Ceresa2010-03-051-1/+1
* Started writing README.rdocMarco Ceresa2010-02-244-34/+88
* reached 100% coverage in IPv6 testsMarco Ceresa2010-02-102-10/+5
* Added more IPv6 and IPv4 methodsMarco Ceresa2010-02-092-46/+117
* added IPv4#+ and many new IPv6 methods and testsMarco Ceresa2010-02-033-13/+95
* Added IPv6 supportMarco Ceresa2010-01-194-22/+205