| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | msvc: set warning level to /W4 globally | 2023-09-03 | 1 | -3/+3 | |
| | | | | | And fix a bunch of warnings | ||||
| * | Run clang-format to fix all. | 2023-04-19 | 1 | -1/+2 | |
| | | |||||
| * | Fix formatting. | 2023-04-19 | 1 | -2/+2 | |
| | | |||||
| * | Allow passing `bind_address` to dedicated room. | 2023-04-19 | 1 | -2/+11 | |
| | | |||||
| * | dedicated_room: fix token padding ... | 2022-09-10 | 1 | -2/+12 | |
| | | | | | | | | ... mebedtls' base64 routine has a strange behavioral issue where if the input is invalid, it will not report it as invalid, but rather returning a bunch of garbage data. This new round-tripping padding method should eliminate such issue. | ||||
| * | ldn: Initial implementation | 2022-09-09 | 1 | -1/+2 | |
| | | |||||
| * | Address review comments | 2022-09-02 | 1 | -6/+1 | |
| | | |||||
| * | dedicated_room: Correctly handle token decoding | 2022-08-27 | 1 | -0/+12 | |
| | | | | | | | Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com> | ||||
| * | yuzu_room: Remove dependency on core | 2022-08-27 | 1 | -1/+1 | |
| | | |||||
| * | core: network: Address review comments | 2022-08-15 | 1 | -0/+375 | |