Age | Commit message (Expand) | Author |
---|
2025-04-26 | [ruby/ipaddr] Added IPAddr#+/- | Taketo Takashima |
2024-10-19 | [ruby/ipaddr] Bump the version to 1.2.7 | Akinori MUSHA |
2024-10-19 | [ruby/ipaddr] Use string interpolation instead of format() | Akinori MUSHA |
2024-10-18 | [ruby/ipaddr] Use string interpolation instead of format() | Akinori MUSHA |
2024-10-18 | [ruby/ipaddr] Added to_json/as_json method | Taketo Takashima |
2024-04-18 | [ruby/ipaddr] Add IPAddr.cidr to return ip address in cidr notation | Ben Fritsch |
2024-04-10 | [ruby/ipaddr] Added IPAddr#wildcard_mask | Taketo Takashima |
2024-02-23 | [ruby/ipaddr] Prefer String#start_with? over Regexp.match | Akira Matsuda |
2024-02-23 | [ruby/ipaddr] String#split seems to be faster than capturing digits with Regexp | Akira Matsuda |
2023-12-25 | [ruby/ipaddr] Consider IPv4-mapped IPv6 addresses link local/loopback if IPV4... | Earlopain |
2023-12-25 | [ruby/ipaddr] Fix regressions in exception messages | Luke Randall |
2023-12-25 | [ruby/ipaddr] ntop: Measure address size in bytes | Kasumi Hanazuki |
2023-12-16 | [ruby/ipaddr] Bump up v1.2.6 | Hiroshi SHIBATA |
2023-09-23 | Improve performance of include? by 5-10x | Hartley McGuire |
2023-06-22 | [ruby/ipaddr] Consider IPv4-mapped IPv6 addresses private if IPv4 address is ... | Jeremy Evans |
2022-12-05 | [ruby/ipaddr] Bump version to 1.2.5 | Hiroshi SHIBATA |
2022-09-08 | [ruby/ipaddr] Improve Ractor-compliance | rm155 |
2022-02-10 | [ruby/ipaddr] Bump version to 1.2.4 | Hiroshi SHIBATA |
2022-02-10 | [ruby/ipaddr] Fix exception calling `to_range' after `freeze' | Espartaco Palma |
2022-02-10 | [ruby/ipaddr] Ipaddr#native must also coerce `@mask_addr` | Jean Boussier |
2022-02-10 | [ruby/ipaddr] Expose IPAddr::VERSION | Jean Boussier |
2021-10-11 | [ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to pass | Jeremy Evans |
2021-10-11 | [ruby/ipaddr] Make IPAddr#include? consider range of argument | Jeremy Evans |
2021-10-07 | [ruby/ipaddr] Support zone identifiers in IPv6 addresses | Jeremy Evans |
2021-10-07 | [ruby/ipaddr] Add netmask method that returns net mask as string. | Bogdan Irimie |
2021-10-07 | [ruby/ipaddr] Disallow leading zeros in mask | Jeremy Evans |
2021-10-07 | [ruby/ipaddr] Raise if extra slashes follow | Nobuyoshi Nakada |
2021-10-07 | [ruby/ipaddr] Avoid reraising exceptions | Jeremy Evans |
2021-10-07 | [ruby/ipaddr] Removing superfluos assingments & return | Espartaco Palma |
2018-12-18 | Import ipaddr 1.2.2 | knu |
2018-08-09 | Include the input in the message when raising InvalidAddressError | knu |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-10-21 | Use caller with length to reduce unused strings | kazu |
2017-10-21 | Import ipaddr 1.2.0 | knu |
2016-11-05 | IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails | knu |
2016-05-21 | ipaddr: fix typo [ci skip] | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-10-23 | * lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address contained | hsbt |
2014-05-31 | * lib/ipaddr.rb: extracted inline tests into test dir. | hsbt |
2013-02-18 | * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing | knu |
2013-02-18 | Fix the IPv6 parser. | knu |
2012-11-16 | * lib/cgi/core.rb: Use symbols instead of strings for | marcandre |
2012-08-31 | * lib/ipaddr.rb: Introduce several new error classes where only | knu |
2012-08-21 | remove trainling spaces. | nobu |
2012-06-02 | * lib/ipaddr.rb: Inhibit zero-filled octets in an IPv4 address in | knu |
2011-05-22 | * lib/ipaddr.rb: Improve documentation. by Sandor Szucs. | drbrain |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2011-05-13 | * lib/ipaddr.rb (unless Socket): Document valid*? methods. by | drbrain |
2010-03-21 | * lib/resolv-replace.rb: specify super class for rdoc. | akr |