clogger.git  about / heads / tags
configurable request logging for Rack
$ git log --pretty=format:'%h %s (%cs)%d' v0.0.5 --
afaa8ef clogger 0.0.5 (2009-09-02)
	(tag: v0.0.5)
5fd5bb6 README: minor updates and clarifications (2009-09-02)
3bc7000 alias $http_content_{length,type} to $content_{length,type} (2009-09-02)
41e3dcf expose the $content_length/$content_type variables (2009-09-02)
34bda71 expose $request_method as documented in the README (2009-09-02)
d60d0b4 clogger 0.0.4 (2009-09-02)
	(tag: v0.0.4)
144e990 correctly rebuild simple HTTP/0.9 GET requests (2009-09-01)
98d72e5 README: point to repo.or.cz git mirror setup (2009-09-01)
12d45b1 README: new git repository (2009-09-01)
c9f68fc Ensure hex escaping is done in uppercase (2009-09-01)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       switch to TypedData macros for allocation (2024-02-01)
  respond_to-priv SQUASH/WIP - use rb_funcallv to handle second respond_to arg (2017-05-21)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v2.4.0       clogger 2.4.0 (2022-06-16) tar.gz
v2.3.1       clogger 2.3.1 (2021-05-25) tar.gz
v2.3.0       clogger 2.3.0 - $request_time{POWER,PRECISION} support (2020-08-10) tar.gz
v2.2.1       clogger 2.2.1 - move away from .org TLD (2020-01-08) tar.gz
v2.2.0       clogger v2.2.0 - Rack 2.x compatibility fix (2017-05-23) tar.gz
v2.1.0       clogger 2.1.0 - rack 2.x compatibility and more! (2016-07-28) tar.gz
v2.0.2       clogger 2.0.2 - bugfixes for pure Ruby users (2015-02-27) tar.gz
v2.0.1       clogger 2.0.1 - doc updates and new mailing list (2015-01-13) tar.gz
v2.0.0       clogger 2.0.0 - updated website URL, cleanups (2014-05-12) tar.gz
v1.4.0       clogger 1.4.0 - updated website URL, cleanups (2014-05-12) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://yhbt.net/clogger-public

git clone https://yhbt.net/clogger.git