about summary refs log tree commit homepage
DateCommit message (Expand)
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"
2011-03-15clogger 0.9.0 - configurable logging for Rack v0.9.0
2011-03-15clogger: remove VERSION constant
2011-03-13avoid potential RString -> C-string conversions
2011-03-13release GVL for filesystem operations
2011-03-13ext: ensure path is a valid C string
2011-03-13update pkg.mk
2011-03-04doc: bogomips.org URL diet
2011-03-04ext: avoid potentially unsafe casts with C API
2011-01-27pkg.mk: update in case we get rid of C ext
2011-01-21clogger 0.8.0 - delegating away! v0.8.0
2011-01-21switch to pkg.mk for maintenance tasks
2011-01-21pure: simpler autoload trigger
2011-01-21delegate method_missing calls to the response body
2011-01-21pass along "to_io" calls to the body
2011-01-14clogger 0.7.0 - portability improvements, cleanups v0.7.0
2011-01-14properly support $time_utc as documented
2011-01-14handle abitrarily long time formats in C extension
2011-01-14RDoc fixups
2011-01-14remove dead RSTRUCT* compatibility macros
2011-01-14remove Clogger::ToPath proxy class
2011-01-14test_clogger_to_path: do not assume implementation details
2011-01-14another try to fix systems without CLOCK_MONOTONIC