summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* All the library in one file to facilitate ruby-stdlib integrationruby-stdlibbluemonk2011-04-2115-4202/+3058
* Regenerate gemspec for version 0.7.5bluemonk2011-04-081-0/+65
* Release 0.7.5v0.7.5bluemonk2011-04-082-2/+2
* Version bump to 0.7.5bluemonk2011-04-081-1/+1
* Version bump to 0.7.4bluemonk2011-04-081-1/+1
* Version bump to 0.7.3bluemonk2011-04-081-1/+1
* Version bump to 0.7.2bluemonk2011-04-081-1/+1
* Version bump to 0.7.1bluemonk2011-04-081-1/+1
* Added a few more tests for IPv4::summarizebluemonk2011-03-293-9/+18
* Added #ipv4? and #ipv6? methodsbluemonk2011-03-274-18/+78
* Reworked IPv4#include_all? methodbluemonk2011-03-274-6/+27
* Merge branch 'master' of https://github.com/eahlstrom/ipaddress into eahlstro...bluemonk2011-03-272-11/+19
|\
| * Merge branch 'master' of github.com:eahlstrom/ipaddresseahlstrom2011-02-240-0/+0
| |\
| | * Merge https://github.com/bluemonk/ipaddresseahlstrom2011-02-244-5/+12
| | |\
| | * | Removed another level of nested if'seahlstrom2010-12-161-9/+7
| | * | Removed one level of nested if's.eahlstrom2010-12-161-2/+9
| | * | bugfix: summarizing a small net with a large outside it's supernet raised erroreahlstrom2010-12-162-6/+9
| * | | bugfix: summarizing a small net with a large outside it's supernet raised erroreahlstrom2011-02-242-11/+19
| | |/ | |/|
* | | Merge branch 'weppos-readme'bluemonk2011-03-271-10/+10
|\ \ \
| * \ \ Merge branch 'readme' of https://github.com/weppos/ipaddress into weppos-readmebluemonk2011-03-271-10/+10
| |\ \ \
| | * | | Fixed typos.Simone Carletti2010-12-171-10/+10
| | | |/ | | |/|
* | | | CHANGELOG and README changesbluemonk2011-03-272-2/+6
|/ / /
* | | 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-213-3/+10
* | Documentation mysteriously disappeared from rubydoc.info... thanks jrdioko (c...Marco Ceresa2010-12-211-1/+1
|/
* Version bump to 0.7.0v0.7.0bluemonk2010-09-081-1/+1
* Removed utils benchmarks from master branchbluemonk2010-09-083-56/+0
* Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful testperformbluemonk2010-09-074-23/+18
* Added rubydoc.info as main documentation sitebluemonk2010-09-071-1/+1
* Changed README.rdoc to reflect latests changesbluemonk2010-08-302-35/+70
* Added IPv4#private?bluemonk2010-08-274-1/+34
* 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-243-16/+49
* Changed default behaviour when IPv4#new is called with no prefix specified: i...bluemonk2010-08-203-4/+43
* Added IPv4#to_s benchmark testbluemonk2010-08-131-0/+21
* Rewrote IPv6::Mapped to accept mapped IPv4 in IPv6 formatbluemonk2010-07-273-17/+52
* Fixed typo in IPv6#include? docbluemonk2010-07-241-3/+1
* Added IPv6#network_u128 and IPv6#include?bluemonk2010-07-243-3/+60
* Right class called from Prefix32::parse_netmask (closes #1)bluemonk2010-07-222-1/+2
* Fixed irb command in rake consolebluemonk2010-07-221-1/+1
* Version bump to 0.6.0v0.6.0bluemonk2010-07-191-1/+1
* Added rubinius as supported platformsbluemonk2010-07-181-0/+1
* Merge remote branch 'origin/master'bluemonk2010-07-182-1/+7
|\
| * 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
* | Added more compatible Ruby versionsbluemonk2010-07-181-5/+13
|/
* Fixed some documentation and formatted CHANGELOG with rdocbluemonk2010-07-182-15/+16