| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo | 2005-02-22 | 1 | -5/+6 |
* | * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8. | shugo | 2005-01-21 | 1 | -121/+2 |
* | * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546] | shugo | 2005-01-21 | 1 | -1/+1 |
* | update copyright year | aamine | 2005-01-01 | 1 | -2/+2 |
* | * lib/net/http.rb (each_capitalized): should join header field value. This p... | aamine | 2005-01-01 | 1 | -1/+1 |
* | * lib/net/telnet.rb (preprocess): remove NULL unless binmode. | usa | 2004-12-28 | 1 | -0/+3 |
* | * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new class | shugo | 2004-12-26 | 1 | -0/+16 |
* | * lib/net/https.rb: delete descriptions about key_file and cert_file. | gotoyuzo | 2004-12-20 | 1 | -6/+0 |
* | * lib/net/http.rb: remove junk. | aamine | 2004-12-15 | 1 | -1/+1 |
* | * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german | shugo | 2004-10-03 | 1 | -3/+3 |
* | * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel... | aamine | 2004-08-18 | 1 | -4/+3 |
* | * lib/net/imap.rb (disconnected?): new method. | shugo | 2004-07-22 | 1 | -0/+5 |
* | * lib/net/imap.rb (receive_responses): return if a LOGOUT response | shugo | 2004-07-17 | 1 | -2/+13 |
* | * lib/net/imap.rb (send_string_data): wait command continuation | shugo | 2004-07-17 | 1 | -1306/+1334 |
* | * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() | matz | 2004-06-24 | 1 | -0/+8 |
* | * lib/net/imap.rb: added new option --ssl. | shugo | 2004-06-23 | 1 | -4/+10 |
* | * lib/net/ftp.rb (binary=): send TYPE commands only once. | shugo | 2004-06-20 | 1 | -59/+83 |
* | * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server. | shugo | 2004-05-27 | 1 | -1/+1 |
* | * lib/net/http.rb: support TRACE. | aamine | 2004-05-18 | 1 | -0/+12 |
* | * lib/net/http.rb: do not use class variables. | aamine | 2004-05-18 | 1 | -5/+5 |
* | * lib/net/telnet.rb (Net::Telnet::login): "options" can specify | akira | 2004-05-13 | 1 | -4/+8 |
* | * lib/net/protocol.rb (each_crlf_line): remove junk line. | aamine | 2004-05-10 | 1 | -1/+0 |
* | * lib/net/pop.rb (loggin): append "\n". | aamine | 2004-05-09 | 1 | -1/+1 |
* | * lib/net/ftp.rb: ported documentation improvement from 1.8 branch | gsinclair | 2004-05-09 | 5 | -478/+512 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -1/+4 |
* | * lib/net/imap.rb (string): accept NIL. | shugo | 2004-05-06 | 1 | -8/+27 |
* | * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel... | aamine | 2004-04-21 | 1 | -18/+153 |
* | * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a). | aamine | 2004-04-21 | 1 | -28/+27 |
* | * lib/net/pop.rb: do not use class variables. | aamine | 2004-04-21 | 1 | -40/+58 |
* | * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379] | aamine | 2004-04-21 | 1 | -35/+33 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 5 | -9/+9 |
* | * lib/net/http.rb (begin_transport): should not overwrite HTTP request header... | aamine | 2004-04-13 | 1 | -3/+3 |
* | * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe. | aamine | 2004-04-13 | 1 | -17/+124 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 5 | -11/+11 |
* | * lib/net/pop.rb: def m( arg ) -> def m(arg). | aamine | 2004-03-28 | 1 | -44/+43 |
* | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine | 2004-03-28 | 1 | -2/+2 |
* | * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code. | aamine | 2004-03-28 | 1 | -26/+6 |
* | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine | 2004-03-28 | 1 | -6/+26 |
* | * lib/net/http.rb: HTTPHeader did not initialized correctly. | aamine | 2004-03-08 | 1 | -13/+14 |
* | * lib/net/http.rb (add_header): remove warning. [ruby-dev:23170] | aamine | 2004-03-08 | 1 | -1/+1 |
* | * lib/net/http.rb: HTTPHeader keeps its header fields as an array. | aamine | 2004-03-06 | 1 | -43/+136 |
* | * lib/net/http.rb: new method Net::HTTPRequest#body(=). | aamine | 2004-03-06 | 1 | -19/+70 |
* | * lib/net/http.rb: spin off https code again. | aamine | 2004-03-06 | 5 | -226/+350 |
* | * lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add... | aamine | 2004-03-06 | 1 | -120/+74 |
* | * lib/net/http.rb: net/https is merged. | aamine | 2004-03-05 | 1 | -5/+90 |
* | * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ... | aamine | 2004-03-05 | 1 | -0/+108 |
* | * lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592] | aamine | 2004-03-05 | 1 | -2/+10 |
* | * lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n... | aamine | 2004-03-05 | 1 | -1/+5 |
* | * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d... | aamine | 2004-02-12 | 1 | -1/+1 |
* | * lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru... | aamine | 2004-02-08 | 1 | -10/+10 |