about summary refs log tree commit homepage
DateCommit message (Expand)
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
2010-01-06GNUmakefile: NEWS depends on .manifest
2010-01-06GNUmakefile: modernize for Gemcutter
2009-10-06clogger 0.1.0 v0.1.0
2009-10-06cleanup packaging and website/rdoc
2009-10-06GNUmakefile: fix grammar FAIL in comment
2009-10-06gemspec: disable the license= field for older RubyGems
2009-10-06tests for subclassing
2009-10-06ext: ensure all objects we byte_xs are Strings
2009-10-06ext: convert non-Hashes #to_hash if possible
2009-09-09clogger 0.0.7 v0.0.7