Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-31Slight improvements to crypto.hppeidheim
2022-05-06Refactor crypto to OpenSSL3.0 compatiblewaliou
2020-01-03Fixes #133: improved OPENSSL_VERSION_NUMBER checkeidheim
2019-09-17Updated header files from the Simple-Web-Server projecteidheim
2018-08-26Updated utility.hpp and crypto.hpp from Simple-Web-Servereidheim
2017-12-11Fixes #91: corrected OpenSSL version checkeidheim
2017-11-08Updated utility and crypto header fileseidheim
2017-10-29Changed free function SimpleWeb::status_codes() from static to inline, and ch...eidheim
2017-08-12Added and resolved -Wsign-conversion warningseidheim
2017-07-22Updated utility.hpp and added noexcepteidheim
2017-07-18Comment cleanupeidheim
2017-06-30Added error checks to Base64 encode and decodeeidheim
2017-06-28Added .clang-format file and applied style to source fileseidheim
2017-06-23Added utility.hpp file, and moved some of the code from server_ws.hpp and cli...eidheim
2016-12-21Added stream versions of the Crypto:: hash functions for calculating hashes f...eidheim
2016-12-20Added Crypto::pbkdf2eidheim
2016-12-20Renamed Crypto:: hash methodseidheim
2016-12-20Replaced C style casts with static_casteidheim
2016-12-20Added Crypto::to_hex_stringeidheim
2016-12-07Fixes #55: made functions in crypto.hpp static class member functionsv1.3eidheim
2016-12-06Crypto cleanupeidheim
2016-12-05Fixed Crypto::Base64::encode for newer OpenSSL versionsOle Christian Eidheim
2016-11-15Fixes #49: round() workaround for MSVS 2012 now declared as inlineeidheim
2016-11-10Build fix for MSVS 2012: <cmath> has no definition for round() in MSVSDavid Olszowka
2015-10-20VC++ 12/14 compatible, casts to prevent warningsAxel Schmidt
2014-08-23Hash functions can now be run iteratively with the two-parameter versions.eidheim
2014-08-23removed newlines from Base64::encodeeidheim
2014-08-13fixed minor typov1.1eidheim
2014-08-13Added two-parameter versions of the crypto-functionseidheim
2014-08-09Added client, some restructuring, major bugfix: Connection::message might be ...eidheim
2014-08-04Fixed typos in commentseidheim
2014-08-04Added template for SimpleWeb::Crypto, added crypto_test.cppeidheim
2014-08-03Renamed crypt to cryptoeidheim