about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-01-14another workaround for systems with broken CLOCK_MONOTONIC
2011-01-12attempt to support broken/crazy systems
2011-01-12remove unused function (obj_fileno)
2010-12-26release: publish_news runs by default
2010-12-25README: updates
2010-12-25clogger 0.6.0 - :path shortcut, minor bugfixes v0.6.0
2010-12-25fix $msec and $usec in pure Ruby variant
2010-12-25add support for Rubinius
2010-12-25GNUmakefile: better external RUBYLIB support
2010-12-24eliminate unnecessary freeze and dup
2010-12-24doc: switch to wrongdoc for documentation
2010-12-24GNUmakefile: preserve RUBYLIB env for tests
2010-12-24fix #include ordering under FreeBSD 7.2
2010-12-24use clock_gettime for time resolution
2010-12-24accept a new :path argument in initialize