summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'brona-master' into developdevelopbluemonk2013-10-203-12/+10
|\
| * Fixed + Added Test CasesBronislav Robenek2013-09-023-5/+9
| * Fixed ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/t...Bronislav Robenek2013-09-021-1/+1
| * Fixed IPv6 Validation according to https://gist.github.com/cpetschnig/294476Bronislav Robenek2013-09-021-8/+2
* | Updates Rakefile from obsolete rake/rdoctask to rdoc/taskbluemonk2013-10-071-1/+1
* | Update README.rdocSteven Schmid2013-09-131-1/+1
|/
* Changed IPAddress.parse() to improve speed (see new wiki benchmark page)bluemonk2011-05-241-1/+5
* Regenerated gemspecbluemonk2011-05-241-14/+4
* Version bump to 0.8.0v0.8.0bluemonk2011-05-171-1/+1
* Version bump to 0.7.0bluemonk2011-05-171-1/+1
* Version bump to 0.6.0bluemonk2011-05-171-1/+1
* Version bump to 0.5.0bluemonk2011-05-171-1/+1
* Version bump to 0.4.0bluemonk2011-05-171-1/+1
* Version bump to 0.3.0bluemonk2011-05-171-1/+1
* Version bump to 0.2.0bluemonk2011-05-171-1/+1
* Version bump to 0.1.0bluemonk2011-05-171-1/+1
* Version bump to 0.0.0bluemonk2011-05-171-1/+1
* Updated README to reflect API changesbluemonk2011-05-161-70/+95
* Fixed Math module/class issuebluemonk2011-05-161-1/+1
* Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)bluemonk2011-05-155-64/+103
* Fixed some IPv6 documentation (closes #8)bluemonk2011-05-143-30/+30
* Added IPv6#<=>, changed IPv4#<=> and IPv4#supernet (closes #13)bluemonk2011-05-145-32/+110
* Removed extension methods and extension directorybluemonk2011-05-125-48/+30
* Added IPv6#each, IPv6#broadcast_u128 and Prefix128#host_prefixbluemonk2011-05-106-28/+105
* Added IPv6#network method, thanks to Leif Gensert (closes #12)bluemonk2011-05-104-2/+33
* 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