| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-06-15 | Marked a couple of variables 'const'.archive/constVariable | 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 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 | |
