aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* error.c: prepend "warning: " alwaysnobu2018-04-022-7/+11
* Improve mkmf error messagenobu2018-04-021-1/+6
* Keep feature names loaded in the blocknobu2018-04-021-0/+3
* Fix typo on URI.hierarchical? [ci skip]nobu2018-04-021-1/+1
* * 2018-04-02svn2018-04-011-1/+1
* Start re-enabling Jaxen testskou2018-04-012-95/+94
* test_time_tz.rb: Lisbon tzdata fixnobu2018-04-011-0/+1
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-0/+9
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-3/+14
* mjit.c: make Object's class serial valid in JITk0kubun2018-04-011-0/+1
* * 2018-04-01svn2018-03-311-2/+2
* compile.c: compile_evstrnobu2018-03-311-18/+22
* compile.c: end_labelnobu2018-03-311-2/+2
* Resurvey performance of RDoc by frozen_string_literal: true [Bug #14654]naruse2018-03-311-1/+1
* use requrie_relativenobu2018-03-312-4/+4
* use require_relativenobu2018-03-311-2/+2
* 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