about summary refs log tree commit homepage
DateCommit message (Expand)
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