index
:
clogger.git
master
configurable request logging for Rack
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
README: updated to use concise format syntax
HEAD
master
Eric Wong
1
-2/+2
2011-12-06
pkg.mk update
Eric Wong
1
-1/+5
2011-12-06
clogger 1.1.0 - more escaping!
v1.1.0
Eric Wong
1
-1/+1
2011-12-06
escape individual cookie values from $cookie_*
Eric Wong
3
-5/+4
2011-12-06
escape bytes in the 0x7F-0xFF range, too
Eric Wong
3
-2/+13
2011-07-22
use librelist.org for mailing list address
Eric Wong
2
-2/+2
2011-07-20
ext: note we rely on GVL for reentrancy detection
Eric Wong
1
-0/+2
2011-06-22
clogger 1.0.1 - portability fixes
v1.0.1
Eric Wong
1
-1/+1
2011-06-22
ext: fix portability defines for some installs
Eric Wong
2
-1/+9
2011-05-12
tests: add full URL example
Eric Wong
1
-0/+13
2011-04-26
change from LGPLv2.1+ to LGPLv2.1 + LGPLv3
Eric Wong
3
-502/+168
2011-04-21
clogger 1.0.0 - \o/
v1.0.0
Eric Wong
1
-1/+1
2011-04-19
README: stop promoting strftime()-compatible formats
Eric Wong
1
-4/+4
2011-04-19
$time_local and $time_utc are locale-independent
Eric Wong
4
-12/+99
2011-04-16
add support for $time_iso8601 format
Eric Wong
5
-2/+78
2011-03-21
extconf: unnecessary dir_config statement
Eric Wong
1
-1/+0
2011-03-16
:format may be a Symbol for less typing
Eric Wong
2
-0/+6
2011-03-16
fix documentation of Clogger.new for :path
Eric Wong
1
-2/+2
2011-03-15
README: misspelled "discusssion"
Eric Wong
1
-1/+1
2011-03-15
clogger 0.9.0 - configurable logging for Rack
v0.9.0
Eric Wong
1
-1/+1
2011-03-15
clogger: remove VERSION constant
Eric Wong
1
-3/+0
2011-03-13
avoid potential RString -> C-string conversions
Eric Wong
1
-12/+14
2011-03-13
release GVL for filesystem operations
Eric Wong
3
-0/+61
2011-03-13
ext: ensure path is a valid C string
Eric Wong
1
-1/+1
2011-03-13
update pkg.mk
Eric Wong
1
-10/+14
2011-03-04
doc: bogomips.org URL diet
Eric Wong
3
-6/+6
2011-03-04
ext: avoid potentially unsafe casts with C API
Eric Wong
1
-7/+13
2011-01-27
pkg.mk: update in case we get rid of C ext
Eric Wong
1
-2/+3
2011-01-21
clogger 0.8.0 - delegating away!
v0.8.0
Eric Wong
2
-3/+3
2011-01-21
switch to pkg.mk for maintenance tasks
Eric Wong
3
-133/+175
2011-01-21
pure: simpler autoload trigger
Eric Wong
1
-1/+1
2011-01-21
delegate method_missing calls to the response body
Eric Wong
3
-0/+39
2011-01-21
pass along "to_io" calls to the body
Eric Wong
3
-1/+25
2011-01-15
clogger 0.7.0 - portability improvements, cleanups
v0.7.0
Eric Wong
2
-3/+3
2011-01-15
properly support $time_utc as documented
Eric Wong
2
-0/+9
2011-01-15
handle abitrarily long time formats in C extension
Eric Wong
3
-12/+44
2011-01-14
RDoc fixups
Eric Wong
1
-1/+15
2011-01-14
remove dead RSTRUCT* compatibility macros
Eric Wong
1
-8/+0
2011-01-14
remove Clogger::ToPath proxy class
Eric Wong
4
-50/+45
2011-01-14
test_clogger_to_path: do not assume implementation details
Eric Wong
1
-0/+3
2011-01-14
another try to fix systems without CLOCK_MONOTONIC
Eric Wong
2
-2/+4
2011-01-14
another workaround for systems with broken CLOCK_MONOTONIC
Eric Wong
3
-12/+48
2011-01-13
attempt to support broken/crazy systems
Eric Wong
3
-0/+29
2011-01-13
remove unused function (obj_fileno)
Eric Wong
1
-5/+0
2010-12-26
release: publish_news runs by default
Eric Wong
2
-6/+20
2010-12-25
README: updates
Eric Wong
1
-3/+1
2010-12-25
clogger 0.6.0 - :path shortcut, minor bugfixes
v0.6.0
Eric Wong
2
-3/+3
2010-12-25
fix $msec and $usec in pure Ruby variant
Eric Wong
2
-1/+21
2010-12-25
add support for Rubinius
Eric Wong
2
-6/+19
2010-12-25
GNUmakefile: better external RUBYLIB support
Eric Wong
1
-3/+3
[next]