summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2005-10-22* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu
2005-10-15* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo
2005-09-16* lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-09-13* lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine
2005-09-11* lib/net/imap.rb (starttls): supported the STARTTLS command.shugo
2005-07-26* lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine
2005-06-30* lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo
2005-04-20* lib/net/http.rb: add rdoc.aamine
2005-04-20* lib/net/http.rb: new method Net::HTTP.post_form.aamine
2005-02-22* lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo
2005-01-21* lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo
2005-01-21* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo
2005-01-01update copyright yearaamine
2005-01-01* lib/net/http.rb (each_capitalized): should join header field value. This p...aamine
2004-12-28* lib/net/telnet.rb (preprocess): remove NULL unless binmode.usa
2004-12-26* lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo
2004-12-20* lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo
2004-12-15* lib/net/http.rb: remove junk.aamine
2004-10-03* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo
2004-08-18* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine
2004-07-22* lib/net/imap.rb (disconnected?): new method.shugo
2004-07-17* lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo
2004-07-17* lib/net/imap.rb (send_string_data): wait command continuationshugo
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-23* lib/net/imap.rb: added new option --ssl.shugo
2004-06-20* lib/net/ftp.rb (binary=): send TYPE commands only once.shugo
2004-05-27* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-05-18* lib/net/http.rb: support TRACE.aamine
2004-05-18* lib/net/http.rb: do not use class variables.aamine
2004-05-13* lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira
2004-05-10* lib/net/protocol.rb (each_crlf_line): remove junk line.aamine
2004-05-09* lib/net/pop.rb (loggin): append "\n".aamine
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-04-21* lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine
2004-04-21* lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine
2004-04-21* lib/net/pop.rb: do not use class variables.aamine
2004-04-21* lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-13* lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine
2004-04-13* lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-28* lib/net/pop.rb: def m( arg ) -> def m(arg).aamine
2004-03-28* lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine
2004-03-28* lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code.aamine
2004-03-28* lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine
2004-03-08* lib/net/http.rb: HTTPHeader did not initialized correctly.aamine
2004-03-08* lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine