aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/protocol.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-3/+6
* lib/net/protocol: clear short-lived read buffernormal2017-05-211-1/+3
* lib/net/protocol.rb: preserve backtrace informationshugo2017-01-121-2/+1
* lib/net/protocol.rb: Specify frozen_string_literal: true.kazu2017-01-111-5/+5
* net/protocol.rb: kwargsnobu2016-11-141-5/+5
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-051-0/+18
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* lib/net/*: use io/wait methods instead of IO.selectnormal2015-04-151-2/+3
* lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblocknormal2015-04-101-15/+13
* net/protocol.rb: fix SMTP dot stuffingnobu2014-05-231-2/+6
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-081-1/+1
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-061-1/+1
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-2/+13
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-0/+1
* * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi2011-05-311-0/+2
* * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove2011-01-061-0/+4
* * lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse2010-12-131-0/+2
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu2009-06-121-2/+2
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-1/+9
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz2008-12-231-1/+1
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz2008-12-021-3/+9
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-1/+3
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-051-2/+2
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine2004-08-181-4/+3
* * lib/net/protocol.rb (each_crlf_line): remove junk line.aamine2004-05-101-1/+0
* * lib/net/http.rb: spin off https code again.aamine2004-03-061-124/+103
* * lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add...aamine2004-03-061-120/+74
* * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...aamine2004-02-121-1/+1
* * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine2003-11-161-4/+4
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-211-1/+1
* * lib/net/http.rb: update document.aamine2003-08-051-28/+23
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-021-153/+149
* * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine2003-07-021-0/+6
* * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...aamine2003-06-061-4/+4
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-021-0/+11
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-021-341/+2
* * lib/net/smtp.rb: changes coding style.aamine2002-11-211-60/+55
* use Object#class instead of deprecated Object#type.nobu2002-10-021-4/+4
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-1/+1
* * lib/net/http.rb: HTTP.get accepts URI.aamine2002-03-261-42/+47
* net/protocol.rb: Protocol#start should return self.aamine2002-03-221-1/+1
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-221-1/+8
* aamineaamine2002-02-191-177/+134
* aamineaamine2002-02-071-1/+1
* aamineaamine2001-12-301-212/+202
* aamineaamine2001-12-201-4/+4
* aamineaamine2001-12-131-56/+45
* aamineaamine2001-12-091-1/+1
* aamineaamine2001-12-071-6/+5