about summary refs log tree commit homepage
DateCommit message (Expand)
2024-02-01switch to TypedData macros for allocation HEAD master
2024-02-01rack 3.x compatibility
2024-02-01update deprecated license identifier
2023-05-11workaround for time(2) being non-monotonic
2023-05-11use _POSIX_C_SOURCE=200809L
2022-12-25fix $request_time{9,0} for 32-bit platforms
2022-06-16clogger 2.4.0 v2.4.0
2022-06-16doc: drop git:// URLs, use shorter domain for IMAP links
2022-06-16pure: fix time.rb incompatibility in Ruby 3.1+
2022-06-16escape env['REQUEST_METHOD'] for non-strict HTTP servers
2021-05-25clogger 2.3.1 v2.3.1
2021-05-25pkg.mk: remove index.html and created.rid from homepage
2021-05-25doc: use Tor v3 .onion URLs
2021-05-24mark Rack::HeaderHash for GC.compact
2020-08-10clogger 2.3.0 - $request_time{POWER,PRECISION} support v2.3.0
2020-08-10doc: document Fiber.current
2020-08-10doc: update with IMAPS, NNTPS, and .onion mail archive URLs
2020-08-06clogger: fix _BSD_SOURCE and _SVID_SOURCE deprecation warnings
2020-08-03Added optional POWER argument to $response_time
2020-01-08clogger 2.2.1 - move away from .org TLD v2.2.1
2020-01-08doc: replace bogomips.org with yhbt.net
2020-01-08doc: switch to dark216 for website
2017-05-22clogger v2.2.0 - Rack 2.x compatibility fix v2.2.0
2017-05-22build: remove build-time olddoc dependency
2017-05-21Update respond_to? calls for second argument.
2017-02-15ext: reduce frozen string marking overhead
2017-01-17clogger.c: comment to explain the lack of GC guard
2016-07-28clogger 2.1.0 - rack 2.x compatibility and more! v2.1.0
2016-07-28doc use HTTPS for URLs and move homepage
2016-07-28loosen rack dependency to allow rack 2.x
2016-07-28pure: remove Rack::Utils.bytesize dependency
2016-07-28ext: avoid clobbering existing system functions
2016-01-19test_clogger: add test for REMOTE_USER
2015-02-27clogger 2.0.2 - bugfixes for pure Ruby users v2.0.2
2015-02-27pure: use monotonic clock if possible
2015-02-27pure: fix reentrancy of request_time
2015-01-13clogger 2.0.1 - doc updates and new mailing list v2.0.1
2015-01-13remove Rubyforge reference in Rakefile
2015-01-13gemspec: use SPDX license abbreviation
2015-01-13new mailing list at clogger-public@bogomips.org
2015-01-13ext: get rid of noisy and unnecessary cast
2015-01-13switch docs + website to olddoc
2014-08-14README: document $env support for reading Rack env
2014-05-12clogger 2.0.0 - updated website URL, cleanups v2.0.0
2014-05-12relax license to allow LGPLv2.1 or later
2014-05-12test_clogger: workaround test failure on 32-bit
2014-05-12remove :to_io support
2014-05-12clogger 1.4.0 - updated website URL, cleanups v1.4.0
2014-05-12update docs for rubyforge death
2014-05-06Add script for redirecting to clogger.bogomips.org