about summary refs log tree commit homepage
DateCommit message (Expand)
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)
2010-06-06doc: RDoc cleanups, split out LICENSE file
2010-06-06pass-through body.to_path when wrapping the body
2010-06-06when wrapping the body, body.close writes the log
2010-06-06GNUmakefile: allow multiple tests to run in parallel
2010-04-21clogger 0.4.0 v0.4.0
2010-04-21ext: avoid void pointer arithmetic
2010-04-21ext: sparse cleanups
2010-04-21ext: fix signedness and shadow warnings
2010-04-21ext: eliminate unused variable
2010-04-21ext: GC safety fix when throwing an exception
2010-04-21avoid direct require of "rack" to quiet warnings
2010-04-21test: fix Linux memory usage test
2010-04-08ext: preserve subclasses of Rack::Utils::HeaderHash
2010-04-08ext: use FIX macros instead of generic NUM macros if possible
2010-02-13clogger 0.3.2 v0.3.2
2010-02-13ext: fix memory leak when reentrant/multithreaded v0.3.1
2010-02-09clogger 0.3.0 v0.3.0
2010-02-08README: update examples for :reentrant
2010-02-08Allow :reentrant flag to be forced true/false
2010-01-06Fix minor build system bugs
2010-01-06clogger 0.2.0 v0.2.0
2010-01-06pure: use Rack::Utils.bytesize instead of String#size
2010-01-06pure: avoid unnecessary method dispatches
2010-01-06GNUmakefile: avoid deleting when uploading docs
2010-01-06Rakefile: raa_update task
2010-01-06README: use ::File in usage examples
2010-01-06ext: unpack response arrays unconditionally