aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/set.rb (SortedSet::setup): a hack to shut up warning.matz2005-03-041-0/+5
* improved keeper threadseki2005-02-281-17/+37
* * array.c (rb_ary_s_create): no need for negative argc check.matz2005-02-232-2/+2
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-231-8/+1
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-221-5/+6
* * lib/open-uri.rb (URI::FTP#buffer_open): access mechanismakr2005-02-191-4/+33
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-2/+2
* * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_checkakr2005-02-191-1/+6
* * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean2005-02-171-2/+2
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-173-40/+45
* add lazy stop_service.seki2005-02-162-9/+11
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-141-1/+2
* pass DRb info to sub threadseki2005-02-131-1/+4
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-133-0/+6
* add safe_level, default_safe_levelseki2005-02-131-5/+30
* * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrasegotoyuzo2005-02-131-1/+4
* make module_functionseki2005-02-121-0/+4
* * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz2005-02-123-5/+5
* * lib/open-uri.rb (OpenURI.open_loop): send authentication only forakr2005-02-121-0/+10
* document updated.akr2005-02-121-8/+9
* * lib/open-uri.rb: support https if the platform provides CAakr2005-02-121-72/+83
* * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported:akr2005-02-111-2/+16
* reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki2005-02-081-1/+1
* document updated.akr2005-02-081-47/+53
* * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz2005-02-082-2/+2
* * lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method.akr2005-02-071-0/+31
* * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir intousa2005-02-061-1/+1
* * lib/mkmf.rb (create_makefile): fix unbalanced parens.nobu2005-02-061-1/+1
* * ext/socket/extconf.rb: check if getaddrinfo() works fine only whennobu2005-02-061-49/+125
* synchronized with date2 3.6.3tadf2005-02-062-9/+40
* * lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was notakr2005-02-051-6/+24
* comment refined.akr2005-02-051-2/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-02-032-0/+352
* * lib/rss: supported Image module.kou2005-02-037-8/+29
* * lib/rss/rss.rb (RSS::Element#convert): added.kou2005-02-025-66/+74
* (DRb::DRbObject#respond_to?): check marshal_dump and _dumpseki2005-02-011-1/+11
* example modified a bit.akr2005-01-291-4/+4
* * lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRVakr2005-01-291-0/+58
* * lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):akr2005-01-281-0/+10
* * lib/net/protocol.rb (WriteAdapter#puts): should append \n, not prepend. [ru...aamine2005-01-261-1/+1
* * document updates - [ruby-core:04296], [ruby-core:04301],matz2005-01-244-41/+195
* * lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which hasnahi2005-01-231-0/+4
* (accept) rescue SSLError. [druby-ja:110]seki2005-01-221-0/+5
* fail if UNIXFileOwner is set. [druby-ja:111]seki2005-01-221-0/+1
* * lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.akr2005-01-211-3/+1
* * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo2005-01-211-1/+1
* * lib/ipaddr.rb (test_s_new): typo.usa2005-01-191-0/+1
* * lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.usa2005-01-191-1/+5
* * lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignoreakr2005-01-181-0/+2
* * lib/webrick/ssl.rb (WEBrick::Config::SSL): the default valuegotoyuzo2005-01-185-14/+34