aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-0/+22
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-11/+28
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-1/+1
* adhoc patch for [druby-ja:123]seki2005-04-111-0/+9
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-39/+54
* * test/rss/test_maker_dc.rb (test_date): added a test for #date=kou2005-04-071-0/+20
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-072-2/+62
* * test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean2005-04-061-9/+9
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-052-12/+64
* use new_with instead of reinit [ruby-dev:25961]seki2005-03-291-4/+4
* * parse.y (primary): fix lineno of rescue and ensure.shugo2005-03-231-6/+1
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-221-12/+111
* * test/ruby/test_settracefunc.rb: added test for c-return.shugo2005-03-161-9/+11
* remove test_gcseki2005-03-131-10/+0
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-093-191/+41
* * object.c (inspect_obj): unintended space removal.matz2005-03-071-4/+4
* duplicate tests removed.akr2005-03-061-13/+0
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-052-0/+358
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-042-19/+19
* improved keeper threadseki2005-02-281-0/+10
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-231-1/+16
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-0/+5
* * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean2005-02-171-57/+80
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-171-1/+1
* update unittest, port from v1.8seki2005-02-162-3/+6
* * test/openssl/ssl_server.rb: get rid of race condition.nobu2005-02-161-2/+1
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2005-02-141-0/+49
* add safe_leve, default_safe_level ([druby-ja:120])seki2005-02-133-4/+25
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-133-0/+9
* add test_rand_0x100000000.akr2005-02-071-0/+7
* * test/ripper/test_scanner_events.rb: fix test.aamine2005-02-041-9/+9
* * lib/rss: supported Image module.kou2005-02-033-1/+240
* * test/fileutils/test_fileutils.rb (setup): support BSD style directory group...aamine2005-01-261-2/+2
* * test/fileutils/test_fileutils.rb: remove junk print statement.aamine2005-01-261-1/+0
* * test/fileutils/test_fileutils.rb (setup): support BSD style directory group...aamine2005-01-262-13/+14
* * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-0/+14
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-152-1/+42
* * test/webrick/utils.rb: resuce LoadError.gotoyuzo2005-01-101-1/+4
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): shouldgotoyuzo2005-01-103-0/+73
* * test/webrick/test_server.rb (test_daemon): delete an assertiongotoyuzo2005-01-081-2/+0
* * test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ...aamine2005-01-081-2/+2
* update readpartial document.akr2005-01-081-0/+2
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-079-26/+830
* use MockClock.sleep instead of Kernel.sleep [ruby-dev:25387]seki2005-01-051-7/+121
* * random.c (init_by_array): imported from mt19937ar-cok.tgz.akr2005-01-041-0/+124
* use DRbService.ext_service. reduce sleepseki2005-01-043-26/+3
* move TestDRbReusePort to new file [ruby-dev:25238]seki2005-01-033-9/+25
* * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo2005-01-021-0/+105
* add method DRbService.ext_serviceseki2005-01-013-16/+21
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-0/+8