Fix cast from size_t to streamsize
PostgreSQL prepare statement
Detect wildcards for prepared statement. Replac...
PostgreSQL prepared statement implementation
Add compilation flags to secure SQL library
Add compilation flags to secure network library
Add compilation flags to secure resource library
Add compilation flags to secure logger library
Add compilation flags to secure file library
Add secured compilation flags to device library.
Do not parameterize some compilation flags
Fix parallel decipher. Secure crypto library wi...
plop
Remove commented source code ...
Start to securize device library ... buffer ove...
Securize date library and add specific format e...
Remove doxygen comments from file library .cpp ...
Remove doxygen comments from data library .cpp ...
Remove doxygen comments from logger library .cp...
Remove doxygen comments from resource library ....
Remove doxygen comments from device library .cp...
Move hmac.cpp into crypto folder ...
Make private uint8_t*,size_t constructors from ...
Make private uint8_t*,size_t constructors from ...
Add metrics on HMAC unit tests
Fix unit tests compilation ...
Rename PKCS7 padding into PKCS5 padding
Manage GCC 6.\n Fix crypto library Doxygen docu...
Fix SQLite3 unit test trace
Provides example with std::bind for Connection:...
Rename SQL connections configuration file
Increase multitrheaded cipher/decipher performa...
AES optimizations
Add SQL update unit tests and fix SQLite3 execu...
Fix GNU GCC minimal version for std::regex library
Doxygen document. Fix conversion error handling.
Begin AnCH SQL library documentation
Merge branch 'master' of ssh://git.code.sf.net/...
Fix resources pool. Fix AnCH SQL cmake file.
Add subprojects to global project
Fix some memory leaks ...
Add SQL connection pool factory
Add SQLite3 support for simple SELECT query
Change ResultSet interface to reduce memory usa...
Start SQLite3 support implementation
Begin SQLite3 support
Add PostgreSQL support
Add lambda row mapper and result set extractor ...
First commit for AnCH SQL library with uncomple...
Add strict int from std::string converter
Remove thread include from pool
Add resource pool
MMX/SSE(n) CPU instructions set detection
Add CPU instruction detection (only for AES for...
Fix some regressions
Split sequential/parallel algorithm in differen...
Doxygen
Potential optimization accoring to compiler opt...
Change padding from ISO to PKCS7 to ensure resu...
Remove some loops
Add benchmark with OpenSSL library. AnCH implem...
Fix valgrind check on MD5 test (come from test ...
Fix compilation. Add AES/CTR tests for AES256.
Merge branch 'master' of ssh://git.code.sf.net/...
Fix getRandomEngine method name
plop
Add AES test on big data ... multi-thread BC mo...
Add variadic template to initialize singleton w...
AES optimization ?
Add AES/block cipher mode of operations templat...
Fix compilation on Gentoo Linux
Implement padding for block cipher mode of oper...
Implement padding for block cipher mode of oper...
Fix CMake configuration for gcc 4.7 and 4.8
Add lock on stream read to avoid memory consump...
Fix thread orders in pool
Block cipher mode of operation multithread impl...
Fix deadlock
Block cipher mode of operation multithread impl...
Fix compilation on Gentoo
Fix thread pool usage
Warning on Gentoo
Use std::array instead of uint8_t* to avoid seg...
Use std::regex if gcc >= 4.9
Fix compilation error on Gentoo Linux due to mi...
Fix padding algorithms. Add padding unitary tes...
Add block cipher mode of operation implementati...
Fix cipher block mode of operation cipher
Block cipher mode of operation naive implementa...
Externalize BlockCipher<16> specialization in l...
Rename some files
Move encryption directory to cipher
Move encryption directory to cipher
Fix maximum number of thread management in thre...
Move encryption directory to cipher
Add block cipher interface
Fix documentation
Add Doxygen output directory to git ignore
Add GIT ignores patterns to avoid to commit bui...