about summary refs log tree commit
DateCommit message (Collapse)
2007-08-22make configuration constants dynamically assignable HEAD master
This will eventually allow us to tweak things easily w/o recompiling
2007-08-22die() should be static
2007-08-10david 0.1.1 - bugfix => new version
2007-08-10Define CONNECT_OFFSET so that it is an out-of-range signed value
This was causing queries that hit stricter HTTP servers (Mongrel) to fail since getting a -1 offset during the write would screw things up. Since that bug is gone, remove an extraneous trailing newline in the HTTP 1.0 request.
2007-07-27david 0.1.0 - initial revision