Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | Marked a couple of variables 'const'. | Andrew Clayton | 1 | -2/+2 | |
As was pointed out by the cppcheck[0] static code analysis utility we can mark a couple of variables as 'const'. This acts as a hint to the compiler about our intentions and the compiler will tell us when we deviate from them. [0]: https://cppcheck.sourceforge.io/ | |||||
2019-08-20 | Introducing websocket support in router and libunit. | Max Romanov | 1 | -0/+68 | |