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
/
server.rb
Age
Commit message (
Expand
)
Author
2020-12-10
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2020-11-13
Revert https://github.com/ruby/webrick/pull/44
Hiroshi SHIBATA
2020-09-24
[ruby/webrick] Allow shutdown_pipe to be passed in via @config
John W Higgins
2020-09-24
[ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...
John W Higgins
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-08
webrick: allow shutdown after StartCallback
normal
2017-10-18
webrick: fix up r60172 and r60210
normal
2017-10-18
webrick: fix up r60172 and r60208
normal
2017-10-18
webrick: fix up r60172 and revert r60189
normal
2017-10-16
webrick: fix up r60172
normal
2017-10-12
webrick: do not hang acceptor on slow TLS connections
normal
2017-10-09
webrick: avoid needless wakeup from IO.select
normal
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-10-05
webrick: avoid unnecessary IO#sync= call
normal
2016-11-23
webrick/server: use symbol proc
normal
2016-11-22
Use `&.` and `||=` instead of if guards
nobu
2016-11-22
IOError does not happen
kazu
2016-11-22
webrick/server: simplify Daemon.start
normal
2016-11-21
lib/*: remove closed checks
normal
2016-08-30
Use qualified names
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-08-27
* lib/webrick/server.rb: use IO::NULL instead of '/dev/null'
hsbt
2015-07-14
webrick/server.rb: stop immediately
nobu
2015-05-17
lib/webrick/server.rb: avoid redundant fcntl call
normal
2015-03-16
* lib/webrick/server.rb: Fix regression bug in WEBrick's
hsbt
2015-03-10
* lib/webrick/server.rb: Invoke setup_shutdown_pipe in start method
akr
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 to
akr
2014-11-09
* lib/webrick/server.rb (initialize): Initialize shutdown pipe here
akr
2014-11-05
* lib/webrick/server.rb: Stop lisntner loop properly.
akr
2014-06-26
* lib/webrick/httpproxy.rb: remvoe useless assigned variables.
hsbt
2014-05-30
* lib/webrick/server.rb: Use a pipe to detect server shutdown.
akr
2014-05-08
webrick/httpserver.rb: Stop handling requests on shutdown
nobu
2013-01-26
* lib/webrick/accesslog.rb: Improved WEBrick documentation.
drbrain
2012-04-14
* lib/webrick/server.rb (WEBrick::GenericServer#start):
naruse
2012-04-13
* lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;
naruse
2012-04-11
* lib/webrick/server.rb (module WEBrick::GenericServer): A server
drbrain
2012-04-01
* lib/webrick/server.rb (WEBrick::GenericServer): close socket only if
naruse
2011-05-10
* lib/webrick: Add Documentation
drbrain
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-08-22
* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
kazu
2008-01-09
* lib/webrick/server.rb (WEBrick::HTTPServer#start):
gotoyuzo
2007-12-18
* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
gotoyuzo
2006-05-18
* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,
gotoyuzo
2005-07-14
* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
gotoyuzo
2005-03-23
*** empty log message ***
gotoyuzo
2005-03-07
* lib/webrick/server.rb (WEBrick::GenericServer#start): should
gotoyuzo
[next]