aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/timeout] Only run timeout_after hook on fiber scheduler if scheduler ex...Jeremy Evans2021-05-061-1/+1
* [ruby/timeout] Avoid unnecessary object allocationJeremy Evans2021-05-061-3/+2
* [ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...Jeremy Evans2021-05-061-3/+6
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-061-1/+0
* Fixed the file path for net-imap.gemspecHiroshi SHIBATA2021-05-061-1/+1
* Move net-imap.gemspec to under the lib/net/imap directory.Hiroshi SHIBATA2021-05-061-0/+0
* [ruby/net-imap] Many documentation improvementsnicholas a. evans2021-05-063-84/+163
* [ruby/net-imap] Move send_*_data into net/imap/command_datanicholas a. evans2021-05-062-108/+109
* [ruby/net-imap] Move flags to net/imap/flagsnicholas a. evans2021-05-062-48/+57
* [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans2021-05-062-40/+48
* [ruby/net-imap] move command data formatters to net/imap/command_datanicholas a. evans2021-05-062-184/+193
* [ruby/net-imap] move response data structs to net/imap/response_datanicholas a. evans2021-05-062-502/+510
* [ruby/net-imap] move ResponseParser to lib/net/imap/response_parsernicholas a. evans2021-05-062-1522/+1532
* [ruby/net-imap] Clean up authenticators rdocnicholas a. evans2021-05-065-18/+36
* [ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans2021-05-061-3/+18
* [ruby/net-imap] Move each authenticator to its own filenicholas a. evans2021-05-066-204/+257
* [ruby/erb] Document that `<% #` doesn't workTakashi Kokubun2021-05-051-1/+1
* [ruby/irb] Need reline >= 0.1.6ima1zumi2021-04-301-1/+1
* [ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5Marc-Andre Lafortune2021-04-281-5/+15
* [ruby/ostruct] Compatibility with Ruby 2.5Marc-Andre Lafortune2021-04-281-1/+1
* [ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]Ryuta Kamizono2021-04-281-1/+1
* [ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans2021-04-281-1/+6
* [ruby/net-http] Fix the regexp used to clean the hostJean Boussier2021-04-281-1/+1
* [ruby/net-http] Decode user and password from env configured proxyLukas Eipert2021-04-281-2/+9
* [ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed2021-04-281-8/+7
* [ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg2021-04-281-1/+1
* [ruby/net-smtp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA2021-04-281-3/+5
* [ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed2021-04-281-4/+7
* [ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg2021-04-281-13/+26
* [ruby/net-ftp] Replace "iff" with "if and only if"Gannon McGibbon2021-04-271-1/+1
* [ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda2021-04-271-2/+3
* [ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans2021-04-271-10/+14
* [ruby/net-ftp] Replace Timeout.timeout with socket timeoutmohamed2021-04-271-6/+11
* [ruby/matrix] v0.4.1Marc-Andre Lafortune2021-04-271-1/+1
* [ruby/matrix] v0.4.0Marc-Andre Lafortune2021-04-271-1/+1
* [ruby/matrix] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA2021-04-271-3/+0
* Revert "disable shareable_constant_value for CI"Yusuke Endoh2021-04-261-9/+2
* [ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada2021-04-261-8/+8
* [ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono2021-04-261-1/+1
* disable shareable_constant_value for CIKoichi Sasada2021-04-261-2/+9
* [ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman2021-04-221-1/+1
* [ruby/uri] remove comment about URI::escape as it is removedFelix Wong2021-04-221-1/+0
* [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
* [ruby/net-imap] Bump version to 0.2.1Shugo Maeda2021-04-221-1/+1
* [ruby/net-imap] Set timeout for IDLE responsesShugo Maeda2021-04-221-3/+17
* Merge net-imap-0.2.0Hiroshi SHIBATA2021-04-221-68/+456
* [ruby/benchmark] gemspec: Explicitly have 0 executablesOlle Jonsson2021-04-221-1/+1