aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use string instead of regexpnaruse2017-12-141-1/+1
* Allow empty path components in a URI [Bug #8352]knu2017-12-141-3/+3
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-122-5/+5
* Append "//" if empty host for file or postgres URInaruse2017-12-011-1/+1
* Use caller with length to reduce unused stringskazu2017-10-211-4/+4
* URI::Generic: Separate no_proxy handlingnaruse2017-09-281-16/+20
* Remove commented out code of URI::HTTP.new.hsbt2017-09-111-24/+0
* ftp.rb: fix example format [ci skip]nobu2017-08-151-2/+2
* * lib/uri/common.rb: [DOC] add rdoc to describesonots2017-05-261-0/+6
* lib/uri/generic.rb: fix typosstomar2017-05-101-1/+1
* improve docs for URI::Genericstomar2017-03-191-11/+21