index
:
delta/ruby-gems/ipaddress.git
bundler
develop
improve-remove_warnings
lumean_51
markdown-changelog
master
minitests
mongoid
monkey-patching
perform
readme
rspec
ruby-stdlib
spaceship_compare
travis-and-jeweler
travis-no-gem-uninstall
github.com: bluemonk/ipaddress.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ipaddress
Commit message (
Expand
)
Author
Age
Files
Lines
*
added IPv6#[]= to fix #24
Mike Mackintosh
2015-03-23
1
-1
/
+7
*
added IPv4#[]= to fix #24
Mike Mackintosh
2015-03-23
1
-0
/
+14
*
Merge branch 'fix-first-last' of https://github.com/mikerodrigues/ipaddress i...
Mike Mackintosh
2015-03-23
1
-3
/
+20
|
\
|
*
broadcast for /32 now returns self
Michael Rodrigues
2015-02-10
1
-1
/
+1
|
*
removing accidentally added newline in tests
Michael Rodrigues
2014-07-01
1
-1
/
+0
|
*
#first, #last, #network, and #broadcast properly handle /31 (RFC3021) and /32
Michael Rodrigues
2014-07-01
1
-3
/
+14
|
*
added tests for /32
Michael Rodrigues
2014-01-01
1
-0
/
+7
*
|
added #to range and fixed #40
Mike Mackintosh
2015-03-22
1
-0
/
+13
*
|
added bugfix/40 fix with test
Mike Mackintosh
2015-03-22
1
-0
/
+9
*
|
updated remaining tests for minitest
Mike Mackintosh
2015-02-09
1
-8
/
+2
*
|
Convert to Minitest.
Julian C. Dunn
2015-02-09
3
-48
/
+27
*
|
added #to_h tests
Mike Mackintosh
2015-01-26
1
-1
/
+14
*
|
Merge pull request #52 from gauthier-delacroix/Mongoid-field
Marco Ceresa
2014-12-21
1
-0
/
+76
|
\
\
|
*
|
Add Mongoid support
Gauthier Delacroix
2014-09-15
1
-0
/
+76
|
|
/
*
|
Merge pull request #16 from schmurfy/master
Marco Ceresa
2014-10-06
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
do not consider /32 address as being a network address
Julien Ammous
2011-06-28
1
-0
/
+5
*
|
Add ipv6 test on 'dd', fixes #34
bluemonk
2013-10-27
1
-1
/
+2
*
|
Merge branch 'develop', fixes #32
bluemonk
2013-10-26
1
-3
/
+4
|
\
\
|
*
|
Fixed + Added Test Cases
Bronislav Robenek
2013-09-02
1
-3
/
+4
|
|
/
*
|
Add RUBY_VERSION conditional test for UTF-8 encoded strings in ruby >= 2.0
bluemonk
2013-10-26
2
-2
/
+10
|
/
*
Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)
bluemonk
2011-05-15
1
-36
/
+51
*
Added IPv6#<=>, changed IPv4#<=> and IPv4#supernet (closes #13)
bluemonk
2011-05-14
2
-10
/
+45
*
Removed extension methods and extension directory
bluemonk
2011-05-12
1
-18
/
+0
*
Added IPv6#each, IPv6#broadcast_u128 and Prefix128#host_prefix
bluemonk
2011-05-10
1
-1
/
+26
*
Added IPv6#network method, thanks to Leif Gensert (closes #12)
bluemonk
2011-05-10
1
-0
/
+13
*
Added a few more tests for IPv4::summarize
bluemonk
2011-03-29
1
-4
/
+13
*
Added #ipv4? and #ipv6? methods
bluemonk
2011-03-27
2
-17
/
+29
*
Reworked IPv4#include_all? method
bluemonk
2011-03-27
1
-0
/
+8
*
bugfix: summarizing a small net with a large outside it's supernet raised error
eahlstrom
2011-02-24
1
-0
/
+6
*
Modified IPAddress::Prefix32 to allow /0 subnets
bluemonk
2011-01-21
2
-1
/
+8
*
Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful test
perform
bluemonk
2010-09-07
1
-0
/
+1
*
Added IPv4#private?
bluemonk
2010-08-27
1
-0
/
+15
*
Changed default behaviour when IPv4#new is called with no prefix specified: i...
bluemonk
2010-08-20
1
-3
/
+17
*
Rewrote IPv6::Mapped to accept mapped IPv4 in IPv6 format
bluemonk
2010-07-27
1
-9
/
+25
*
Added IPv6#network_u128 and IPv6#include?
bluemonk
2010-07-24
1
-1
/
+23
*
Right class called from Prefix32::parse_netmask (closes #1)
bluemonk
2010-07-22
1
-0
/
+1
*
Lots of changes towards 0.6.0
bluemonk
2010-07-18
4
-76
/
+141
*
Added special IPv6 addresses documentation and fixed a bug with IPv6::Mapped
Marco Ceresa
2010-05-20
1
-3
/
+3
*
Finished Network Design documentation part in README.rdoc
Marco Ceresa
2010-05-14
1
-0
/
+18
*
Fixed IPv4#subnet method. Now it correctly subnet networks in any number of s...
Marco Ceresa
2010-04-08
1
-5
/
+21
*
reached 100% coverage in IPv6 tests
Marco Ceresa
2010-02-10
1
-2
/
+18
*
Added more IPv6 and IPv4 methods
Marco Ceresa
2010-02-09
2
-2
/
+136
*
added IPv4#+ and many new IPv6 methods and tests
Marco Ceresa
2010-02-03
2
-17
/
+73
*
Added IPv6 support
Marco Ceresa
2010-01-19
3
-5
/
+187
*
Subclassed Prefix with Prefix32; changed identation on ipv4.rb
Marco Ceresa
2010-01-12
2
-4
/
+13
*
Completed ::summarize documentation
Marco Ceresa
2009-12-12
1
-12
/
+12
*
Added documentation
Marco Ceresa
2009-12-11
1
-1
/
+0
*
changed #include? for speed and completed ::summarize
Marco Ceresa
2009-12-10
1
-11
/
+46
*
Added summarize class method
Marco Ceresa
2009-12-09
1
-24
/
+42
*
Initial import
Marco Ceresa
2009-12-09
3
-0
/
+384