about summary refs log tree commit homepage
path: root/lib/clogger/pure.rb
DateCommit message (Expand)
2017-05-21Update respond_to? calls for second argument.
2016-07-28pure: remove Rack::Utils.bytesize dependency
2015-02-27pure: use monotonic clock if possible
2015-02-27pure: fix reentrancy of request_time
2014-05-12remove :to_io support
2012-11-02avoid calling "<<" on env["rack.errors"]
2011-12-05escape individual cookie values from $cookie_*
2011-12-05escape bytes in the 0x7F-0xFF range, too
2011-04-19$time_local and $time_utc are locale-independent
2011-04-16add support for $time_iso8601 format
2011-01-21pure: simpler autoload trigger
2011-01-21pass along "to_io" calls to the body
2011-01-14remove Clogger::ToPath proxy class
2010-12-25fix $msec and $usec in pure Ruby variant
2010-12-24accept a new :path argument in initialize
2010-06-06pass-through body.to_path when wrapping the body
2010-06-06when wrapping the body, body.close writes the log
2010-04-21avoid direct require of "rack" to quiet warnings
2010-02-08Allow :reentrant flag to be forced true/false
2010-01-06pure: use Rack::Utils.bytesize instead of String#size
2010-01-06pure: avoid unnecessary method dispatches
2009-09-09handle bodies that do not respond to :close
2009-09-07Don't bother creating HeaderHash unless we need it
2009-09-04use Rack::Utils::HeaderHash for $sent_http_* lookups
2009-09-03add output record separator option (:ORS)
2009-09-03Ensure underlying logger objects are sync=true
2009-09-01correctly rebuild simple HTTP/0.9 GET requests
2009-09-01Ensure hex escaping is done in uppercase
2009-09-01ext: ensure headers#each in response is valid
2009-08-29Log bad/invalid app responses as 500 errors
2009-08-29support "$request_uri" as a log variable
2009-08-28initial import