about summary refs log tree commit homepage
DateCommit message (Expand)
2011-06-07kcar 0.3.0 v0.3.0
2011-05-23README: use librelist.org address
2011-05-23call rb_str_modify before rb_str_resize
2011-05-23strip trailing and leading linear whitespace in headers
2011-05-23pkg.mk: update for locale-independent grep
2011-03-17pkg.mk: new task for checking Ruby warnings
2011-03-17response: assume $, is default
2011-02-24kcar 0.2.0 - small improvements v0.2.0
2011-02-24gemspec: no need for require_paths
2011-02-24pkg.mk: support RUBY_TEST_OPTS for tests
2011-02-07pkg.mk: fix this wrt document generation
2011-02-06kcar/response: a few more micro-optimizations
2011-02-06remove support for older Rubinius C API
2011-02-06parser.rb: do not redefine Kcar module
2011-02-06pkg.mk: update with better dependencies
2011-02-06doc: limit scope
2011-02-06parser: fixed signed vs unsigned warnings
2011-02-06kcar/response: micro-optimizations
2011-02-06fix dependency for Ragel-generated file
2011-02-02GNUmakefile: better doc build with Ragel
2011-02-02pkg.mk: doc target depends on pkg_extra
2011-02-02doc: ensure kcar.c exists for RDoc
2011-02-02switch packaging to use pkg.mk + wrongdoc
2011-02-02test_response: fix unused variable warning in 1.9.3dev
2010-11-30kcar 0.1.2 - one bugfix for one liners v0.1.2
2010-11-23header/body-less pipelined HTTP/1.1 responses handled properly
2010-11-22GNUmakefile: accept RSYNC variable overrides
2010-07-25kcar 0.1.1 v0.1.1
2010-07-25response: simplify trailers handling
2010-07-25response: fix handling of pipelined identity responses
2010-07-25response: fix unreferenced constant
2010-07-24update README with Rubinius support
2010-05-02document Kcar::Parser#chunked? method
2010-05-02update README with Gmane and mbox archive info
2010-04-28gemspec: fix authors and homepage info
2010-04-28add TODO v0.1.0
2010-04-28autoload Kcar::Response, document VERSION constant
2010-04-28kcar/parser: magic comments for binary encoding
2010-04-28Update README with install and usage instructions
2010-04-28add Kcar::Response#rack to give proper Rack responses
2010-04-28kcar/response: rdoc public methods
2010-04-28Documentation prep for release
2010-04-28rename Kcar::Session => Kcar::Response
2010-04-28build + release infrastructure
2010-04-27parser: avoid shadowing "key" variable
2010-04-27kcar.rl: more comments explaining write_value;
2010-04-26ext: additional validations for valid HTTP responses
2010-04-26ext: better document keepalive behavior
2010-04-26ext: remove dead code from Parser#filter_body
2010-04-26initial