All Versions
45
Latest Version
Avg Release Cycle
94 days
Latest Release
2818 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.2.0 Changes
June 19, 2007- ๐ Boost 1.34.0 and ASIO 0.3.8 are now REQUIRED; see README.boost
- ๐ Lots of platform testing and better platform-specific documentation
- โ Added support to FileModule for the "cache" and "scan" options
- โ Added Last-Modified HTTP header to FileModule and support for client cache
- ๐ Changed HTTPServer error handlers to use functions rather than modules
- ๐ Re-worked PionPlugin library so that it handles reference counting internally
- โ Added start() and stop() virtual functions to HTTPModule
- โ Added beforeStarting() and afterStopping() virtual functions to TCPServer
- โ Added PionHashMap.hpp for setting-up unordered map types
- โ Added work-around for bug that causes Windows to crash @ shutdown
-
v0.1.6 Changes
June 01, 2007- โ Added support for HTTP module configuration files (see testmodules.conf)
- โ Added support for parsing & setting cookies (Version 1, RFC 2109)
- โ Added a CookieModule that displays and lets you add/delete cookies
- โ Added LogModule that displays events when an external log library is used
- โ Added support to FileModule for cygwin paths and "file" option
- โ Added support for SSL/TLS using OpenSSL (must use --with-openssl)
- Plug-ins now use pion_create_PLUGINNAME and pion_destroy_PLUGINNAME
- ๐ Fixed bugs related to the parsing of request (POST) content
-
v0.1.4 Changes
May 25, 2007- ๐ Fixed miscellaneous bugs with the HTTPResponse class
- โ Added support for parsing POST content, and GET and POST query parameters
- โ Added support for passing configuration options to HTTP modules
- โ Added EchoModule and FileModule, and stubs for LogModule
- โ Added support for HTTP modules to be dynamically-loadable libraries
- โ Added support for pkg-config (http://pkg-config.freedesktop.org/wiki/)
- ๐ Moved around some of the source directories & renamed test programs
- โ Added build support & documentation for FreeBSD, Solaris and Windows
- โ Added Xcode project file for Mac OS X (you must still use "configure")
-
v0.1.2 Changes
May 01, 2007- โ Added support for log4cplus, log4cpp and std::ostream logging
- โ Added more detailed build information for Linux and Mac OS X
-
v0.1.0 Changes
April 30, 2007- ๐ First alpha release with very basic functionality