summaryrefslogtreecommitdiff
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* Update to latest uriBenoit Daloze2021-07-281-2/+2
* Fix test failure for parallel testingHiroshi SHIBATA2021-07-271-0/+4
* [ruby/uri] Add proper Ractor support to URIBenoit Daloze2021-07-2710-17/+33
* [ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"Benoit Daloze2021-07-2710-25/+23
* [ruby/uri] Fix to support Ruby 3.0 Ractorkvokka2021-07-2710-23/+25
* [ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman2021-04-221-1/+1
* [ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans2021-04-221-0/+2
* [ruby/uri] Only use UnboundMethod#bind_call if it is availableJeremy Evans2021-04-222-4/+16
* [ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal2021-04-221-2/+2
* [ruby/uri] Upstream Java proxy property checks from JRubyCharles Oliver Nutter2021-04-221-3/+13
* Enclose the code that was accidentally a link in "tt"aycabta2021-03-311-5/+5
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* fix doc typod-m-u2020-12-161-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-5/+5
* [ruby/uri] Remove deprecated URI.escape/URI.unescapeJeremy Evans2020-09-151-76/+0
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [DOC] Use https:// instead of http:// [ci skip]Kazuhiro NISHIYAMA2020-07-131-2/+2
* [ruby/uri] Check if DN existsNobuyoshi Nakada2020-05-051-0/+1
* * remove trailing spaces. [ci skip]git2020-03-261-1/+1
* [ruby/uri] Remove RCS keywordsDavid Rodríguez2020-03-268-8/+0
* [ruby/uri] Remove revision lines from commentsMatt Muller2020-03-262-2/+0
* [ruby/uri] Add support for WebSocketsMatt Muller2020-03-262-0/+108
* [ruby/uri] Simplify construction of URI instances using parser interface.Samuel Williams2020-03-263-25/+16
* Add workaround for test-bundler failureKazuhiro NISHIYAMA2020-03-121-1/+1
* Fix warnings for URI.encode and URI.decodeJeremy Evans2020-01-091-2/+2
* Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA2019-11-112-0/+35
* Revert "Promote uri to default gems"Hiroshi SHIBATA2019-11-092-35/+0
* Promote uri to default gemsHiroshi SHIBATA2019-11-092-0/+35
* Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA2019-10-112-2/+2
* Check for invalid hex escapes in URI#query=Jeremy Evans2019-10-081-0/+1
* Warn for URI.{,un}{escape,encode}, even if not in verbose modeJeremy Evans2019-09-271-2/+2
* Fix fallback in URI.encode_www_form_component to include #Jeremy Evans2019-09-271-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-029-10/+10
* Update link to Email address specificationkazu2018-08-201-1/+1
* Escape debug output in InvalidURIError exceptions.tenderlove2018-07-271-2/+2
* http_proxy setting should respect both parent domain and subdomainnaruse2018-05-171-4/+9
* [DOC] Fix capitallizing [ci skip]kazu2018-04-251-2/+2
* common.rb: unused constantnobu2018-04-251-3/+0
* [DOC] URI::Generic#port returns Integer [ci skip]kazu2018-04-231-2/+2
* Improve docs for URI librarystomar2018-04-218-348/+325
* lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar2018-04-171-3/+4
* lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar2018-04-171-3/+3
* lib/uri/file.rb: fix errors in docs for URI::File.buildstomar2018-04-171-4/+1
* lib/uri/file.rb: improve docs for URI::Filestomar2018-04-171-9/+11
* Fix typo on URI.hierarchical? [ci skip]nobu2018-04-021-1/+1
* set UTF-8 if given URI string is ASCIInaruse2018-03-221-1/+3
* Docs and tests on URI.hierarchical?, URI.absolute?nobu2018-03-211-3/+21
* Introduce URI::File to handle file URI schemenaruse2018-03-151-0/+95
* fix error if the input is mixed Unicode and percent-escapesnaruse2018-03-081-3/+3
* uri/common: reduce allocations and retained objectsnormal2018-01-281-8/+8