Age | Commit message (Expand) | Author |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-03-15 | * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should use | gotoyuzo |
2006-02-03 | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz |
2005-09-24 | banish some warnings. | akr |
2005-08-22 | * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode | gotoyuzo |
2005-05-22 | * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): | gotoyuzo |
2005-03-12 | * ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DH | gotoyuzo |
2005-03-12 | * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo. | gotoyuzo |
2005-03-09 | * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks: | gotoyuzo |
2005-03-07 | * ext/openssl/ossl_ssl.c (ssl_get_error): typo. | usa |
2005-03-07 | * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read, | usa |
2005-03-05 | * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for that | gotoyuzo |
2005-02-15 | * ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): should | gotoyuzo |
2004-12-15 | * lib/set.rb (Set#==): [ruby-dev:25206] | matz |
2004-12-06 | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr |
2004-10-27 | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz |
2004-08-22 | * ext/openssl/ossl_ssl.c (ossl_ssl_read): | gotoyuzo |
2004-05-26 | * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argument | gotoyuzo |
2003-12-24 | * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for error | gotoyuzo |
2003-12-06 | no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP. | gotoyuzo |
2003-12-06 | * ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap | gotoyuzo |
2003-11-04 | * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain. | gotoyuzo |
2003-11-01 | * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method | gotoyuzo |
2003-10-29 | * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): | gotoyuzo |
2003-09-06 | * ext/openssl/ruby_missing.c: rid of unnecessary backward | gotoyuzo |
2003-08-18 | * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as | gotoyuzo |
2003-08-10 | * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE | gotoyuzo |
2003-07-30 | * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initialize | gotoyuzo |
2003-07-26 | * io.c (rb_fdopen): set errno if it's zero on win32 platforms. | usa |
2003-07-25 | * ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the real | usa |
2003-07-23 | * ext/openssl: imported. | gotoyuzo |