summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
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
2014-07-27* lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join argumentszzak
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-30suppress warnings: assigned but unused variablenaruse
2014-06-30remove useless part of regexpnaruse
2014-06-27* lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse
2014-06-24Revert "* lib/uri/mailto.rb: support RFC6068."naruse
2014-06-23* lib/uri/mailto.rb: support RFC6068.naruse
2014-06-23* lib/uri/generic.rb (check_port): allow strings for port= asnaruse
2014-06-22remove registrynaruse
2014-06-22* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse
2014-06-22support RFC3986 [Feature #2542]naruse
2014-06-22lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse
2014-06-22fix that arg_check didn't worknaruse
2014-01-21* lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]zzak
2014-01-19* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt
2013-12-21* lib/uri/generic.rb: [DOC] Fix typoa_matsuda
2013-12-13 * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]hsbt
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
2013-09-13* lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse
2013-07-31* lib/uri/common.rb (URI.decode_www_form_component): Use String#b.knu
2013-07-31* lib/uri/common.rb (URI.decode_www_form_component):sorah