aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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/mkmf.rb (mkmf_failed): fixed typo.kou2005-02-221-2/+2
* * configure.in, lib/mkmf.rb: use simple commands if available.nobu2005-02-221-16/+46
* * 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/mkmf.rb (create_makefile): reverted wrongly removed lines.nobu2005-02-191-0/+3
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-191-22/+28
* * 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-11/+16
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-141-1/+2
* add safe_leve, default_safe_level ([druby-ja:120])seki2005-02-131-5/+33
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-133-0/+6
* * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrasegotoyuzo2005-02-131-1/+4
* make module_functionseki2005-02-121-0/+4
* * lib/open-uri.rb (OpenURI.open_loop): send authentication only forakr2005-02-121-1/+7
* document updated.akr2005-02-121-8/+9
* * lib/open-uri.rb (OpenURI.open_http): reject userinfo explicitly.akr2005-02-121-0/+4
* * 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
* * lib/mkmf.rb (create_makefile): fix typo.usa2005-02-101-1/+1
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-101-1/+11
* reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki2005-02-081-1/+1
* document updated.akr2005-02-081-47/+53
* * lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method.akr2005-02-071-0/+31
* * lib/mkmf.rb (with_cppflags, with_cflags, with_ldflags): keep flagsnobu2005-02-061-6/+6
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-50/+149
* 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
* * lib/rss: supported Image module.kou2005-02-039-8/+381
* * 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
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-2/+6
* 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/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 (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-121/+2
* * 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
* * ext/readline/readline.c: suppress warnings.nobu2005-01-165-17/+13
* * lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban2005-01-161-1/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-152-49/+66