summaryrefslogtreecommitdiff
path: root/lib/webrick
AgeCommit message (Expand)Author
2020-12-10Move webrick library into internal test toolchainHiroshi SHIBATA
2020-11-13Revert https://github.com/ruby/webrick/pull/44Hiroshi SHIBATA
2020-11-13[ruby/webrick] add mime type of extention .mjshisanori
2020-11-13[ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-09-29[ruby/webrick] Make it more strict to interpret some headersYusuke Endoh
2020-09-24Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA
2020-09-24[ruby/webrick] Allow shutdown_pipe to be passed in via @configJohn W Higgins
2020-09-24[ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans
2020-09-24[ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins
2020-09-24[ruby/webrick] Make readpartial limit chunk to appropriate sizeJohn W Higgins
2020-08-31Get rid of using Socket.gethostbynameNobuyoshi Nakada
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-06-29Avoid deprecated OpenSSL::Digest constantsBart de Water
2020-06-22Use filesystem encoding for file path onlyKazuhiro NISHIYAMA
2020-06-19Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`Kazuhiro NISHIYAMA
2020-06-19Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA
2020-06-19Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandlerKazuhiro NISHIYAMA
2020-06-19Fix failure on mswin CIKazuhiro NISHIYAMA
2020-06-19Hide error location from error messageKazuhiro NISHIYAMA
2020-06-18lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh
2020-06-15Use filesystem encoding in do_GET of filehandlerKazuhiro NISHIYAMA
2020-06-11[ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA
2020-06-11[ruby/webrick] Extract creation of Net::HTTP in httpproxyJohn W Higgins
2020-04-03webrick/ssl: More keyUsage for self-signed certsSorah Fukumori
2019-12-31Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-11-30[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans
2019-11-30[ruby/webrick] Bump version to 1.6.0Hiroshi SHIBATA
2019-11-30[ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans
2019-11-30[ruby/webrick] Document HTTPResponse#body callable optionzverok
2019-10-24[ruby/webrick] Don't check tainting in access log escapingJeremy Evans
2019-10-24[ruby/webrick] Support literal IPv6 addresses in X-Forwarded-HostJeremy Evans
2019-10-24[ruby/webrick] Remove the squishing of whitespace in header valuesJeremy Evans
2019-10-24[ruby/webrick] bump version to 1.5.0Hiroshi SHIBATA
2019-10-24[ruby/webrick] Remove Webrick::HTTPResponse#to_sJeremy Evans
2019-10-01WEBrick: prevent response splitting and header injectionYusuke Endoh
2019-10-01Loop with String#scan without creating substringsNobuyoshi Nakada
2019-09-16Folded files in gemspecNobuyoshi Nakada
2019-07-11WEBrick::HTTPResponse create tempfile if required.Tanaka Akira
2019-06-24Adds WebAssembly MIME typeRob
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2019-05-07Use cgit instead of svn.Hiroshi SHIBATA
2018-12-19webrick: add the ability to override res, req creationnormal
2018-12-03webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal
2018-11-26lib/webrick: explicitly convert header values to a stringmame
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-10-12default gems: add missing comment in gemspecstomar
2018-09-24webrick: raise EOFError in parse when read line is nilnormal