aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowlib.app.src
AgeCommit message (Collapse)Author
2015-11-16Update Cowlib to 1.0.21.0.21.0.xLoïc Hoguin
2014-11-07Update cowlib to 1.0.11.0.1Loïc Hoguin
2014-11-07Update erlang.mkLoïc Hoguin
2014-08-01Update cowlib to 1.0.01.0.0Loïc Hoguin
2014-06-10Update cowlib to 0.6.20.6.2Loïc Hoguin
Fix parsing of Google Analytics cookies.
2014-03-27Update cowlib to 0.6.10.6.1Loïc Hoguin
Minor tweaks to types and code.
2014-03-22Update cowlib to 0.6.00.6.0Loïc Hoguin
Adds chunked transfer-encoding support plus a few functions imported from Cowboy. Also adds a function to build requests for clients.
2014-02-19Updated cowlib to 0.5.10.5.1Loïc Hoguin
Fix multipart body reading. Thanks to Ali Sabil for the many tests and reports.
2014-02-05Update copyright years0.5.0Loïc Hoguin
2014-02-05Update cowlib to 0.5.0Loïc Hoguin
Added support for multipart building and parsing. Added an include file for doing inline lowercase of binary strings.
2014-02-05Add the cow_multipart module for multipart message parsing and buildingLoïc Hoguin
This is a new implementation that has been measured to be up to 33% faster than the implementation that was in Cowboy.
2013-11-08Update cowlib to 0.4.00.4.0Loïc Hoguin
Add support for query strings, optimize cookie date building.
2013-11-02Update cowlib to 0.3.00.3.0Loïc Hoguin
Added support for mimetypes detection.
2013-10-23Update cowlib to 0.2.00.2.0Loïc Hoguin
Added support for cookies and cookie date.
2013-08-22Initial commit with most of spdy/3Loïc Hoguin