aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* file_types.rb: use the current terminal devicenobu2018-03-311-1/+1
* test/lib/leakchecker.rb: Add check_verbosekazu2018-03-311-0/+6
* * 2018-03-31svn2018-03-301-1/+1
* test_jit.rb: loosen CC check conditionk0kubun2018-03-301-1/+1
* dir.c: Dir.glob examplenobu2018-03-301-0/+1
* compile.c: do not dump unused callinfosnobu2018-03-302-0/+26
* * 2018-03-30svn2018-03-301-1/+1
* ruby.1: [DOC] options to exit [ci skip]nobu2018-03-301-4/+7
* test_jit.rb: loosen debug log checkk0kubun2018-03-291-1/+1
* dir.c: do not assume NUL terminatornobu2018-03-291-10/+13
* Use only CMDARG/COND _PUSH/POP for cmdarg/cond management.nobu2018-03-292-19/+22
* parse.y: remove `p->` from bitstack tracesnobu2018-03-291-12/+12
* * 2018-03-29svn2018-03-291-1/+1
* array.c: yield blockarg in collectnobu2018-03-292-1/+3
* get rid of test error/failure on Windows introduced at r62955usa2018-03-282-2/+12
* unixsocket.c: abstract namespacenobu2018-03-281-1/+23
* Use Regexp#match? in time.rb for conditionalsnobu2018-03-281-8/+4
* pack.c: fix underflownobu2018-03-282-1/+4
* 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