kcar RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
[ANN] kcar 0.7.0 - bytestream to Rack response converter
 2020-02-21  2:32 UTC 

[PATCH] doc: update URLs to point to YHBT.net
 2020-02-19  1:38 UTC 

[PATCH] doc: update URLs to point to YHBT.net
 2020-02-19  1:36 UTC 

[PATCH] use rb_gc_register_mark_object
 2018-12-26  4:19 UTC 

[PATCH] extconf: fix rb_hash_aset deduplication test
 2018-12-15 22:48 UTC 

[PATCH] request: set env["FRAGMENT"] for WebDAV litmus test
 2018-12-01 14:00 UTC 

[PATCH v2] request parsing bits
 2018-12-01 13:31 UTC  (12+ messages)
` [PATCH 01/11] introduce new str_new_dd_freeze internal function
` [PATCH 02/11] begin implementing request parsing
` [PATCH 03/11] favor bitfields instead flags + macros
` [PATCH 04/11] implement request parsing with tests
` [PATCH 05/11] pkg.mk: enable warnings by default for tests
` [PATCH 06/11] filter_body: rename variables to be like memcpy(3)
` [PATCH 07/11] flesh out filter_body for request parsing
` [PATCH 08/11] do not assume SERVER_PORT
` [PATCH 09/11] do not set "HTTP/0.9" for pre-1.0 requests
` [PATCH 10/11] always set non-negative Content-Length for requests
` [PATCH 11/11] avoid String#-@ call on request parsing under Ruby 2.6

[PATCH] doc: update git:// URLs to HTTPS
 2018-11-22 19:58 UTC 

[PATCH 0/7] request parsing bits
 2017-04-27 18:00 UTC  (9+ messages)
` [PATCH 1/7] introduce new str_new_dd_freeze internal function
` [PATCH 2/7] begin implementing request parsing
` [PATCH 3/7] favor bitfields instead flags + macros
` [PATCH 4/7] implement request parsing with tests
` [PATCH 5/7] pkg.mk: enable warnings by default for tests
` [PATCH 6/7] filter_body: rename variables to be like memcpy(3)
` [PATCH 7/7] flesh out filter_body for request parsing

yahns will use kcar as a request parser
 2017-04-19  0:13 UTC  (2+ messages)

[PATCH] pkg.mk: support VALGRIND variable for unit tests
 2017-04-18 19:29 UTC 

subscribe
 2017-04-11 17:33 UTC  (9+ messages)
    ` [PATCH] README: add info about mailing list subscription

[PATCH] nodoc Kcar::VERSION
 2017-04-10 18:07 UTC 

[PATCH] olddoc: include NNTP archive link
 2017-04-08  0:54 UTC 

[PATCH] gemspec: remove olddoc dev dependency
 2017-04-08  0:54 UTC 

apologies for the bounces
 2017-03-21 23:16 UTC 

[PATCH 0/6] more minor doc updates
 2017-03-11 21:31 UTC  (8+ messages)
` [PATCH 1/6] update documentation for contributions, remove private address
  ` [PATCH] HACKING: remove copy+pasted line about N
` [PATCH 2/6] doc: minor updates to describe classes, better
` [PATCH 3/6] response: remove unnecessary constant alias
` [PATCH 4/6] response: more documentation cleanups
` [PATCH 5/6] favor require_relative to speed up loading
` [PATCH 6/6] response: remove Ruby 1.8-compatibility check

[PATCH] shorten and improve readability of assertion
 2017-03-05 23:21 UTC 

[PATCH] fix signedness check on 32-bit systems
 2017-03-05 23:21 UTC 

[PATCH] doc: remove references to a server
 2017-03-05  3:01 UTC 

[PATCH] http: reject non-LWS CTL chars (0..31 + 127) in field values
 2017-03-05  2:59 UTC 

[PATCH] rely on String#-@ (str_uminus) to dedupe headers
 2017-03-05  2:26 UTC 

[PATCH] extconf: remove unneeded -fPIC CFLAGS
 2017-03-05  2:08 UTC 

[PATCH] test_parser: add lone CR test
 2017-03-05  2:06 UTC 

[PATCH] reduce parser size to 88 bytes on 64-bit
 2017-03-05  1:10 UTC 

[PATCH 0/5] miscellaneous updates
 2017-03-03 20:53 UTC  (6+ messages)
` [PATCH 1/5] gemspec: use SPDX compatible terms for the license(s)
` [PATCH 2/5] archive/slrnpull.conf: add a note explaining the purpose
` [PATCH 3/5] drop rb_str_set_len compatibility replacement
` [PATCH 4/5] remove rb_str_modify workaround
` [PATCH 5/5] TypedData C-API conversion

[PATCH 0/2] minor website move to HTTPS
 2016-10-27 23:50 UTC  (3+ messages)
` [PATCH 1/2] README: fix reference to HTTP git viewer
` [PATCH 2/2] doc: move site to HTTPS

[ANN] kcar 0.6.0 - bytestream to Rack response converter
 2015-08-04 22:33 UTC 

[PATCH] kcar/response: remove const optimizations for Ruby < 2.1
 2015-08-04 22:21 UTC 

[PATCH] add gmane archival config for slrnpull
 2015-07-21 20:51 UTC 

[PATCH] parser: shorten condition statement
 2015-03-16 20:15 UTC 

[PATCH] GIT-VERSION-GEN: fix install for non-tag versions
 2015-01-14  8:48 UTC 

[ANN] kcar 0.5.0- GPL-2.0+, new mailing list, doc updates
 2015-01-14  8:20 UTC 

[PATCH] kcar.rl: remove unused REASON length check
 2015-01-14  2:12 UTC 

[PATCH] README: update support status to Ruby 1.9+
 2015-01-12  7:43 UTC 

[PATCH] continue generating VERSION constant
 2015-01-12  7:43 UTC 

[PATCH] response: fix mispelling of "guarantee"
 2015-01-12  7:43 UTC 

[kcar] [PATCH] change mailing list to kcar-public@bogomips.org
 2015-01-12  2:58 UTC 

[PATCH] switch documentation to olddoc
 2015-01-11 23:05 UTC 

[PATCH] license: upgrade from GPLv2-only to GPLv2-or-later
 2013-10-26  7:02 UTC 

[PATCH] use rb_fstring from Ruby 2.1.0dev if available
 2013-10-12  6:59 UTC  (2+ messages)

[ANN] kcar 0.4.0 - Kcar::Response improvement
 2012-10-26  9:53 UTC 

[ANN] kcar 0.3.1 - minor bugfix for Kcar::Response
 2012-09-26  2:54 UTC 

[ANN] kcar 0.3.0 - small bugfixes
 2011-06-07 17:48 UTC 

latest changes in kcar.git
 2011-05-24  0:50 UTC 

is there anybody out there?
 2011-03-15 23:49 UTC 

[ANN] kcar 0.2.0 - small improvements
 2011-02-24 21:36 UTC 

[ANN] kcar 0.1.2 - one bugfix for one liners
 2010-11-30 22:19 UTC 

anybody using this? found any issues?
 2010-08-31 22:50 UTC 

[ANN] kcar 0.1.1 - bytestream to Rack response converter
 2010-07-25  0:06 UTC 

[PATCH] update README with Gmane and mbox archive info
 2010-05-03  0:01 UTC 


Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kcar.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).