summaryrefslogtreecommitdiff
path: root/lib/uri/generic.rb
AgeCommit message (Expand)Author
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
2024-01-22[ruby/uri] Removed commented-out codeHiroshi SHIBATA
2024-01-05[ruby/uri] Make URI#to_s prepend relative path with / if there is a host or portJeremy Evans
2023-10-26add #to_str to URI::GenericMichael Chui
2022-05-12[ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans
2021-04-22[ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal
2021-04-22[ruby/uri] Upstream Java proxy property checks from JRubyCharles Oliver Nutter
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-03-26[ruby/uri] Remove RCS keywordsDavid Rodríguez
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-05-17http_proxy setting should respect both parent domain and subdomainnaruse
2018-04-23[DOC] URI::Generic#port returns Integer [ci skip]kazu
2018-04-21Improve docs for URI librarystomar
2018-04-17lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar
2018-04-02Fix typo on URI.hierarchical? [ci skip]nobu
2018-03-21Docs and tests on URI.hierarchical?, URI.absolute?nobu
2017-12-14Use string instead of regexpnaruse
2017-12-14Allow empty path components in a URI [Bug #8352]knu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-01Append "//" if empty host for file or postgres URInaruse
2017-09-28URI::Generic: Separate no_proxy handlingnaruse
2017-05-10lib/uri/generic.rb: fix typosstomar
2017-03-19improve docs for URI::Genericstomar
2017-01-17uri/generic.rb: fix exception on non-IP formatnobu
2016-11-22Use `&.` instead of `if` and `? :`kazu
2016-10-31uri/generic.rb: Tidy up mergenobu
2016-10-11forgot to replace two occurences of ENV.akr
2016-10-11Add an optional argument, env, to URI.find_proxy.akr
2016-09-15Don't include bad password in URI exception outputtenderlove
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-02-13CIDR in no_proxynobu
2016-02-13no_proxy with whitespaces and leading dotsnobu
2016-01-14* lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-12-08lib/uri/generic.rb: enable frozen_string_literalnormal
2014-12-24lib/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-05remove path_querynaruse
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, justnaruse
2014-06-23* lib/uri/generic.rb (check_port): allow strings for port= asnaruse
2014-06-22remove registrynaruse
2013-12-21* lib/uri/generic.rb: [DOC] Fix typoa_matsuda
2013-11-29* lib/uri/generic.rb: [DOC] Fix typoa_matsuda
2013-11-25* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak