summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
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
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-16Add frozen_string_literal: false for all filesnaruse
2015-12-15* lib/uri/common.rb: make code block for rdoc.hsbt
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-12-08lib/uri/generic.rb: enable frozen_string_literalnormal
2015-11-08* lib/uri/ftp.rb: fix a typo.hsbt
2015-05-19* lib/uri/rfc2396_parser.rb (initialize_pattern):naruse
2015-02-24* lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]marcandre
2015-01-14* lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst
2014-12-30lib/uri/common.rb: Initialize HTML5ASCIIINCOMPAT to empty Arrayduerst
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-20* lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa
2014-11-06lib/uri/rfc2396_parser.rb (initialize): reduce bytecode sizenormal
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-09-27* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass
2014-09-17* lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse
2014-08-27* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt
2014-08-25uri/common.rb: use negative look-aheadnobu
2014-08-05remove path_querynaruse
2014-08-05* lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?naruse
2014-08-05* lib/uri/http.rb (URI::HTTP#request_uri): optimized.naruse
2014-07-27* lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escapezzak