summaryrefslogtreecommitdiffabout
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19turned cookies into multimapMichael Krelin2-3/+2
2005-07-041. awkward yet working support for POST file upload (requires mimetic)Michael Krelin1-3/+54
2. support for NOT handling/parsing POSTed data (including application/x-www-form-urlencoded)
2005-07-04added buffers to fastcgi streambufs. It gains compatibility with normal ↵Michael Krelin1-0/+15
streambuf manipulations at the cost of performance (according to comments in fcgi devkit). The performance lost should not be disastrous, though.
2005-05-091. http headers container addedMichael Krelin5-1/+415
2. preliminary cookies support 3. absolutely useless http_quoted_string and http_quote utility functions added
2005-03-311. renamed url_escape/unescape to encode/decodeMichael Krelin3-12/+149
2. introduced a number of wrappers for accessing meta-variables mentioned in RFC3875 3. bumped library version info
2005-02-131. Support for 'plain' CGIMichael Krelin2-1/+46
2. Made fastcgi support optional 3. bumped version to 0.0.1 4. doxygen documentation target 'dox' is not built for 'all' now
2005-01-29initial commit into repository0.0Michael Krelin7-0/+410