All Versions
45
Latest Version
Avg Release Cycle
94 days
Latest Release
3489 days ago

Changelog History
Page 1

  • v5.1-builds

    September 09, 2014
  • v5.0.7 Changes

    October 17, 2014
    • โšก๏ธ Updated Windows build to Visual Studio 2013
    • โšก๏ธ updated Windows property sheet files to use openssl 1.0.1j log4cplus 1.1.3
    • ๐Ÿ›  fixed bug in pion::http::parser cookie header handling
    • password hashing now uses strong hashing algorithm
    • fixed incorrect usage of CMAKE_MODULE_PATH (thanks camio)
    • โž• added clang++ support in cmake (thanks snikulov)
  • v5.0.6 Changes

    March 24, 2014
    • โšก๏ธ Updated copyrights and misc files for move from Cloudmeter to Splunk
    • ๐Ÿ“œ pion::http::parser - added HTTP 0.9 Simple-Request support
    • ๐Ÿ›  autoconf - fixed order of library linking for Ubuntu 12.04
    • cmake - make install does not copy headers (thanks snikulov)
    • cmake - patches for Visual Studio 2012 (thanks nullable-type)
    • ๐Ÿ— cmake - disabled in-source build with log message (thanks snikulov)
    • ๐ŸŒฒ SPDY fix for RST stream status code logging (thanks pmed)
    • PION_DISABLE_LOGGING and PION_USE_OSTREAM_LOGGING fixes (thanks snikulov)
  • v5.0.5 Changes

    December 16, 2013
    • ๐Ÿ‘Œ Support for automatically generating dump files on Windows
    • FileService was not honoring max file size when file is modified
    • tcp_server tries to gain admin rights for ephemeral ports (thanks jrosser)
    • ๐Ÿ›  Fixed bug parsing whitespace before HTTP header names (thanks maksqwe)
    • Fixed bug in http::writer::send_more_data (thanks magnum)
    • โšก๏ธ Various updates to support Boost 1.55.0 (thanks maysl, snikulov)
    • โšก๏ธ Various updates to support Visual C++ (thanks pmed, snikulov)
    • โž• Added support for building with CMake (thanks snikulov)
  • v5.0.4 Changes

    September 16, 2013
    • Attributes in Set-Cookie headers should not be quoted (thanks sba)
    • Use BOOST_SYSTEM_NOEXCEPT for compatibility with Boost 1.54 (thanks rogerim)
    • โž• Added http::request function to set content given a buffer pointer and size
  • v5.0.3 Changes

    July 26, 2013
    • ๐Ÿ“œ Uninitialized memory error in http::parser with headers-only parsing
    • ๐Ÿ›ฐ Infinite loop in http::parser when using a payload handler callback
    • โž• Added algorithm::xml_encode() method; now using it to prevent XSS attacks
    • ๐Ÿ‘Œ Improved handling of uncaught exceptions in http::server
  • v5.0.2 Changes

    June 02, 2013
    • parse_multipart_form_data() corrupts binary files (Alexandre Parenteau)
  • v5.0.1 Changes

    April 15, 2013
    • ๐Ÿ”จ Lots of renaming, refactoring, bug fixes, etc.
  • v4.0.3 Changes

    April 14, 2011
    • โž• Added support for new libraries and build environments (1105, 1106, 1107)
  • v4.0.1 Changes

    March 08, 2011
    • โž• Added read() and write() methods to HTTPMessage for serialization (1086)
    • ๐Ÿ‘Œ Improved error handling in HTTP(Request/Response)(Reader/Writer) (1083)