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

Changelog History
Page 3

  • v2.0.8 Changes

    June 05, 2009
    • 🛠 Fixed bug with "./configure --with-debug" failing on boost thread tests (598)
  • v2.0.6 Changes

    May 26, 2009
    • 📜 HTTPParser exception thrown when Content-Length had leading whitespace (585)
    • 🏁 Miscellaneous improvements to Windows MSVC build projects (564)
  • v1.2.4 Changes

    March 27, 2009
    • ✂ Removed dependencies on sqlite since it is now embedded into platform (475)
    • 📜 HTTPParser dropping requests when TCP connection contained 304 responses (481)
    • ⚡️ Updated PionLockedQueue so that it now always keeps track of the size (469)
  • v1.1.4 Changes

    February 16, 2009
    • ⚡️ Build updated to Boost 1.36 & 1.37 (314, 270)
    • ⚡️ Updates to support and use the latest Boost.Lockfree library (408, 409)
    • 🔨 Unit test cleanup and refactoring (416)
  • v1.0.10 Changes

    January 22, 2009
    • ➕ Added support and unit tests for maximum HTTP payload content sizes (399)
    • ⚡️ Updated HTTPParser to recover from missing packets and other errors (407)
    • TCPServer can now bind to privileged ports when running as setuid (522)
    • 🛠 Fixed occasional crashes in pion-net unit tests on multi-core systems (528)
  • v1.0.8 Changes

    December 17, 2008
    • 📄 Various improvements to how docs are built/cleaned (379)
  • v1.0.6 Changes

    November 20, 2008
    • Pruning orphaned connections (346)
    • 🛠 Fixing auto generated INSTALL file (347)
    • 🛠 Autoconf fixes (347)
  • v1.0.4 Changes

    October 16, 2008
    • Cookie collection now case sensitive (500)
    • ➕ Added unit test and fixed bug when parsing query strings with "&&" (333)
    • Added HEADER_X_FORWARDED_FOR to HTTPTypes (318)
    • ➕ Added TCPConnection::connect() function that performs dns lookups (318)
  • v1.0.0 Changes

    September 12, 2008
    • 🚚 QueryService added, then removed, and placed into pion::platform
    • ⚡️ Update clear() function to clear all members()
    • ➕ Added test to see if base64 routines handle binary data in strings properly
  • v0.6.0 Changes

    August 29, 2008
    • 🛠 Fixed bug with the --disable-logging configure option breaking build (254)
    • ⚡️ Updated HTTPParser::parseCookieHeader() to be usable for char[] as well
    • 📚 Only HTML documentation is now build with Doxygen when using "make docs"