Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prefork, move modules to global | Alex Xu (Hello71) | 2021-02-07 | 1 | -10/+17 |
| | | | | turns out this actually uses less memory due to less COW | ||||
* | systemd: improve sandboxing | Alex Xu (Hello71) | 2020-11-11 | 1 | -1/+2 |
| | | | | SystemCallErrorNumber=EPERM is semantically wrong | ||||
* | README: fix default path | Alex Xu (Hello71) | 2020-11-11 | 1 | -3/+2 |
| | |||||
* | systemdsystemunitdir is not related to libdir | Alex Xu (Hello71) | 2020-11-11 | 1 | -1/+1 |
| | |||||
* | remove User=nobody | Alex Xu (Hello71) | 2020-11-11 | 1 | -1/+0 |
| | | | | | | systemd is correct that services should not be running as nobody. however, it's unreasonable to silently create a new user for this. using systemd sandboxing is probably sufficient. | ||||
* | improve documentation | Alex Xu (Hello71) | 2020-11-11 | 2 | -12/+10 |
| | |||||
* | rebase fixup | Alex Xu (Hello71) | 2020-07-11 | 1 | -0/+1 |
| | |||||
* | add requirements to readme | Alex Xu (Hello71) | 2020-07-11 | 1 | -0/+6 |
| | |||||
* | refactor, re-add max-workers | Alex Xu (Hello71) | 2020-07-11 | 1 | -13/+21 |
| | |||||
* | switch to aiohttp | Alex Xu (Hello71) | 2020-07-11 | 2 | -212/+39 |
| | |||||
* | exclude SqlLexer from guessing | Alex Xu (Hello71) | 2020-03-08 | 1 | -0/+3 |
| | |||||
* | redirect log_message to logging | Alex Xu (Hello71) | 2020-03-08 | 1 | -2/+5 |
| | |||||
* | add lexer info | Alex Xu (Hello71) | 2020-03-08 | 1 | -0/+2 |
| | |||||
* | update documentation | Alex Xu (Hello71) | 2020-03-08 | 2 | -1/+34 |
| | |||||
* | various fixes and optimizations, add README | Alex Xu (Hello71) | 2020-03-08 | 2 | -79/+111 |
| | |||||
* | fix setting style, set request_queue_size=64 | Alex Xu (Hello71) | 2020-03-07 | 1 | -11/+13 |
| | |||||
* | fix service (remove parameters, remove PrivateNetwork) | Alex Xu (Hello71) | 2020-03-07 | 1 | -2/+1 |
| | |||||
* | Initial commit | Alex Xu (Hello71) | 2020-03-06 | 4 | -0/+267 |