index
:
clogger.git
master
respond_to-priv
configurable request logging for Rack
summary
refs
log
tree
commit
homepage
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-06
test_clogger: fix Ruby 1.8 test compatibility
Eric Wong
1
-1
/
+1
2012-11-02
avoid calling "<<" on env["rack.errors"]
Eric Wong
1
-0
/
+17
2012-06-08
test case to simulate Rack::BodyProxy usage pattern
Eric Wong
1
-0
/
+20
2011-12-05
escape individual cookie values from $cookie_*
Eric Wong
1
-2
/
+2
2011-12-05
escape bytes in the 0x7F-0xFF range, too
Eric Wong
1
-0
/
+9
2011-05-11
tests: add full URL example
Eric Wong
1
-0
/
+13
2011-04-19
$time_local and $time_utc are locale-independent
Eric Wong
1
-8
/
+37
2011-04-16
add support for $time_iso8601 format
Eric Wong
1
-0
/
+36
2011-03-16
:format may be a Symbol for less typing
Eric Wong
1
-0
/
+5
2011-01-21
delegate method_missing calls to the response body
Eric Wong
1
-0
/
+28
2011-01-21
pass along "to_io" calls to the body
Eric Wong
1
-1
/
+2
2011-01-14
properly support $time_utc as documented
Eric Wong
1
-0
/
+8
2011-01-14
handle abitrarily long time formats in C extension
Eric Wong
1
-1
/
+13
2011-01-14
remove Clogger::ToPath proxy class
Eric Wong
1
-6
/
+17
2011-01-14
test_clogger_to_path: do not assume implementation details
Eric Wong
1
-0
/
+3
2010-12-25
fix $msec and $usec in pure Ruby variant
Eric Wong
1
-0
/
+20
2010-12-24
use clock_gettime for time resolution
Eric Wong
1
-0
/
+10
2010-12-24
accept a new :path argument in initialize
Eric Wong
1
-0
/
+18
2010-06-06
pass-through body.to_path when wrapping the body
Eric Wong
1
-0
/
+140
2010-06-06
when wrapping the body, body.close writes the log
Eric Wong
1
-4
/
+10
2010-04-21
test: fix Linux memory usage test
Eric Wong
1
-1
/
+1
2010-04-08
ext: use FIX macros instead of generic NUM macros if possible
Eric Wong
1
-0
/
+18
2010-02-13
ext: fix memory leak when reentrant/multithreaded
v0.3.1
Eric Wong
1
-0
/
+18
2010-02-08
Allow :reentrant flag to be forced true/false
Eric Wong
1
-0
/
+42
2010-01-06
ext: unpack response arrays unconditionally
Eric Wong
1
-0
/
+16
2009-10-06
tests for subclassing
Eric Wong
1
-0
/
+40
2009-09-09
handle bodies that do not respond to :close
Eric Wong
1
-0
/
+20
2009-09-04
use Rack::Utils::HeaderHash for $sent_http_* lookups
Eric Wong
1
-1
/
+1
2009-09-03
add output record separator option (:ORS)
Eric Wong
1
-0
/
+16
2009-09-03
Ensure underlying logger objects are sync=true
Eric Wong
1
-0
/
+19
2009-09-02
alias $http_content_{length,type} to $content_{length,type}
Eric Wong
1
-0
/
+8
2009-09-02
expose the $content_length/$content_type variables
Eric Wong
1
-0
/
+16
2009-09-02
expose $request_method as documented in the README
Eric Wong
1
-0
/
+8
2009-09-01
correctly rebuild simple HTTP/0.9 GET requests
Eric Wong
1
-0
/
+10
2009-09-01
Ensure hex escaping is done in uppercase
Eric Wong
1
-0
/
+12
2009-09-01
ext: ensure headers#each in response is valid
Eric Wong
1
-0
/
+7
2009-08-29
Log bad/invalid app responses as 500 errors
Eric Wong
1
-0
/
+11
2009-08-29
support "$request_uri" as a log variable
Eric Wong
1
-0
/
+16
2009-08-28
initial import
Eric Wong
1
-0
/
+349