about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-07-20ext: note we rely on GVL for reentrancy detection
2011-06-22clogger 1.0.1 - portability fixes v1.0.1
2011-06-22ext: fix portability defines for some installs
2011-05-11tests: add full URL example
2011-04-26change from LGPLv2.1+ to LGPLv2.1 + LGPLv3
2011-04-21clogger 1.0.0 - \o/ v1.0.0
2011-04-19README: stop promoting strftime()-compatible formats
2011-04-19$time_local and $time_utc are locale-independent
2011-04-16add support for $time_iso8601 format
2011-03-21extconf: unnecessary dir_config statement
2011-03-16:format may be a Symbol for less typing
2011-03-16fix documentation of Clogger.new for :path
2011-03-15README: misspelled "discusssion"