Age | Commit message (Expand) | Author |
---|
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-05-17 | http_proxy setting should respect both parent domain and subdomain | naruse |
2018-04-23 | [DOC] URI::Generic#port returns Integer [ci skip] | kazu |
2018-04-21 | Improve docs for URI library | stomar |
2018-04-17 | lib/uri/generic.rb: fix error in docs for URI::Generic#opaque | stomar |
2018-04-02 | Fix typo on URI.hierarchical? [ci skip] | nobu |
2018-03-21 | Docs and tests on URI.hierarchical?, URI.absolute? | nobu |
2017-12-14 | Use string instead of regexp | naruse |
2017-12-14 | Allow empty path components in a URI [Bug #8352] | knu |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-12-01 | Append "//" if empty host for file or postgres URI | naruse |
2017-09-28 | URI::Generic: Separate no_proxy handling | naruse |
2017-05-10 | lib/uri/generic.rb: fix typos | stomar |
2017-03-19 | improve docs for URI::Generic | stomar |
2017-01-17 | uri/generic.rb: fix exception on non-IP format | nobu |
2016-11-22 | Use `&.` instead of `if` and `? :` | kazu |
2016-10-31 | uri/generic.rb: Tidy up merge | nobu |
2016-10-11 | forgot to replace two occurences of ENV. | akr |
2016-10-11 | Add an optional argument, env, to URI.find_proxy. | akr |
2016-09-15 | Don't include bad password in URI exception output | tenderlove |
2016-05-17 | Use Integer instead of Fixnum and Bignum. | akr |
2016-02-13 | CIDR in no_proxy | nobu |
2016-02-13 | no_proxy with whitespaces and leading dots | nobu |
2016-01-14 | * lib/uri/generic.rb (URI::Generic#to_s): change encoding to | naruse |
2015-12-14 | * ext/socket/lib/socket.rb: use safe navigation operator. | hsbt |
2015-12-08 | lib/uri/generic.rb: enable frozen_string_literal | normal |
2014-12-24 | lib/uri: performance improvements [misc #10628] | normal |
2014-12-23 | * lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^ | naruse |
2014-12-01 | * lib/uri/generic.rb (URI::Generic.build): | naruse |
2014-11-03 | * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI): | naruse |
2014-10-07 | * lib/uri/generic.rb (URI#inspect): remove Object id. | naruse |
2014-08-05 | remove path_query | naruse |
2014-08-05 | * lib/uri/generic.rb (URI::Generic#normalize!): use String#empty? | naruse |
2014-07-26 | * lib/shell/command-processor.rb: remove unused variable. | hsbt |
2014-07-03 | * lib/uri/generic.rb (URI::Generic#query=): remove validation, just | naruse |
2014-06-23 | * lib/uri/generic.rb (check_port): allow strings for port= as | naruse |
2014-06-22 | remove registry | naruse |
2013-12-21 | * lib/uri/generic.rb: [DOC] Fix typo | a_matsuda |
2013-11-29 | * lib/uri/generic.rb: [DOC] Fix typo | a_matsuda |
2013-11-25 | * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456] | zzak |
2013-09-13 | * lib/uri/generic.rb (URI::Generic.find_proxy): return nil if | naruse |
2013-07-24 | * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI is | naruse |
2012-07-20 | * lib/net/http.rb: Net::HTTP now automatically detects and uses | drbrain |
2012-05-18 | * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding | naruse |
2012-04-11 | * lib/uri/generic.rb (module URI): URI now downcases the scheme to | drbrain |
2011-07-15 | * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URI | marcandre |
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-15 | * remove trailing spaces. | nobu |
2011-05-13 | * lib/uri.rb: Add toplevel documentation. by Vincent Batts. | drbrain |