summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
2019-10-11Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2019-09-27Warn for URI.{,un}{escape,encode}, even if not in verbose modeJeremy Evans
2019-09-27Fix fallback in URI.encode_www_form_component to include #Jeremy Evans
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-08-20Update link to Email address specificationkazu
2018-07-27Escape debug output in InvalidURIError exceptions.tenderlove
2018-05-17http_proxy setting should respect both parent domain and subdomainnaruse
2018-04-25[DOC] Fix capitallizing [ci skip]kazu
2018-04-25common.rb: unused constantnobu
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-17lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar
2018-04-17lib/uri/file.rb: fix errors in docs for URI::File.buildstomar
2018-04-17lib/uri/file.rb: improve docs for URI::Filestomar
2018-04-02Fix typo on URI.hierarchical? [ci skip]nobu
2018-03-22set UTF-8 if given URI string is ASCIInaruse
2018-03-21Docs and tests on URI.hierarchical?, URI.absolute?nobu
2018-03-15Introduce URI::File to handle file URI schemenaruse
2018-03-08fix error if the input is mixed Unicode and percent-escapesnaruse
2018-01-28uri/common: reduce allocations and retained objectsnormal
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-10-21Use caller with length to reduce unused stringskazu
2017-09-28URI::Generic: Separate no_proxy handlingnaruse
2017-09-11Remove commented out code of URI::HTTP.new.hsbt
2017-08-15ftp.rb: fix example format [ci skip]nobu
2017-05-26* lib/uri/common.rb: [DOC] add rdoc to describesonots
2017-05-10lib/uri/generic.rb: fix typosstomar
2017-03-19improve docs for URI::Genericstomar
2017-01-23Fix typo of URI#escape [Bug #13147]naruse
2017-01-17uri/generic.rb: fix exception on non-IP formatnobu
2016-12-12Use URI.decode_www_form_component [Bug #10774]naruse
2016-11-22Use `&.` instead of `if` and `? :`kazu
2016-11-08Update comment about default constanta_matsuda
2016-10-31uri/generic.rb: Tidy up mergenobu
2016-10-20* lib/uri/common.rb: added documentation for deprecated method.hsbt
2016-10-11forgot to replace two occurences of ENV.akr
2016-10-11Add an optional argument, env, to URI.find_proxy.akr
2016-10-06uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]nobu
2016-10-06Update URI WEB_ENCODINGS_ hash, and fix documented cmd tonobu
2016-09-30* lib/uri/http.rb: Documentation and code style imrovements.hsbt
2016-09-15Don't include bad password in URI exception outputtenderlove
2016-09-12* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt
2016-07-02* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-03-25fix URI::HTTP.new examplenobu