about summary refs log tree commit homepage
DateCommit message (Expand)
2020-02-21GNUmakefile: fix rsync destination for website HEAD master
2020-02-21kcar 0.7.0 v0.7.0
2020-02-19doc: update URLs to point to YHBT.net
2020-02-19website: use dark216 to save electricity
2018-12-26use rb_gc_register_mark_object
2018-12-15extconf: fix rb_hash_aset deduplication test
2018-12-01request: set env["FRAGMENT"] for WebDAV litmus test
2018-12-01avoid String#-@ call on request parsing under Ruby 2.6
2018-12-01always set non-negative Content-Length for requests
2018-12-01do not set "HTTP/0.9" for pre-1.0 requests
2018-12-01do not assume SERVER_PORT
2018-12-01flesh out filter_body for request parsing
2018-12-01filter_body: rename variables to be like memcpy(3)
2018-12-01pkg.mk: enable warnings by default for tests
2018-12-01implement request parsing with tests
2018-12-01favor bitfields instead flags + macros
2018-12-01begin implementing request parsing
2018-12-01introduce new str_new_dd_freeze internal function
2018-11-22doc: update git:// URLs to HTTPS
2017-04-18pkg.mk: support VALGRIND variable for unit tests
2017-04-10nodoc Kcar::VERSION
2017-04-10README: add info about mailing list subscription
2017-04-08gemspec: remove olddoc dev dependency
2017-04-08olddoc: include NNTP archive link
2017-03-11HACKING: remove copy+pasted line about N
2017-03-05shorten and improve readability of assertion
2017-03-05fix signedness check on 32-bit systems
2017-03-05response: remove Ruby 1.8-compatibility check
2017-03-05favor require_relative to speed up loading
2017-03-05response: more documentation cleanups
2017-03-05response: remove unnecessary constant alias
2017-03-05doc: minor updates to describe classes, better
2017-03-05update documentation for contributions, remove private address
2017-03-05doc: remove references to a server
2017-03-05http: reject non-LWS CTL chars (0..31 + 127) in field values
2017-03-05update comment about freezing values
2017-03-05rely on String#-@ (str_uminus) to dedupe headers
2017-03-05extconf: remove unneeded -fPIC CFLAGS
2017-03-05reduce parser size to 88 bytes on 64-bit
2017-03-05test_parser: add lone CR test
2017-03-03TypedData C-API conversion
2017-03-03remove rb_str_modify workaround
2017-03-03drop rb_str_set_len compatibility replacement
2017-03-03archive/slrnpull.conf: add a note explaining the purpose
2017-03-03gemspec: use SPDX compatible terms for the license(s)
2016-11-01pkg.mk: avoid network for "gem install"
2016-10-27doc: move site to HTTPS
2016-10-27README: fix reference to HTTP git viewer
2015-08-04kcar 0.6.0 - minor cleanups v0.6.0
2015-07-21kcar/response: remove const optimizations for Ruby < 2.1