aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi-bin (follow)
Commit message (Collapse)AuthorAge
* get.py: don't import cgiEgor Tensin2021-03-01
| | | | | I only use it for FieldsStorage, and it can be trivially replaced with urllib.parse while being really bad for performance.
* get.py: don't import cgitbEgor Tensin2021-02-28
| | | | It's terrible for performance.
* get.py: add licensing notesEgor Tensin2021-02-28
|
* get.py: run commands in parallel + refactoringEgor Tensin2021-02-28
| | | | | I _thought_ that executing many `systemctl` calls was the performance culprit, but it's not.
* Python server can now be run as rootEgor Tensin2021-02-27
| | | | If run as root, the server queries all the users.
* merge CGI scripts into oneEgor Tensin2021-02-27
|
* add `systemctl --failed` outputEgor Tensin2018-07-10
|
* add reboot/shutdown buttonsEgor Tensin2018-07-05
|
* top: 512 columns-wideEgor Tensin2018-07-03
|
* initial commitEgor Tensin2018-07-03