index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ipaddr.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/ipaddr] Bump version to 1.2.4
Hiroshi SHIBATA
2022-02-10
1
-1
/
+1
*
[ruby/ipaddr] Fix exception calling `to_range' after `freeze'
Espartaco Palma
2022-02-10
1
-1
/
+2
*
[ruby/ipaddr] Ipaddr#native must also coerce `@mask_addr`
Jean Boussier
2022-02-10
1
-0
/
+3
*
[ruby/ipaddr] Expose IPAddr::VERSION
Jean Boussier
2022-02-10
1
-0
/
+1
*
[ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to pass
Jeremy Evans
2021-10-11
1
-2
/
+6
*
[ruby/ipaddr] Make IPAddr#include? consider range of argument
Jeremy Evans
2021-10-11
1
-25
/
+6
*
[ruby/ipaddr] Support zone identifiers in IPv6 addresses
Jeremy Evans
2021-10-07
1
-4
/
+42
*
[ruby/ipaddr] Add netmask method that returns net mask as string.
Bogdan Irimie
2021-10-07
1
-0
/
+5
*
[ruby/ipaddr] Disallow leading zeros in mask
Jeremy Evans
2021-10-07
1
-1
/
+4
*
[ruby/ipaddr] Raise if extra slashes follow
Nobuyoshi Nakada
2021-10-07
1
-1
/
+1
*
[ruby/ipaddr] Avoid reraising exceptions
Jeremy Evans
2021-10-07
1
-18
/
+16
*
[ruby/ipaddr] Removing superfluos assingments & return
Espartaco Palma
2021-10-07
1
-3
/
+2
*
Import ipaddr 1.2.2
knu
2018-12-18
1
-4
/
+4
*
Include the input in the message when raising InvalidAddressError
knu
2018-08-09
1
-0
/
+2
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
1
-2
/
+2
*
Use caller with length to reduce unused strings
kazu
2017-10-21
1
-2
/
+2
*
Import ipaddr 1.2.0
knu
2017-10-21
1
-2
/
+88
*
IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails
knu
2016-11-05
1
-5
/
+8
*
ipaddr: fix typo [ci skip]
nobu
2016-05-21
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address contained
hsbt
2015-10-23
1
-2
/
+2
*
* lib/ipaddr.rb: extracted inline tests into test dir.
hsbt
2014-05-31
1
-277
/
+0
*
* lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing
knu
2013-02-18
1
-1
/
+1
*
Fix the IPv6 parser.
knu
2013-02-18
1
-1
/
+6
*
* lib/cgi/core.rb: Use symbols instead of strings for
marcandre
2012-11-16
1
-1
/
+1
*
* lib/ipaddr.rb: Introduce several new error classes where only
knu
2012-08-31
1
-42
/
+53
*
remove trainling spaces.
nobu
2012-08-21
1
-2
/
+2
*
* lib/ipaddr.rb: Inhibit zero-filled octets in an IPv4 address in
knu
2012-06-02
1
-86
/
+136
*
* lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.
drbrain
2011-05-22
1
-0
/
+16
*
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-19
1
-10
/
+10
*
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-18
1
-33
/
+33
*
* lib/ipaddr.rb (unless Socket): Document valid*? methods. Patch by
drbrain
2011-05-13
1
-0
/
+3
*
* lib/resolv-replace.rb: specify super class for rdoc.
akr
2010-03-21
1
-1
/
+1
*
* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].
nobu
2010-03-20
1
-2
/
+2
*
* lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submitted
knu
2009-08-05
1
-5
/
+7
*
* lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} so
knu
2009-08-04
1
-0
/
+35
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-9
/
+9
*
Added changes needed for miniunit. usually from using internal calls that are...
ryan
2008-09-23
1
-1
/
+0
*
* lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError in
nobu
2008-07-07
1
-1
/
+1
*
* lib/ipaddr.rb: Say that I am the current maintainer.
knu
2008-03-21
1
-0
/
+4
*
* lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minor
knu
2007-10-04
1
-14
/
+6
*
* lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr
knu
2007-10-04
1
-0
/
+31
*
* lib/ipaddr.rb (coerce_other): Support type coercion and make &,
knu
2007-10-04
1
-34
/
+55
*
Move Example so RDoc picks it up.
drbrain
2006-08-04
1
-23
/
+22
*
Documentation cleanup.
drbrain
2006-08-04
1
-15
/
+15
*
* object.c (rb_mod_attr): make Module#attr to be an alias to
matz
2006-07-20
1
-1
/
+1
*
* lib/ipaddr.rb (test_s_new): typo.
usa
2005-01-19
1
-0
/
+1
*
* lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.
usa
2005-01-19
1
-1
/
+5
*
lib/ipaddr.rb (initialize): rescue StandardError.
eban
2003-12-18
1
-1
/
+1
*
* lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.
eban
2003-12-18
1
-3
/
+53
[next]