| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' into streamapi | Per Larsson | 2022-03-19 | 1 | -0/+20 |
| |\ | |||||
| | * | Added some new mime types; javascript, css, png and ico | Martin Ridgers | 2022-03-15 | 1 | -0/+20 |
| | | | |||||
| * | | Combine last stream response with stream complete message. | Per Larsson | 2022-03-11 | 2 | -19/+6 |
| | | | |||||
| * | | Added streaming version of GetCacheChunks. | Per Larsson | 2022-03-08 | 2 | -16/+26 |
| | | | |||||
| * | | Added streaming version of GetCacheRecords. | Per Larsson | 2022-03-08 | 1 | -0/+23 |
| | | | |||||
| * | | Initial attempt of a streaming websocket API. | Per Larsson | 2022-02-25 | 2 | -33/+114 |
| |/ | |||||
| * | Added missing override specifier. | Per Larsson | 2022-02-22 | 1 | -2/+2 |
| | | |||||
| * | Fixed crashing websocket test. | Per Larsson | 2022-02-22 | 1 | -7/+8 |
| | | |||||
| * | Removed using enum statements. | Per Larsson | 2022-02-22 | 1 | -9/+5 |
| | | |||||
| * | Changed log level. | Per Larsson | 2022-02-21 | 1 | -1/+1 |
| | | |||||
| * | Added unhandled switch in websocket client. | Per Larsson | 2022-02-21 | 1 | -0/+4 |
| | | |||||
| * | Added unhandled switch enumerations. | Per Larsson | 2022-02-21 | 1 | -0/+6 |
| | | |||||
| * | Added missing parens around sizeof. | Per Larsson | 2022-02-21 | 1 | -1/+1 |
| | | |||||
| * | Initial support for websockets. | Per Larsson | 2022-02-21 | 2 | -0/+1761 |
| |\ | |||||
| | * | Removed optional offset for GetView. | Per Larsson | 2022-02-21 | 1 | -1/+1 |
| | | | |||||
| | * | Added option to enable websockets. | Per Larsson | 2022-02-21 | 2 | -29/+30 |
| | | | |||||
| | * | Refactored websocket message. | Per Larsson | 2022-02-21 | 2 | -211/+461 |
| | | | |||||
| | * | Basic websocket service and test. | Per Larsson | 2022-02-18 | 2 | -54/+213 |
| | | | |||||
| | * | Web socket client is shared between I/O thead and client. | Per Larsson | 2022-02-18 | 2 | -112/+127 |
| | | | |||||
| | * | 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 |
| |\ | | | | | Adjust buffer sizes and use SIO_LOOPBACK_FAST_PATH on Windows | ||||
| | * | 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 ↵ | Stefan Boberg | 2022-02-02 | 1 | -0/+4 |
| | | | | | | | | | listening to localhost only | ||||
| * | | 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 |
| | |\ \ \ \ | |||||