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
/
test
/
webrick
/
test_httpauth.rb
Age
Commit message (
Expand
)
Author
2020-12-10
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2019-10-01
Loop with String#scan without creating substrings
Nobuyoshi Nakada
2019-08-11
Adjust indent [ci skip]
Nobuyoshi Nakada
2019-06-01
Update String#crypt tests to work on OpenBSD
Jeremy Evans
2018-07-26
Add missing escape
kazu
2018-07-26
webrick: Support bcrypt password hashing
normal
2018-04-03
adjust indent [ci skip]
nobu
2018-04-03
repatch r62966 and r62969.
ko1
2018-04-03
adjust indent [ci skip]
nobu
2018-04-03
Revert r62966 and r62969
naruse
2018-03-28
adjust indents [ci skip]
nobu
2018-03-28
webrick: add test for Digest auth-int
normal
2017-09-14
lib/webrick/log.rb: sanitize any type of logs
mame
2016-01-05
leakchecker.rb: remove temporary measure
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-09
* test/open-uri: Test server log in server thread.
akr
2014-11-09
* test/webrick: Store log in an array.
akr
2014-11-09
Fix previous change.
akr
2014-11-09
* test/webrick: Refine log tests.
akr
2014-11-08
* test/webrick: Examine log and use assert_join_threads.
akr
2013-04-20
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2013-04-02
Suppress warnings
naruse
2013-03-24
* test/ruby/test_require.rb: Remove temporally files in the tests.
akr
2011-07-05
Remove debug print of r32410.
naruse
2011-07-05
* lib/webrick/httpauth/digestauth.rb (_authenticate):
naruse
2010-02-02
use require_relative.
akr
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-10-29
* test/webrick/utils.rb (start_server): provide a reference to log of
mame
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2005-01-07
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo
2005-01-02
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
gotoyuzo