Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-26 | Fixed indentation. | Alejandro Colomar | 1 | -2/+2 | |
Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9, or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them. Found with: $ find src -type f | xargs grep -n '^ [^ ]'; $ find src -type f | xargs grep -n '^ [^ *]'; $ find src -type f | xargs grep -n '^ [^ ]'; $ find src -type f | xargs grep -n '^ [^ *]'; $ find src -type f | xargs grep -n '^ [^ +]'; $ find src -type f | xargs grep -n '^ [^ *+]'; $ find src -type f | xargs grep -n '^ [^ +]'; $ find src -type f | xargs grep -n '^ [^ *+]'; | |||||
2018-04-04 | Style: capitalized letters in hexadecimal literals. | Valentin Bartenev | 1 | -1/+1 | |
2018-02-07 | Style fixes. | Andrey Zelenkov | 1 | -5/+5 | |
2017-07-18 | Fixed building by Clang. | Igor Sysoev | 1 | -1/+1 | |
2017-07-18 | Work queue thread assertions. Reset thread after fork. | Max Romanov | 1 | -3/+4 | |
2017-07-07 | Work queue thread safety checks for DEBUG build. | Max Romanov | 1 | -0/+2 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -2/+2 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -40/+14 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -15/+29 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+137 | |