aboutsummaryrefslogtreecommitdiff
path: root/zenhttp
Commit message (Expand)AuthorAgeFilesLines
...
| * Route websocket message.Per Larsson2022-02-182-152/+178
| * Simple websocket client/server test.Per Larsson2022-02-182-320/+775
| * Renamed file.Per Larsson2022-02-161-0/+0
| * Added websocket message parser.Per Larsson2022-02-162-82/+230
| * Renamed asio web socket impl.Per Larsson2022-02-151-0/+2
| * Refactored websocket server and added static logger support.Per Larsson2022-02-152-471/+681
| * Initial websocket support.Per Larsson2022-02-092-0/+495
* | prepare_commit to fix formattingzousar2022-02-091-6/+14
|/
* Close connection if HTTP header parsing failedMartin Ridgers2022-02-041-5/+4
* Merge pull request #48 from EpicGames/non-elevated-asiozousar2022-02-021-0/+17
|\
| * Add comment about loopback fast path as suggested in review.zousar2022-02-021-0/+4
| * Use SIO_LOOPBACK_FAST_PATH on Windows and increase buffer sizeszousar2022-02-011-0/+13
| * Handle HTTP port collisions when initializing serverzousar2022-01-267-28/+63
* | Added some diagnostics to http.sys server to make it clear when we are listen...Stefan Boberg2022-02-021-0/+4
* | Handle HTTP port collisions when initializing server (#40)zousar2022-01-277-28/+63
|/
* Format fix.Per Larsson2022-01-223-7/+4
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-102-5/+2
* LLVM's libc++ cannot emplace_back(x,y,z) without a ctor(x,y,z)Martin Ridgers2022-01-071-0/+8
* Added missing vector includeMartin Ridgers2022-01-071-0/+1
* Removed unused includeMartin Ridgers2022-01-071-1/+0
* Some C++ libs do not implement string_view(iter, iter) ctor yetMartin Ridgers2022-01-071-1/+2
* Corrected typoMartin Ridgers2022-01-071-2/+2
* WriteResponse(..., CompositeBuffer&) was calling itself indefinitelyMartin Ridgers2022-01-071-1/+1
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-158/+0
* Include header files when generating solution.Per Larsson2021-12-141-1/+2
* Merged main.Per Larsson2021-12-1411-34/+62
|\
| * Merged mainMartin Ridgers2021-12-081-1/+11
| |\
| * \ Merged mainMartin Ridgers2021-12-083-39/+107
| |\ \
| * \ \ Merged mainMartin Ridgers2021-11-294-89/+124
| |\ \ \
| * \ \ \ Merged mainMartin Ridgers2021-11-251-62/+60
| |\ \ \ \
| * | | | | Fixed http-parser linker errorMartin Ridgers2021-11-021-1/+4
| * | | | | 'return std::move(local_object)' prevents copy elisionMartin Ridgers2021-10-251-1/+1
| * | | | | Removed unnecessary includeMartin Ridgers2021-10-252-3/+0
| * | | | | Fixed unused-variable warningMartin Ridgers2021-10-251-1/+1
| * | | | | Removed unused includeMartin Ridgers2021-10-251-2/+0
| * | | | | Fixed narrowing warningMartin Ridgers2021-10-251-2/+2
| * | | | | UINT16 -> uint16_tMartin Ridgers2021-10-251-2/+2
| * | | | | Use zen::GetCurrentThreadId()Martin Ridgers2021-10-251-1/+1
| * | | | | Use m_ShutdownEvent.Wait() in HttpNullServer::Run() on POSIXMartin Ridgers2021-10-251-8/+7
| * | | | | HttpAsioServer::Run() implementation for POSIX platformsMartin Ridgers2021-10-251-8/+22
| * | | | | Use StrCaseCompare() instead of Windows-only _stricmp()Martin Ridgers2021-10-251-1/+1
| * | | | | Merged mainMartin Ridgers2021-10-251-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merged mainMartin Ridgers2021-10-202-19/+43
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-164-14/+16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-159-125/+1263
| |\ \ \ \ \ \ \ \
| * | | | | | | | | A null httpd main loop for POSIX platformsMartin Ridgers2021-10-151-1/+17
| * | | | | | | | | Fixed httpsys.cpp WideToUtf8() link errorsMartin Ridgers2021-10-131-3/+3
* | | | | | | | | | Format fix.Per Larsson2021-12-094-25/+21
* | | | | | | | | | Merged main.Per Larsson2021-12-095-128/+241
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |