summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-29Bump version: 3.230 → 3.231v3.231Maxim Devaev
2023-06-29patch fstab to remove /run tmpfsMaxim Devaev
2023-06-28Bump version: 3.229 → 3.230v3.230Maxim Devaev
2023-06-28lint fixMaxim Devaev
2023-06-28new sponsorsMaxim Devaev
2023-06-28Direct usage of setup.py is deprecatedMaxim Devaev
2023-06-28pikvm/pikvm#1037: Fixed building with setuptools 68.0.0Maxim Devaev
2023-06-20refactoringMaxim Devaev
2023-06-20Refactoring merge Method into a New Class & Adding Unit Tests (#137)Adam Outler
2023-06-18fixed pipMaxim Devaev
2023-06-09Bump version: 3.228 → 3.229v3.229Maxim Devaev
2023-06-09web: fixed firefox scrollbar widthMaxim Devaev
2023-06-09pikvm/pikvm#919: Scrollable Web UI menuesMaxim Devaev
2023-06-08pikvm/pikvm#1027: fixed keymap.csv formattingMaxim Devaev
2023-06-07Bump version: 3.227 → 3.228v3.228Maxim Devaev
2023-06-07fixMaxim Devaev
2023-06-07binary keyboard protocolMaxim Devaev
2023-06-07simplified binary expose_ws()Maxim Devaev
2023-06-05Bump version: 3.226 → 3.227v3.227Maxim Devaev
2023-06-05vnc: force absolute usb mouse_outputMaxim Devaev
2023-06-05Bump version: 3.225 → 3.226v3.226Maxim Devaev
2023-06-05kvmd-tc358743: clear edid on stopMaxim Devaev
2023-06-04new sponsorMaxim Devaev
2023-06-04Bump version: 3.224 → 3.225v3.225Maxim Devaev
2023-06-04very effective binary mouse protocolMaxim Devaev
2023-06-02Bump version: 3.223 → 3.224v3.224Maxim Devaev
2023-06-02using short no-pulse gpio formMaxim Devaev
2023-06-02v4 gpio const1Maxim Devaev
2023-06-02using time.monotonic() instead of time.time()Maxim Devaev
2023-06-01Bump version: 3.222 → 3.223v3.223Maxim Devaev
2023-06-01gpio: short for for disabling the pulseMaxim Devaev
2023-06-01gpio: const mode for outputsMaxim Devaev
2023-05-31Bump version: 3.221 → 3.222v3.222Maxim Devaev
2023-05-31removing data=journalMaxim Devaev
2023-05-31sysctl: tune dirty data writeback policies (#135)Juhyung Park
The existing policy sets dirty_background_bytes to 5, which is erroneously too small that incurs write amplification and read starvations. Considering a raspi with 2 GiB of RAM, this is 43 million times smaller than the default Linux policy, which is 10%. Considering that this will be deployed to mostly read-only system with emphasis on data integrity (hence needing tighter data writeback), set this to 256 KiB. Continuing addressing the overly excessive data writeback policies, also bump the dirty_writeback_centisecs from 250ms to 1000ms. Any dirty data written in the past 1 second will be written to the storage. Signed-off-by: Juhyung Park <[email protected]>
2023-05-28Bump version: 3.220 → 3.221v3.221Maxim Devaev
2023-05-28kvmd-bootconfig: improved oled handlingMaxim Devaev
2023-05-27Show first time boot status in oled (#134)srepac
2023-05-27Fix crash on unload (#136)Adam Outler
* Fix crash on unload Within main, exists a `window.beforeunload` handler which brings up the "Are you sure you want to close PiKVM session?" message. When the page is refreshed, the event is `undefined` and, the code which sets the `event.returnValue` to the aforementioned text provides an exception. To reproduce: 1. Open KVMD web 2. Open developer tools to view Console. 3. Interact with the page by clicking the main window. 4. Refresh the page 5. Observe type error in console. This patch checks if the event is defined before attempting to set the `event.returnValue`. Other functions are maintained. * Add space
2023-05-27Bump version: 3.219 → 3.220v3.220Maxim Devaev
2023-05-27copyright updateMaxim Devaev
2023-05-26Bump version: 3.218 → 3.219v3.219Maxim Devaev
2023-05-26avrdude-pikvmMaxim Devaev
2023-05-25Bump version: 3.217 → 3.218v3.218Maxim Devaev
2023-05-25new sponsorsMaxim Devaev
2023-05-04Bump version: 3.216 → 3.217v3.217Maxim Devaev
2023-05-04python 3.11 fixesMaxim Devaev
2023-04-29refactoringMaxim Devaev
2023-04-27Bump version: 3.215 → 3.216v3.216Maxim Devaev
2023-04-27pikvm/pikvm#992: fixed @ keymap priority in en-gb layoutMaxim Devaev