about summary refs log tree commit homepage
DateCommit message (Expand)
2017-05-21SQUASH/WIP - use rb_funcallv to handle second respond_to arg respond_to-priv
2017-05-21Update respond_to? calls for second argument.
2017-02-15ext: reduce frozen string marking overhead
2017-01-17clogger.c: comment to explain the lack of GC guard
2016-07-28clogger 2.1.0 - rack 2.x compatibility and more! v2.1.0
2016-07-28doc use HTTPS for URLs and move homepage
2016-07-28loosen rack dependency to allow rack 2.x
2016-07-28pure: remove Rack::Utils.bytesize dependency
2016-07-28ext: avoid clobbering existing system functions
2016-01-19test_clogger: add test for REMOTE_USER
2015-02-27clogger 2.0.2 - bugfixes for pure Ruby users v2.0.2
2015-02-27pure: use monotonic clock if possible
2015-02-27pure: fix reentrancy of request_time
2015-01-13clogger 2.0.1 - doc updates and new mailing list v2.0.1
2015-01-13remove Rubyforge reference in Rakefile
2015-01-13gemspec: use SPDX license abbreviation
2015-01-13new mailing list at clogger-public@bogomips.org
2015-01-13ext: get rid of noisy and unnecessary cast
2015-01-13switch docs + website to olddoc
2014-08-14README: document $env support for reading Rack env
2014-05-12clogger 2.0.0 - updated website URL, cleanups v2.0.0
2014-05-12relax license to allow LGPLv2.1 or later
2014-05-12test_clogger: workaround test failure on 32-bit
2014-05-12remove :to_io support
2014-05-12clogger 1.4.0 - updated website URL, cleanups v1.4.0
2014-05-12update docs for rubyforge death
2014-05-06Add script for redirecting to clogger.bogomips.org
2014-02-15use rb_thread_call_without_gvl for Ruby 2+
2014-02-15remove each_id, it was never used
2014-02-15prevent potential premature GC in byte_xs
2014-02-15use RB_GC_GUARD instead of volatile
2014-02-15remove unused RARRAY_PTR macro
2014-02-15blocking_helpers: remove fstat wrapper
2013-09-30GNUmakefile: kill raa_update invocation
2013-09-26Rakefile: kill task to update RAA
2013-09-26clogger 1.3.0 - avoid RARRAY_PTR usage v1.3.0
2013-09-26ext: avoid RARRAY_PTR usage for RGenGC in Ruby 2.1.0
2013-09-26README: indicate we support all versions of C Ruby
2012-11-06clogger 1.2.0 - small bug and compatibility fixes v1.2.0
2012-11-06ext: enable C extension under Ruby 2.0.0
2012-11-06test_clogger: fix Ruby 1.8 test compatibility
2012-11-02avoid calling "<<" on env["rack.errors"]
2012-06-08README: update for Ruby 1.9.3 support status
2012-06-08test case to simulate Rack::BodyProxy usage pattern
2012-05-08README: updated to use concise format syntax
2011-12-06pkg.mk update
2011-12-05clogger 1.1.0 - more escaping! v1.1.0
2011-12-05escape individual cookie values from $cookie_*
2011-12-05escape bytes in the 0x7F-0xFF range, too
2011-07-22use librelist.org for mailing list address