summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-11-26use clock_gettime to avoid object creationnaruse
2014-11-25* lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain
2014-11-20* lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa
2014-11-13* remove trailing spaces.svn
2014-11-13* lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo
2014-10-31Document that Net::IMAP#fetch will return nil instead of an emtpy array.knu
2014-10-07normalize reference to Timeout::Errornormal
2014-08-27* lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt
2014-08-21* lib/net/imap.rb: split executable code into sample directory.hsbt
2014-08-21* lib/net/imap.rb: removed commented-out code.hsbt
2014-08-05* lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse
2014-08-05* lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):naruse
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-07-27* lib/cgi/core.rb: remove unused variables.hsbt
2014-07-11* lib/net/smtp.rb (Net::SMTP#data): enable buffering whilekosaki
2014-07-03* lib/net/htp/response.rb (Net::Inflater#inflate_adapter):naruse
2014-07-03* lib/net/http/response.rb (Net::HTTP.each_response_header):naruse
2014-07-03change default not tot create useless objectnaruse
2014-06-23* lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-27* lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr
2014-05-23net/protocol.rb: fix SMTP dot stuffingnobu
2014-05-02* lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720]hsbt
2014-04-10* lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu
2014-01-19* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt
2014-01-13* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak
2013-12-13* lib/net/pop.rb: [DOC] Fix typoa_matsuda
2013-12-08* lib/net/http/responses.rb:naruse
2013-12-07 * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt
2013-12-03* lib/net/smtp.rb: [DOC] Fix typoa_matsuda
2013-12-02* lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain
2013-11-07* lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fixzzak
2013-08-08range.c: revert r42400nobu
2013-08-06net/http/header.rb: remove a hacknobu
2013-07-25fix r42168; Add class name to constantsnaruse
2013-07-25* lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm onnaruse
2013-07-18* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak
2013-07-04Fixing example in comments that raised an error by @JackDanger [fix GH-345]hsbt
2013-06-05* lib/net/imap.rb (capability_response): should ignore trailingshugo
2013-05-19fix typos inspired by r40825kazu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-04-23* lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo
2013-04-19* lib/net/imap.rb (body_type_msg): should acceptshugo
2013-03-31Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt