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
2021-03-26Make use of ASIO_STANDALONE when using standalone asio in order to compile on...eidheim
2020-10-26Minor style format correctioneidheim
2020-09-22Removed extra newlineeidheim
2020-09-22No longer forces BUILD_TESTING to be ONeidheim
2020-06-26Do not run add_compile_options when Simple-WebSocket-Server is a sub-projecteidheim
2020-04-03Added workarounds for various Windows/MSVC issueseidheim
2019-09-17Removed unnecessary OPENSSL checkeidheim
2019-07-03Added mutex.hpp to cmake's install functioneidheim
2019-06-25Made use of clang's Thread Safety Analysiseidheim
2019-06-24Now uses find_path instead of find_file to find standalone asio headerseidheim
2019-06-19Added asio_compatibility.hpp to cmake install functioneidheim
2018-11-14CMakeLists.txt: replaced buggy CHECK_INCLUDE_FILE_CXX with find_fileeidheim
2018-11-13Removed boost dependencies when building with USE_STANDALONE_ASIOeidheim
2018-01-11Changed cmake_minimum_required to 3.0 due to issues with lower versions on ne...eidheim
2017-11-14Added MSVC support to cmake files (not tested, but hopefully it works). Some ...eidheim
2017-11-08Fixed comment typoeidheim
2017-11-08Modernised all CMakeLists.txt files, and made it easier to use Simple-WebSock...eidheim
2017-08-12Added and resolved -Wsign-conversion warningseidheim
2017-07-24Reverted boost thread removaleidheim
2017-07-19Removed boost.thread from CMakeLists.txteidheim
2016-11-23Minor cleanup of CMakeLists.txteidheim
2016-10-25Added fallback to boost::regex if gcc version<4.9eidheim
2016-10-24Now uses std::regex instead of boost::regexeidheim
2016-08-03Renamed test folder to testseidheim
2016-06-29Updated README.md and made it possible to change port before executing start()eidheim
2016-06-27Added -Wextra to compiler flags and resolved warnings. Fixes #33eidheim
2015-11-01Added missing coroutine and context Boost components.eidheim
2015-10-28Fixes #16, but leads to extra copies until a custom streambuf is used.eidheim
2015-09-30Changed to boost::regex due to reported problems with g++-4.9 on Red Hat. Sho...eidheim
2015-09-29Added thread to Boost Components, boost version 1.58 required it to link.Ole Christian Eidheim
2015-09-29Added MSYS2 support, and parse_test should now compile with g++-5.2.eidheim
2015-09-04The server now sends without copying stream pointers successfully. Also some ...eidheim
2015-09-04Added updated openssl path for OS X users.eidheim
2015-09-04Replaced c++14 with c++11.eidheim
2015-05-18Optimized header parsing and endpoint search. Also removed regex use in clien...eidheim
2015-05-16Moved tests to test-directory, and added parse test for client and server.eidheim
2014-11-29Added crypto_test to CMakeLists.txt.eidheim
2014-11-28Updated CMakeLists.txt: added flag -O3eidheim
2014-11-28Added CMakeLists.txt. I'm not a cmake-expert, feedback would be much appricia...eidheim