summaryrefslogtreecommitdiff
path: root/lib/webrick/httpresponse.rb
AgeCommit message (Expand)Author
2020-12-10Move webrick library into internal test toolchainHiroshi SHIBATA
2019-11-30[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans
2019-11-30[ruby/webrick] Document HTTPResponse#body callable optionzverok
2019-10-24[ruby/webrick] Remove Webrick::HTTPResponse#to_sJeremy Evans
2019-10-01WEBrick: prevent response splitting and header injectionYusuke Endoh
2019-07-11WEBrick::HTTPResponse create tempfile if required.Tanaka Akira
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2018-11-26lib/webrick: explicitly convert header values to a stringmame
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-07-14webrick/httpresponse: set_redirect requires a valid URInormal
2018-03-28get rid of test error/failure on Windows introduced at r62955usa
2018-03-28webrick: prevent response splitting and header injectionnormal
2018-03-28webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal
2018-03-28webrick: use IO.copy_stream for single range responsenormal
2018-03-28webrick/httpresponse: IO.copy_stream for regular filesnormal
2018-03-28webrick: favor .write over << methodnormal
2017-10-31webrick/httpresponse: minor cleanups to reduce memory usenormal
2017-10-30webrick: support Proc objects as body responsesnormal
2016-03-29* lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-06-24* lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt
2013-12-05* lib/webrick/httpresponse.rb: [DOC] Fix typoa_matsuda
2013-08-07* lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain
2013-01-26* lib/webrick/accesslog.rb: Improved WEBrick documentation.drbrain
2012-04-07* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse
2011-12-12* lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove
2011-12-12* lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove
2011-06-21* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi
2011-05-10 * lib/webrick: Add Documentationdrbrain
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-08-16merge revision(s) 28997:shyouhei
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-11-08* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2006-05-18* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo
2004-10-21* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo
2004-10-12* lib/webrick/config.rb:gotoyuzo
2003-12-22* lib/webrick/cgi.rb (CGI): add support for mod_ruby.gotoyuzo
2003-12-04* lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo
2003-11-25* lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.gotoyuzo
2003-07-23* lib/webrick: imported.gotoyuzo