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
/
httpauth
/
digestauth.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
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-03-28
webrick/httpauth/digestauth: stream req.body
normal
2016-08-30
Use qualified names
nobu
2016-01-10
stdlib: avoid extra calls to eliminate "\n" from Base64
normal
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-16
* lib/webrick/httpauth/basicauth.rb: fix a typo.
hsbt
2013-11-29
* lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.
a_matsuda
2013-01-26
* lib/webrick/accesslog.rb: Improved WEBrick documentation.
drbrain
2011-07-05
* lib/webrick/httpauth/digestauth.rb (_authenticate):
naruse
2011-05-10
* lib/webrick: Add documentation for WEBrick::HTTPAuth
drbrain
2010-10-21
* lib/webrick/httpauth/digestauth.rb
naruse
2010-09-11
Add documentation for WEBrick's DigestAuth
drbrain
2009-10-20
* lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
nahi
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-11-08
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
matz
2008-10-31
* lib/webrick/httpauth/digestauth.rb
mame
2005-01-02
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
gotoyuzo
2004-12-18
* lib/webrick/httpauth.rb,
nahi
2004-11-03
* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to
gotoyuzo
2003-07-23
* lib/webrick: imported.
gotoyuzo