summaryrefslogtreecommitdiff
path: root/lib/webrick
AgeCommit message (Expand)Author
2016-05-07* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt
2016-04-22* lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt
2016-03-29* lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt
2016-01-25* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2016-01-05leakchecker.rb: remove temporary measurenobu
2015-12-30* lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.hsbt
2015-12-19webrick/utils.rb: get rid of thread leak checkernobu
2015-12-18* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto
2015-11-16* lib/webrick/httpauth/basicauth.rb: fix a typo.hsbt
2015-08-27* lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14webrick/utils.rb: adaptive sleepnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13httpproxy.rb: fix typos [ci skip]nobu
2015-05-17lib/webrick/utils.rb: simplify by avoiding fcntlnormal
2015-05-17lib/webrick/server.rb: avoid redundant fcntl callnormal
2015-05-06stdlib: use IO#wait_*able instead of IO.select when possiblenormal
2015-03-16* lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt
2015-03-10* lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr
2015-01-02* lib/webrick/utils.rb: removed unused argument variable.hsbt
2014-11-10* lib/webrick/server.rb: Setup shutdown pipe in listen method.akr
2014-11-10* lib/webrick/server.rb: Less instance variables.akr
2014-11-10* lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w toakr
2014-11-09* lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr
2014-11-09* lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.akr
2014-11-05* lib/webrick/server.rb: Stop lisntner loop properly.akr
2014-10-07normalize reference to Timeout::Errornormal
2014-08-08* lib/webrick/httpproxy.rb: remove needless conditionhsbt
2014-07-02webrick/utils.rb: mark by class namenobu
2014-06-28* lib/webrick/utils.rb (create_listeners): Close socket objects.akr
2014-06-26* lib/webrick/httpproxy.rb: remvoe useless assigned variables.hsbt
2014-06-24* lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2014-05-25* lib/webrick/utils.rb: Override the inspect method of the threadakr
2014-05-08webrick/httpserver.rb: Stop handling requests on shutdownnobu
2014-04-25* lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension.akr
2014-04-24* lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam mayusa
2014-02-12httpservlet/filehandler.rb: pass queriesnobu
2013-12-25* lib/webrick/ssl.rb: [DOC] Fix typoa_matsuda
2013-12-11* ext/win32ole/sample/olegen.rb: Fix typoa_matsuda
2013-12-06* lib/webrick/httpstatus.rb: [DOC] Fix typoa_matsuda
2013-12-06 * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipul...hsbt
2013-12-06 * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification ...hsbt
2013-12-05* lib/webrick/httpresponse.rb: [DOC] Fix typoa_matsuda
2013-12-04* lib/webrick/httpproxy.rb: [DOC] Fix typoa_matsuda
2013-11-29* lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda