aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unixsocket.c: check NUL bytesnobu2018-03-282-1/+11
* Ignore file separator from tmpfile/tmpdir name.hsbt2018-03-283-1/+46
* dir.c: check NUL bytesnobu2018-03-282-14/+20
* adjust indents [ci skip]nobu2018-03-282-16/+17
* webrick: prevent response splitting and header injectionnormal2018-03-282-2/+39
* io.c: IO#write without args returns 0normal2018-03-282-1/+8
* webrick/httpproxy: stream request and response bodiesnormal2018-03-284-32/+172
* webrick/httpauth/digestauth: stream req.bodynormal2018-03-281-3/+5
* webrick: add test for Digest auth-intnormal2018-03-281-2/+88
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-282-5/+42
* webrick/httprequest: raise correct exceptionnormal2018-03-282-1/+18
* webrick/httpservlet/cgihandler: reduce memory usenormal2018-03-281-3/+1
* webrick/httprequest: limit request headers sizenormal2018-03-282-1/+25
* webrick: use IO.copy_stream for multipart responsenormal2018-03-281-15/+31
* webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal2018-03-281-2/+7
* webrick: quiet warning for multi-part rangesnormal2018-03-281-0/+5
* test/webrick/test_filehandler.rb: stricter multipart range testnormal2018-03-281-0/+17
* webrick: use IO.copy_stream for single range responsenormal2018-03-283-21/+14
* webrick/httpresponse: IO.copy_stream for regular filesnormal2018-03-281-24/+3
* webrick: favor .write over << methodnormal2018-03-282-10/+15
* win32/file.c: relative path with drive letternobu2018-03-282-3/+14
* * 2018-03-28svn2018-03-281-1/+1
* fix regexp introduced at recent RDoc update (r62924).ko12018-03-281-1/+1
* thread_sync.c: avoid reaching across stacks of dead threadsnormal2018-03-274-5/+139
* configure.ac: string literal concatenationnobu2018-03-271-1/+1
* ruby.c: exit by --versionnobu2018-03-271-1/+1
* Update to ruby/spec@a585ec3eregon2018-03-267-59/+103
* * properties.svn2018-03-260-0/+0
* Update to ruby/mspec@8b54bf3eregon2018-03-264-2/+73
* * 2018-03-27svn2018-03-261-1/+1
* ruby.c: fix --verbose description in usagenobu2018-03-261-1/+2
* Fix test errorkazu2018-03-261-1/+1
* * remove trailing spaces.svn2018-03-262-108/+108
* Merge RDoc 6.0.3 from upstream.hsbt2018-03-2694-466/+983
* bigdecimal.c: fix missing argumentnobu2018-03-261-2/+2
* * 2018-03-26svn2018-03-261-1/+1
* Update Complex#infinite? documenationnobu2018-03-261-4/+2
* Update Complex#finite? documentationnobu2018-03-261-1/+1
* assertions for r62914nobu2018-03-251-2/+10
* vm_args.c: warn splat to varnobu2018-03-252-4/+19
* * 2018-03-25svn2018-03-251-1/+1
* extmk.rb: get rid of shadowing outer local variablenobu2018-03-251-1/+1
* configure.ac: named blocksnobu2018-03-241-10/+5
* compile.c: split add_insn_infonobu2018-03-241-25/+24
* * 2018-03-24svn2018-03-241-1/+1
* compile.c: suppress missing-noreturnnobu2018-03-241-6/+1
* parse.y: k_else in bodystmtnobu2018-03-232-15/+34
* parse.y: else without rescuenobu2018-03-234-8/+17
* * 2018-03-23svn2018-03-221-1/+1
* test_exception.rb: assertions with Exception.to_tty?nobu2018-03-221-4/+20