| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Route websocket message. | Per Larsson | 2022-02-18 | 2 | -152/+178 | |
| | * | Simple websocket client/server test. | Per Larsson | 2022-02-18 | 2 | -320/+775 | |
| | * | Renamed file. | Per Larsson | 2022-02-16 | 1 | -0/+0 | |
| | * | Added websocket message parser. | Per Larsson | 2022-02-16 | 2 | -82/+230 | |
| | * | Renamed asio web socket impl. | Per Larsson | 2022-02-15 | 1 | -0/+2 | |
| | * | Refactored websocket server and added static logger support. | Per Larsson | 2022-02-15 | 2 | -471/+681 | |
| | * | Initial websocket support. | Per Larsson | 2022-02-09 | 2 | -0/+495 | |
| * | | prepare_commit to fix formatting | zousar | 2022-02-09 | 1 | -6/+14 | |
| |/ | ||||||
| * | Close connection if HTTP header parsing failed | Martin Ridgers | 2022-02-04 | 1 | -5/+4 | |
| * | Merge pull request #48 from EpicGames/non-elevated-asio | zousar | 2022-02-02 | 1 | -0/+17 | |
| |\ | ||||||
| | * | Add comment about loopback fast path as suggested in review. | zousar | 2022-02-02 | 1 | -0/+4 | |
| | * | Use SIO_LOOPBACK_FAST_PATH on Windows and increase buffer sizes | zousar | 2022-02-01 | 1 | -0/+13 | |
| | * | Handle HTTP port collisions when initializing server | zousar | 2022-01-26 | 7 | -28/+63 | |
| * | | Added some diagnostics to http.sys server to make it clear when we are listen... | Stefan Boberg | 2022-02-02 | 1 | -0/+4 | |
| * | | Handle HTTP port collisions when initializing server (#40) | zousar | 2022-01-27 | 7 | -28/+63 | |
| |/ | ||||||
| * | Format fix. | Per Larsson | 2022-01-22 | 3 | -7/+4 | |
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 | |
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 2 | -5/+2 | |
| * | LLVM's libc++ cannot emplace_back(x,y,z) without a ctor(x,y,z) | Martin Ridgers | 2022-01-07 | 1 | -0/+8 | |
| * | Added missing vector include | Martin Ridgers | 2022-01-07 | 1 | -0/+1 | |
| * | Removed unused include | Martin Ridgers | 2022-01-07 | 1 | -1/+0 | |
| * | Some C++ libs do not implement string_view(iter, iter) ctor yet | Martin Ridgers | 2022-01-07 | 1 | -1/+2 | |
| * | Corrected typo | Martin Ridgers | 2022-01-07 | 1 | -2/+2 | |
| * | WriteResponse(..., CompositeBuffer&) was calling itself indefinitely | Martin Ridgers | 2022-01-07 | 1 | -1/+1 | |
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 2 | -158/+0 | |
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -1/+2 | |
| * | Merged main. | Per Larsson | 2021-12-14 | 11 | -34/+62 | |
| |\ | ||||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -1/+11 | |
| | |\ | ||||||
| | * \ | Merged main | Martin Ridgers | 2021-12-08 | 3 | -39/+107 | |
| | |\ \ | ||||||
| | * \ \ | Merged main | Martin Ridgers | 2021-11-29 | 4 | -89/+124 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merged main | Martin Ridgers | 2021-11-25 | 1 | -62/+60 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fixed http-parser linker error | Martin Ridgers | 2021-11-02 | 1 | -1/+4 | |
| | * | | | | | 'return std::move(local_object)' prevents copy elision | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | Removed unnecessary include | Martin Ridgers | 2021-10-25 | 2 | -3/+0 | |
| | * | | | | | Fixed unused-variable warning | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | Removed unused include | Martin Ridgers | 2021-10-25 | 1 | -2/+0 | |
| | * | | | | | Fixed narrowing warning | Martin Ridgers | 2021-10-25 | 1 | -2/+2 | |
| | * | | | | | UINT16 -> uint16_t | Martin Ridgers | 2021-10-25 | 1 | -2/+2 | |
| | * | | | | | Use zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | Use m_ShutdownEvent.Wait() in HttpNullServer::Run() on POSIX | Martin Ridgers | 2021-10-25 | 1 | -8/+7 | |
| | * | | | | | HttpAsioServer::Run() implementation for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -8/+22 | |
| | * | | | | | Use StrCaseCompare() instead of Windows-only _stricmp() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | Merged main | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-20 | 2 | -19/+43 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-16 | 4 | -14/+16 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-15 | 9 | -125/+1263 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | A null httpd main loop for POSIX platforms | Martin Ridgers | 2021-10-15 | 1 | -1/+17 | |
| | * | | | | | | | | | Fixed httpsys.cpp WideToUtf8() link errors | Martin Ridgers | 2021-10-13 | 1 | -3/+3 | |
| * | | | | | | | | | | Format fix. | Per Larsson | 2021-12-09 | 4 | -25/+21 | |
| * | | | | | | | | | | Merged main. | Per Larsson | 2021-12-09 | 5 | -128/+241 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||