ruby/lib/webrick/httpauth
Nobuyoshi Nakada 36e057e26e Loop with String#scan without creating substrings
Create the substrings necessary parts only, instead of cutting the
rest of the buffer.  Also removed a useless, probable typo, regexp.
2019-10-01 19:19:56 +09:00
..
authenticator.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
basicauth.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
digestauth.rb Loop with String#scan without creating substrings 2019-10-01 19:19:56 +09:00
htdigest.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
htgroup.rb webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlink 2018-08-14 23:00:02 +00:00
htpasswd.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
userdb.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00