summaryrefslogtreecommitdiff
path: root/test/ipaddress/ipv4_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #77 from smortex/eqlMarco Ceresa2022-01-081-0/+2
|\
| * Highlight bug: eql? is not aliased to the overridden ==.Romain Tartière2016-03-191-0/+2
* | Merge pull request #84 from garo/feature/allocateFrancis Luong (Franco)2017-09-011-0/+24
|\ \
| * | Add allocate() methodJuho Mäkinen2017-08-301-0/+24
| |/
* | Merge pull request #83 from icy-arctic-fox/link-localFrancis Luong (Franco)2017-09-011-0/+25
|\ \
| * | Add tests for #link_local?Michael Miller2017-08-301-0/+25
| |/
* | Merge branch 'master' into improve-remove_warningsimprove-remove_warningsFrancis Luong (Franco)2017-08-301-1/+8
|\ \
| * \ Merge pull request #64 from ghg/return_argument_error_for_nilFrancis Luong (Franco)2017-08-301-0/+1
| |\ \
| | * | Raise ArgumentError if IP address is nilGregory Graf2015-05-311-0/+1
| | |/
| * | Fix <=> for IPv4 and IPv6.Romain Tartière2016-03-161-0/+6
| |/
* | Adjusted indentation in testKenichi Kamiya2017-08-301-2/+2
|/
* 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
* | Convert to Minitest.Julian C. Dunn2015-02-091-18/+11
* | added #to_h testsMike Mackintosh2015-01-261-1/+14
* | 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 RUBY_VERSION conditional test for UTF-8 encoded strings in ruby >= 2.0bluemonk2013-10-261-1/+5
|/
* 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-141-9/+16
* Added a few more tests for IPv4::summarizebluemonk2011-03-291-4/+13
* Added #ipv4? and #ipv6? methodsbluemonk2011-03-271-0/+8
* 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-211-0/+3
* 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
* Lots of changes towards 0.6.0bluemonk2010-07-181-38/+92
* Fixed IPv4#subnet method. Now it correctly subnet networks in any number of s...Marco Ceresa2010-04-081-5/+21
* Added more IPv6 and IPv4 methodsMarco Ceresa2010-02-091-0/+32
* added IPv4#+ and many new IPv6 methods and testsMarco Ceresa2010-02-031-1/+10
* Added IPv6 supportMarco Ceresa2010-01-191-2/+18
* Subclassed Prefix with Prefix32; changed identation on ipv4.rbMarco Ceresa2010-01-121-3/+12
* Completed ::summarize documentationMarco Ceresa2009-12-121-12/+12
* Added documentationMarco Ceresa2009-12-111-1/+0
* changed #include? for speed and completed ::summarizeMarco Ceresa2009-12-101-11/+46
* Added summarize class methodMarco Ceresa2009-12-091-24/+42
* Initial importMarco Ceresa2009-12-091-0/+258