about summary refs log tree commit homepage
DateCommit message (Expand)
2009-09-09handle bodies that do not respond to :close
2009-09-07README: fix some grammar peculiarities
2009-09-07README: document $status
2009-09-07Rakefile: preformatted text for history rdoc
2009-09-07Rakefile: Fix history with multi-paragraph tag messages
2009-09-07gemspec: license is LGPLv3
2009-09-07GNUmakefile: cleanup release notes generation
2009-09-07clogger 0.0.6 v0.0.6
2009-09-07ext: fix compiler warnings in the cpp "comment"
2009-09-07Don't bother creating HeaderHash unless we need it
2009-09-07README: note that it's multi-instance-safe
2009-09-07README: fix links
2009-09-07enable MRI C extension by default
2009-09-07Switch to hand-rolled packaging/distro scripts
2009-09-07ext: hack to prevent rdoc from finding Rack* namespace
2009-09-04ext: only duplicate frozen response arrays
2009-09-04use Rack::Utils::HeaderHash for $sent_http_* lookups
2009-09-04ext: store each response element explicitly
2009-09-04ext: more consistent function naming
2009-09-03add support for several more CGI variables
2009-09-03add output record separator option (:ORS)
2009-09-03CLOGGER_PURE forces the pure version to be loaded
2009-09-03Ensure underlying logger objects are sync=true
2009-09-02clogger 0.0.5 v0.0.5
2009-09-02README: minor updates and clarifications
2009-09-02alias $http_content_{length,type} to $content_{length,type}
2009-09-02expose the $content_length/$content_type variables
2009-09-02expose $request_method as documented in the README
2009-09-02clogger 0.0.4 v0.0.4
2009-09-01correctly rebuild simple HTTP/0.9 GET requests
2009-09-01README: point to repo.or.cz git mirror setup
2009-09-01README: new git repository
2009-09-01Ensure hex escaping is done in uppercase
2009-09-01ext: ensure headers#each in response is valid
2009-09-01ext: compiler compatibility fix
2009-09-01GNUmakefile: post_news after release
2009-08-29clogger 0.0.3 v0.0.3
2009-08-29Merge dcvr:clogger
2009-08-29ext: several cleanups and robustness improvements
2009-08-29ext: explicitly gc_mark each struct element
2009-08-29GNUmakefile: fix "release" now that I've used it..
2009-08-29clogger 0.0.2 v0.0.2
2009-08-29Log bad/invalid app responses as 500 errors
2009-08-29support "$request_uri" as a log variable
2009-08-29GNUmakefile: "release" steps
2009-08-28Remove benchmarks from Manifest.txt v0.0.1
2009-08-28README: updates and clarifications
2009-08-28initial import