Archive

Archive for April, 2021

CPJNPOP3Connection v1.66

April 23, 2021 Comments off

Just to let everyone know that v1.66 of CPJNPOP3Connection has been released. Updates for this version include:

  • Updated the code to work with the latest version of the hash classes of the author.
  • Updated copyright details.
Categories: Web Site Updates

AA+ v2.28

April 20, 2021 Comments off

Just to let everyone know that v2.28 of AA+ has been released. Updates for this version include:

  • Added a preprocessor directive "AAPLUS_DELTAT_NO_HIGH_PRECISION" which if defined will only use the polynomial equations instead of lookup tables from IERS for calculating DeltaT in the method CAADynamicalTime::DeltaT. By defining this value you reduce the memory requirements needed for the lookup table "g_DeltaTValues" by 300 KB.
Advertisement
Categories: Web Site Updates

HTTPServerWrappers and CPPCThreadPool v1.07

April 16, 2021 Comments off

Just to let everyone know that v1.07 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:

  • CServer::Stop now shuts down the thread pool before it closes the request queue. This reordering of operations can avoid asserts from happening in the thread pool when the request queue has been closed.
Categories: Web Site Updates

HTTPServerWrappers and CPPCThreadPool v1.06

April 15, 2021 Comments off

Just to let everyone know that v1.06 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:

  • Added new CPPCThreadPoolTLS.cpp source file to the CPPCThreadPool framework. This is required to avoid linker errors where the two thread_local member variables declared in CPPCThreadPool.h (CThreadPool::_LocalQueue & CThreadPool::_ThreadIndex) can be defined in multiple compilation units if the CPPCThreadPool.h header is included by your source code multiple times.
  • Reworked CServer class to be template based. This allows the CppConcurrency::CThreadPool instance to be customized at runtime.
  • Fixed a bug in the ParseFormVariables methods where the entity body would not be parsed correctly if "request.EntityChunkCount is > 1".
Categories: Web Site Updates

WinHTTPWrappers v1.28

April 9, 2021 Comments off

Just to let everyone know that v1.28 of WinHTTPWrappers has been released. Updates for this version include:

  • Updated copyright details
  • Fixed more /analyze static code analysis warnings in the code.
Categories: Web Site Updates

FOStation v1.08

April 9, 2021 Comments off

Just to let everyone know that v1.08 of FOStation has been released. Updates for this version include:

  • Addition of a new SqliteDatabase service configuration value. This is a REG_SZ value and setting this value to a non-empty string will cause FOStation to log data to a Sqlite database instead of to SQL Server.
Categories: Web Site Updates

AA+ v2.27

April 2, 2021 Comments off

Just to let everyone know that v2.27 of AA+ has been released. Updates for this version include:

Categories: Web Site Updates