index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
webrick
/
httpservlet
Age
Commit message (
Expand
)
Author
2020-12-10
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2020-06-22
Use filesystem encoding for file path only
Kazuhiro NISHIYAMA
2020-06-19
Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`
Kazuhiro NISHIYAMA
2020-06-19
Use filesystem encoding as FileHandler's encoding
Kazuhiro NISHIYAMA
2020-06-19
Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandler
Kazuhiro NISHIYAMA
2020-06-19
Fix failure on mswin CI
Kazuhiro NISHIYAMA
2020-06-19
Hide error location from error message
Kazuhiro NISHIYAMA
2020-06-18
lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8
Yusuke Endoh
2020-06-15
Use filesystem encoding in do_GET of filehandler
Kazuhiro NISHIYAMA
2020-06-11
[ruby/webrick] Fix httpd error in CJK directory
Kazuhiro NISHIYAMA
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-11-30
[ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...
Jeremy Evans
2018-11-26
lib/webrick: explicitly convert header values to a string
mame
2018-11-02
lib/*: Prefer require_relative over require, remove explicit extension
marcandre
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-03-28
get rid of test error/failure on Windows introduced at r62955
usa
2018-03-28
webrick/httpservlet/cgihandler: reduce memory use
normal
2018-03-28
webrick: use IO.copy_stream for multipart response
normal
2018-03-28
webrick: quiet warning for multi-part ranges
normal
2018-03-28
webrick: use IO.copy_stream for single range response
normal
2017-12-22
webrick/httpservelet/cgi_runner: avoid IO#reopen on pathname
normal
2017-12-22
webrick/httpservlet/*handler: use File.open
normal
2017-12-22
webrick/httpservlet/cgi_runner.rb: remove unnecessary open
normal
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2016-07-22
webrick: filter out HTTP_PROXY for CGIHandler
normal
2016-01-25
* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-06-26
* lib/webrick/httpproxy.rb: remvoe useless assigned variables.
hsbt
2014-02-12
httpservlet/filehandler.rb: pass queries
nobu
2013-05-20
* lib/webrick/httpservlet/filehandler.rb (set_dir_list): add NameWidth option.
nobu
2013-05-20
* lib/webrick/httpservlet/filehandler.rb (set_dir_list): use TABLE.
nobu
2013-05-20
* lib/webrick/httpservlet/filehandler.rb (set_dir_list): set charset.
nobu
2013-05-20
* lib/webrick/httpservlet/filehandler.rb (set_dir_list): share title and h1.
nobu
2013-05-20
filehandler.rb: revert r20152
nobu
2013-01-26
* lib/webrick/accesslog.rb: Improved WEBrick documentation.
drbrain
2013-01-05
* lib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet): Typo in
zzak
2011-06-16
* lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document to
drbrain
2011-05-15
* remove trailing spaces.
nobu
2011-05-12
* lib/webrick/httpservlet/erbhandler.rb: Add documentation.
drbrain
2011-05-10
* lib/webrick: Add Documentation
drbrain
2010-11-08
* lib/*.rb: Remove unused variable warnings.
marcandre
2010-06-17
* lib/webrick/httpservlet/filehandler.rb
mame
2010-03-12
* lib/webrick/httpservlet/cgihandler.rb
naruse
2010-01-18
* lib/webrick/httpservlet/filehandler.rb (make_partial_content):
nobu
2009-12-31
* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.
akr
2009-12-06
* lib/webrick/httpservlet/filehandler.rb: escape filename of index.
naruse
2009-09-03
* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method names
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-11-08
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
matz
2008-05-28
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...
knu
[next]