aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
Commit message (Expand)AuthorAgeFilesLines
* Fix typo of r36878naruse2012-09-021-1/+1
* * lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse2012-09-011-0/+2
* remove trainling spaces.nobu2012-08-211-8/+8
* * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu2012-06-131-0/+6
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-081-1/+5
* * lib/webrick/server.rb (WEBrick::GenericServer#start):naruse2012-04-141-4/+4
* * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse2012-04-131-5/+6
* * lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain2012-04-111-28/+62
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse2012-04-071-1/+3
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-7/+12
* * lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse2012-04-011-1/+1
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse2012-03-311-1/+1
* * lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.drbrain2012-02-021-1/+29
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-121-1/+1
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-121-1/+1
* * lib/webrick/utils.rb: fix fcntl call.akr2011-11-011-1/+1
* * lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.naruse2011-09-261-0/+2
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-211-4/+6
* * lib/webrick/httpauth/digestauth.rb (_authenticate):naruse2011-07-051-5/+2
* * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi2011-06-241-1/+9
* * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.nahi2011-06-231-1/+1
* * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi2011-06-211-0/+5
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi2011-06-201-1/+1
* * lib/webrick/log.rb: Improve documentation of BasicLog and Log.drbrain2011-06-162-7/+93
* * lib/webrick/utils.rb: Document WEBrick::Utils. Patch by Olivierdrbrain2011-06-161-1/+67
* * lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document todrbrain2011-06-161-1/+1
* * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):naruse2011-05-291-0/+1
* * lib/webrick/compat.rb: Improve documentation. Patch by Sandordrbrain2011-05-171-0/+20
* * remove trailing spaces.nobu2011-05-151-2/+2
* * lib/webrick/httpservlet/erbhandler.rb: Add documentation.drbrain2011-05-121-0/+33
* * lib/csv.rb: fix a typo.nagachika2011-05-111-1/+1
* * lib/webrick: Add documentation for WEBrick::HTTPAuthdrbrain2011-05-108-17/+275
* * lib/webrick: Add Documentationdrbrain2011-05-1010-16/+393
* * lib/webrick/log.rb: Hide copyright info from ridrbrain2011-05-098-8/+8
* Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2011-04-011-1/+1
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): supportakr2010-12-091-0/+7
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-085-7/+6
* * lib/webrick/httprequest.rb (read_request_line): extend maxnaruse2010-10-281-2/+4
* * lib/webrick/httpauth/digestauth.rbnaruse2010-10-211-0/+1
* Add documentation for WEBrick's DigestAuthdrbrain2010-09-112-0/+69
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi2010-09-101-0/+9
* merge revision(s) 28997:shyouhei2010-08-161-1/+1
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest::parse_uri):naruse2010-08-101-0/+1
* * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi2010-07-301-2/+2
* * lib/webrick/httpservlet/filehandler.rbmame2010-06-171-2/+6
* * lib/webrick/httpservlet/cgihandler.rbnaruse2010-03-121-2/+2
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-181-2/+2
* * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu2010-01-172-2/+3
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu2010-01-112-4/+5
* * lib/webrick/accesslog.rb : Escape needed.shyouhei2010-01-104-22/+31