Age | Commit message (Expand) | Author |
---|
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans |
2018-12-27 | Fix Net::Protocol::BufferedIO#write when sending large multi-byte string | nobu |
2018-12-10 | Net::ReadTimeout and Net::WriteTimeout should tell the cause socket | usa |
2018-12-04 | Use delete_prefix instead of `sub(/\Afixed-pattern/, '')` | kazu |
2018-06-08 | write_timeout doc upates [skip ci] | naruse |
2018-06-07 | Fix typos [ci skip] | kazu |
2018-06-06 | fix r63587 | naruse |
2018-06-06 | fix r63587 with temporal to pass the tests. please re-fix it. | ko1 |
2018-06-06 | Introduce write_timeout to Net::HTTP [Feature #13396] | naruse |
2018-01-19 | Fix warning | kazu |
2018-01-14 | net/http: use writev for HTTP chunked request bodies | normal |
2018-01-08 | net/protocol: read directly into rbuf if it's empty | normal |
2018-01-08 | net/protocol: use binary string buffers | normal |
2018-01-06 | Revert "net/protocol: use binary string buffers" | normal |
2018-01-06 | net/protocol: use binary string buffers | normal |
2018-01-05 | net/protocol: optimize large read case | normal |
2017-05-22 | lib/net/protocol.rb: account read_bytes before caller sees it | normal |
2017-05-21 | lib/net/protocol: clear short-lived read buffer | normal |
2017-01-12 | lib/net/protocol.rb: preserve backtrace information | shugo |
2017-01-11 | lib/net/protocol.rb: Specify frozen_string_literal: true. | kazu |
2016-11-14 | net/protocol.rb: kwargs | nobu |
2016-11-05 | * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake. | shugo |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-04-15 | lib/net/*: use io/wait methods instead of IO.select | normal |
2015-04-10 | lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock | normal |
2014-05-23 | net/protocol.rb: fix SMTP dot stuffing | nobu |
2012-11-08 | * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line): | naruse |
2012-11-06 | * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line): | naruse |
2012-04-11 | * lib/net/protocol.rb (module Net): Added ReadTimeout to match | drbrain |
2012-02-28 | * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Error | drbrain |
2011-05-31 | * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait | nahi |
2011-01-06 | * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to the | tenderlove |
2010-12-13 | * lib/net/http.rb (Net::HTTPRequest#set_form): Added to support | naruse |
2009-06-12 | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is | nobu |
2009-03-19 | * io.c (rb_mWaitReadable): defined. | akr |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-12-23 | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid calling | matz |
2008-12-02 | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use | matz |
2007-03-19 | * lib/net/protocol.rb (rbuf_read): extend buffer size for speed. | aamine |
2007-03-05 | * lib/net/smtp.rb: support automatic STARTTLS. | aamine |
2004-08-18 | * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel... | aamine |
2004-05-10 | * lib/net/protocol.rb (each_crlf_line): remove junk line. | aamine |
2004-03-06 | * lib/net/http.rb: spin off https code again. | aamine |
2004-03-06 | * lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add... | aamine |
2004-02-12 | * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d... | aamine |
2003-11-16 | * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800] | aamine |
2003-08-21 | Small changes to documentation; mainly hiding things from RDoc. | gsinclair |
2003-08-05 | * lib/net/http.rb: update document. | aamine |
2003-07-02 | * lib/net/smtp.rb: unify SMTP and SMTPCommand. | aamine |