aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-073-8/+22
* * lib/time.rb: recognize +00:00 and GMT as a localtime.akr2005-01-061-4/+28
* Allow for colons in DOS file namesdave2005-01-051-1/+1
* * missed in last commit.gotoyuzo2005-01-021-2/+2
* * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo2005-01-024-8/+13
* add lazy stop_serviceseki2005-01-022-9/+11
* update copyright yearaamine2005-01-012-3/+3
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-1/+1
* * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...aamine2005-01-011-8/+12
* Fix problem in ri formatting if heading contains markupdave2004-12-312-9/+32
* Update kilmer template to use sectionsdave2004-12-291-0/+14
* * lib/net/telnet.rb (preprocess): remove NULL unless binmode.usa2004-12-281-0/+3
* * lib/fileutils.rb (mv): should raise error when moving a directory to the (e...aamine2004-12-271-12/+31
* * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo2004-12-261-0/+16
* * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann2004-12-211-5/+5
* * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi2004-12-217-114/+87
* * added files:nahi2004-12-2074-1094/+2295
* * lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo2004-12-201-6/+0
* * lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu2004-12-191-1/+2
* * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]kou2004-12-191-1/+1
* * lib/test/unit.rb: use standalone runner for -e.nobu2004-12-193-12/+23
* * lib/webrick/httpauth.rb,nahi2004-12-183-5/+2
* * lib/cgi/session.rb (CGI::Session#initialize): control addingnobu2004-12-171-6/+5
* * lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu2004-12-161-1/+2
* * lib/net/http.rb: remove junk.aamine2004-12-151-1/+1
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-0/+7
* changed default binded address family to use an available address family of h...seki2004-12-152-4/+30
* * lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo2004-12-154-13/+32
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-153-24/+35
* Merged in the changes from BSD bug report. shift-jis is now shift_jis, inser2004-12-132-5/+5
* * lib/pathname.rb (cleanpath_aggressive): make it private.akr2004-12-121-2/+4
* Don't show r/w accessot flags if none were specified for custom attributesdave2004-12-121-0/+5
* Never exclude files given on command linedave2004-12-121-4/+5
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-111-4/+22
* * lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo2004-12-092-10/+16
* Fix CSS typo that meant h2 headings were invisibledave2004-12-081-2/+2
* * process.c (rb_spawn): support for DJGPP.eban2004-12-081-0/+3
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-1/+1
* * lib/optparse.rb (OptionParser::Completion#complete): new parameternobu2004-12-051-17/+12
* * lib/fileutils.rb: (In previous commit) new method chown.aamine2004-12-041-30/+7
* * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine2004-12-041-5/+128
* * lib/rss/rss.rb: removed empty lines from output.kou2004-12-041-1/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-043-8/+34
* Ignore leading and trailing lines in :section: blocksdave2004-12-043-5/+41
* * eval.c (proc_invoke): prepare to pass a block from "call" methodmatz2004-12-031-10/+6
* * io.c (rb_file_initialize): [ruby-dev:25032]matz2004-12-021-6/+23
* * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz2004-11-291-8/+6
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-2/+2
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-285-14/+14
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-285-72/+94