Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-29 | Bump version: 3.230 → 3.231v3.231 | Maxim Devaev | |
2023-06-29 | patch fstab to remove /run tmpfs | Maxim Devaev | |
2023-06-28 | Bump version: 3.229 → 3.230v3.230 | Maxim Devaev | |
2023-06-28 | lint fix | Maxim Devaev | |
2023-06-28 | new sponsors | Maxim Devaev | |
2023-06-28 | Direct usage of setup.py is deprecated | Maxim Devaev | |
2023-06-28 | pikvm/pikvm#1037: Fixed building with setuptools 68.0.0 | Maxim Devaev | |
2023-06-20 | refactoring | Maxim Devaev | |
2023-06-20 | Refactoring merge Method into a New Class & Adding Unit Tests (#137) | Adam Outler | |
2023-06-18 | fixed pip | Maxim Devaev | |
2023-06-09 | Bump version: 3.228 → 3.229v3.229 | Maxim Devaev | |
2023-06-09 | web: fixed firefox scrollbar width | Maxim Devaev | |
2023-06-09 | pikvm/pikvm#919: Scrollable Web UI menues | Maxim Devaev | |
2023-06-08 | pikvm/pikvm#1027: fixed keymap.csv formatting | Maxim Devaev | |
2023-06-07 | Bump version: 3.227 → 3.228v3.228 | Maxim Devaev | |
2023-06-07 | fix | Maxim Devaev | |
2023-06-07 | binary keyboard protocol | Maxim Devaev | |
2023-06-07 | simplified binary expose_ws() | Maxim Devaev | |
2023-06-05 | Bump version: 3.226 → 3.227v3.227 | Maxim Devaev | |
2023-06-05 | vnc: force absolute usb mouse_output | Maxim Devaev | |
2023-06-05 | Bump version: 3.225 → 3.226v3.226 | Maxim Devaev | |
2023-06-05 | kvmd-tc358743: clear edid on stop | Maxim Devaev | |
2023-06-04 | new sponsor | Maxim Devaev | |
2023-06-04 | Bump version: 3.224 → 3.225v3.225 | Maxim Devaev | |
2023-06-04 | very effective binary mouse protocol | Maxim Devaev | |
2023-06-02 | Bump version: 3.223 → 3.224v3.224 | Maxim Devaev | |
2023-06-02 | using short no-pulse gpio form | Maxim Devaev | |
2023-06-02 | v4 gpio const1 | Maxim Devaev | |
2023-06-02 | using time.monotonic() instead of time.time() | Maxim Devaev | |
2023-06-01 | Bump version: 3.222 → 3.223v3.223 | Maxim Devaev | |
2023-06-01 | gpio: short for for disabling the pulse | Maxim Devaev | |
2023-06-01 | gpio: const mode for outputs | Maxim Devaev | |
2023-05-31 | Bump version: 3.221 → 3.222v3.222 | Maxim Devaev | |
2023-05-31 | removing data=journal | Maxim Devaev | |
2023-05-31 | sysctl: 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-28 | Bump version: 3.220 → 3.221v3.221 | Maxim Devaev | |
2023-05-28 | kvmd-bootconfig: improved oled handling | Maxim Devaev | |
2023-05-27 | Show first time boot status in oled (#134) | srepac | |
2023-05-27 | Fix 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-27 | Bump version: 3.219 → 3.220v3.220 | Maxim Devaev | |
2023-05-27 | copyright update | Maxim Devaev | |
2023-05-26 | Bump version: 3.218 → 3.219v3.219 | Maxim Devaev | |
2023-05-26 | avrdude-pikvm | Maxim Devaev | |
2023-05-25 | Bump version: 3.217 → 3.218v3.218 | Maxim Devaev | |
2023-05-25 | new sponsors | Maxim Devaev | |
2023-05-04 | Bump version: 3.216 → 3.217v3.217 | Maxim Devaev | |
2023-05-04 | python 3.11 fixes | Maxim Devaev | |
2023-04-29 | refactoring | Maxim Devaev | |
2023-04-27 | Bump version: 3.215 → 3.216v3.216 | Maxim Devaev | |
2023-04-27 | pikvm/pikvm#992: fixed @ keymap priority in en-gb layout | Maxim Devaev | |