Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-04-27 | web: focus on text area after opening pak menu | Maxim Devaev | |
2023-04-26 | Bump version: 3.214 → 3.215v3.215 | Maxim Devaev | |
2023-04-26 | v4: 1080p60 is a native resolution now | Maxim Devaev | |
2023-04-25 | Bump version: 3.213 → 3.214v3.214 | Maxim Devaev | |
2023-04-25 | reduced max scroll rate | Maxim Devaev | |
2023-04-25 | option for cumulative scrolling mode | Maxim Devaev | |
2023-04-25 | refactoring, reverted mouse scroll mode | Maxim Devaev | |
2023-04-25 | Add scroll rate slider, with proper pug support (#131) | Adam Outler | |
2023-04-20 | testenv: libgpiod from the repo | Maxim Devaev | |
2023-04-20 | Bump version: 3.212 → 3.213v3.213 | Maxim Devaev | |
2023-04-20 | ldap auth: tls support | Maxim Devaev | |
2023-04-19 | ldap auth module | Maxim Devaev | |
2023-04-16 | refactoring | Maxim Devaev | |
2023-04-13 | Bump version: 3.211 → 3.212v3.212 | Maxim Devaev | |
2023-04-13 | Update kvmd-certbot: fix cp -a to catch dotfiles (#127) | vipergts450 | |
Second pull request for this bug. Apparently, in bash `cp -a <dir>/*` ignores dotfiles, which are often how authfiles get named, notably as per the documentation for SSL cert management for certbot plugins in the PiKVM Wiki. Using `cp -a <dir>/.` instead should catch dotfiles and all files and subdirectories correctly. | |||
2023-04-13 | lint fixes | Maxim Devaev | |
2023-04-13 | Remove unused items (#128) | Adam Outler | |
* Remove unused items These items are called out as inactive or removed from pylint. * Allow inspection of additional packages By adding these package inspections, the pylint warnings are reduced. This brings us to a smaller list of items which do not comply with current PEPs. https://hackedyour.info/58KO86fiiL4wiV5r * Lint problems discussed with lead * Add comma to end of line | |||
2023-03-29 | Bump version: 3.210 → 3.211v3.211 | Maxim Devaev | |
2023-03-29 | new sponsor | Maxim Devaev | |
2023-03-29 | Update kvmd-certbot (#125) | vipergts450 | |
2023-03-26 | Bump version: 3.209 → 3.210v3.210 | Maxim Devaev | |
2023-03-26 | pikvm/pikvm#957: Added ESTABLISHED,RELATED rule to otgnet | Maxim Devaev | |
2023-03-23 | Bump version: 3.208 → 3.209v3.209 | Maxim Devaev | |
2023-03-23 | pikvm/pikvm#947: Fixed missing XK_EuroSign | Maxim Devaev | |