summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76 from smortex/spaceship_compareFrancis Luong (Franco)2017-08-302-0/+12
|\
| * Fix <=> for IPv4 and IPv6.Romain Tartière2016-03-162-0/+12
* | Add IPv6#link_local?Alan Somers2017-08-291-0/+6
* | Switch to newer Code Climiate reportingMichael Miller2016-11-161-2/+2
* | add code climate test reporterFrancis Luong (Franco)2016-03-231-0/+2
|/
* added IPv6#[]= to fix #24Mike Mackintosh2015-03-231-1/+7
* added IPv4#[]= to fix #24Mike Mackintosh2015-03-231-0/+14
* Merge branch 'fix-first-last' of https://github.com/mikerodrigues/ipaddress i...Mike Mackintosh2015-03-231-3/+20
|\
| * broadcast for /32 now returns selfMichael Rodrigues2015-02-101-1/+1
| * removing accidentally added newline in testsMichael Rodrigues2014-07-011-1/+0
| * #first, #last, #network, and #broadcast properly handle /31 (RFC3021) and /32Michael Rodrigues2014-07-011-3/+14
| * added tests for /32Michael Rodrigues2014-01-011-0/+7
* | added #to range and fixed #40Mike Mackintosh2015-03-221-0/+13
* | added bugfix/40 fix with testMike Mackintosh2015-03-221-0/+9
* | updated remaining tests for minitestMike Mackintosh2015-02-092-11/+5
* | Convert to Minitest.Julian C. Dunn2015-02-095-58/+40
* | Merge pull request #57 from mikemackintosh/uint32-parseMarco Ceresa2015-02-022-0/+29
|\ \
| * | added #ntoa unint32 -> ip and testsMike Mackintosh2015-01-262-0/+29
* | | added #to_h testsMike Mackintosh2015-01-261-1/+14
|/ /
* | Merge pull request #52 from gauthier-delacroix/Mongoid-fieldMarco Ceresa2014-12-211-0/+76
|\ \
| * | Add Mongoid supportGauthier Delacroix2014-09-151-0/+76
| |/
* | Merge pull request #16 from schmurfy/masterMarco Ceresa2014-10-061-0/+5
|\ \ | |/ |/|
| * do not consider /32 address as being a network addressJulien Ammous2011-06-281-0/+5
* | Add ipv6 test on 'dd', fixes #34bluemonk2013-10-271-1/+2
* | Merge branch 'develop', fixes #32bluemonk2013-10-262-3/+6
|\ \
| * | Fixed + Added Test CasesBronislav Robenek2013-09-022-3/+6
| |/
* | 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-186-81/+158
* 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
* Completed tests for ipaddressMarco Ceresa2010-03-111-0/+35
* reached 100% coverage in IPv6 testsMarco Ceresa2010-02-102-2/+19
* Added more IPv6 and IPv4 methodsMarco Ceresa2010-02-092-2/+136