about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2015-07-21kcar/response: remove const optimizations for Ruby < 2.1
2015-03-16parser: shorten condition statement
2015-01-12continue generating VERSION constant
2015-01-12response: fix mispelling of "guarantee"
2012-10-26add Kcar::Parser#body_bytes_left= setter method
2012-09-25response: propagate EOFError on remote errors
2011-03-17response: assume $, is default
2011-02-24kcar 0.2.0 - small improvements v0.2.0
2011-02-06kcar/response: a few more micro-optimizations
2011-02-06parser.rb: do not redefine Kcar module
2011-02-06kcar/response: micro-optimizations
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-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-04-28autoload Kcar::Response, document VERSION constant
2010-04-28kcar/parser: magic comments for binary encoding
2010-04-28add Kcar::Response#rack to give proper Rack responses
2010-04-28kcar/response: rdoc public methods
2010-04-28rename Kcar::Session => Kcar::Response
2010-04-27parser: avoid shadowing "key" variable
2010-04-26initial