summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-ftp] Bump version to 0.1.2Shugo Maeda2021-05-121-1/+1
* [ruby/irb] Fix `Encoding::ConverterNotFoundError`Koichi ITO2021-05-111-1/+1
* [ruby/resolv] Fix confusion of received response messageKazuki Yamaguchi2021-05-111-3/+3
* Sync bundler & rubygemsDavid Rodríguez2021-05-1128-114/+171
* [ruby/irb] Treat encodings in exception correctlyaycabta2021-05-111-4/+11
* [ruby/set] set is also dual licensesHiroshi SHIBATA2021-05-101-1/+1
* Add a space to separate sentences in the error messageAndrei Beliankou2021-05-101-1/+1
* [ruby/set] Adding section: What's HereBurdette Lamar2021-05-101-1/+1
* [ruby/set] Adding section: What's HereBurdette Lamar2021-05-101-1/+2
* [ruby/set] Adding section: What's HereBurdette Lamar2021-05-101-10/+10
* [ruby/set] Adding section: What's HereBurdette Lamar2021-05-101-0/+154
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-2/+26
* [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