summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-10[ruby/set] set is also dual licensesHiroshi SHIBATA
2021-05-10Add a space to separate sentences in the error messageAndrei Beliankou
2021-05-10[ruby/set] Adding section: What's HereBurdette Lamar
2021-05-10[ruby/set] Adding section: What's HereBurdette Lamar
2021-05-10[ruby/set] Adding section: What's HereBurdette Lamar
2021-05-10[ruby/set] Adding section: What's HereBurdette Lamar
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-05-06[ruby/timeout] Only run timeout_after hook on fiber scheduler if scheduler ex...Jeremy Evans
2021-05-06[ruby/timeout] Avoid unnecessary object allocationJeremy Evans
2021-05-06[ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...Jeremy Evans
2021-05-06[ruby/net-http] Do not require stringioKazuki Yamaguchi
2021-05-06Fixed the file path for net-imap.gemspecHiroshi SHIBATA
2021-05-06Move net-imap.gemspec to under the lib/net/imap directory.Hiroshi SHIBATA
2021-05-06[ruby/net-imap] Many documentation improvementsnicholas a. evans
2021-05-06[ruby/net-imap] Move send_*_data into net/imap/command_datanicholas a. evans
2021-05-06[ruby/net-imap] Move flags to net/imap/flagsnicholas a. evans
2021-05-06[ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans
2021-05-06[ruby/net-imap] move command data formatters to net/imap/command_datanicholas a. evans
2021-05-06[ruby/net-imap] move response data structs to net/imap/response_datanicholas a. evans
2021-05-06[ruby/net-imap] move ResponseParser to lib/net/imap/response_parsernicholas a. evans
2021-05-06[ruby/net-imap] Clean up authenticators rdocnicholas a. evans
2021-05-06[ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans
2021-05-06[ruby/net-imap] Move each authenticator to its own filenicholas a. evans
2021-05-05[ruby/erb] Document that `<% #` doesn't workTakashi Kokubun
2021-04-30[ruby/irb] Need reline >= 0.1.6ima1zumi
2021-04-28[ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/ostruct] Compatibility with Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]Ryuta Kamizono
2021-04-28[ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans
2021-04-28[ruby/net-http] Fix the regexp used to clean the hostJean Boussier
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28[ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed
2021-04-28[ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg
2021-04-28[ruby/net-smtp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2021-04-28[ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-28[ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg
2021-04-27[ruby/net-ftp] Replace "iff" with "if and only if"Gannon McGibbon
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-27[ruby/matrix] v0.4.1Marc-Andre Lafortune
2021-04-27[ruby/matrix] v0.4.0Marc-Andre Lafortune
2021-04-27[ruby/matrix] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA
2021-04-26Revert "disable shareable_constant_value for CI"Yusuke Endoh
2021-04-26[ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada
2021-04-26[ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono
2021-04-26disable shareable_constant_value for CIKoichi Sasada
2021-04-22[ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman
2021-04-22[ruby/uri] remove comment about URI::escape as it is removedFelix Wong
2021-04-22[ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans