about summary refs log tree commit homepage
DateCommit message (Expand)
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
2010-12-24GNUmakefile: fix running of extension test
2010-10-05GNUmakefile: use portable tar invocation
2010-06-06README: Rack 1.1 is out (and has been for a while)
2010-06-06clogger 0.5.0 - body.to_path forwarding v0.5.0
2010-06-06README: document CLOGGER_PURE environment variable
2010-06-06CLOGGER_PURE=0 disables the C ext
2010-06-06ext: comment why we do what we do in to_path
2010-06-06ext: the N in /dev/fd/N must be unsigned
2010-06-06ext: handle weird regular files with O_NONBLOCK set
2010-06-06ext: cleanup -Wshadow warning
2010-06-06no point in using autoload for Rack
2010-06-06gemspec: update test files
2010-06-06relicense as LGPLv2.1 or later (from LGPLv3)