| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-13 | cleanup | Paul Buetow | |
| 2026-02-13 | Revert "Replace Perl threads with fork() for multi-host monitoring" | Paul Buetow | |
| This reverts commit 79627ce3c419a6a6d6e03c83e7c62333b60345d8. | |||
| 2026-02-13 | Replace Perl threads with fork() for multi-host monitoring | Paul Buetow | |
| Major refactoring to fix SDL threading crashes on modern Linux with sdl12-compat. Perl threads are incompatible with SDL 1.2 compatibility layer, causing segfaults in TTF_RenderText_Solid. Changes: - Replace threads::create with fork() for process-based concurrency - Implement IPC using pipes instead of threads::shared memory - Add read_from_processes() to handle pipe-based data transfer - Update signal handling for SIGTERM and SIGUSR1 in child processes - Remove all :shared attributes from variables - Update process termination to use waitpid() instead of thread joins This allows loadbars to monitor multiple remote hosts simultaneously without SDL threading conflicts. Each host runs in its own forked process with completely separate memory space. Tested successfully with 3 remote hosts on Fedora 43. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||
| 2026-02-13 | Convert POD documentation to Markdown and migrate to Justfile | Paul Buetow | |
| - Convert all POD files to Markdown format - Replace Makefile with justfile for build automation - Remove deprecated Debian packaging files and related directories - Update copyright year from 2013 to 2026 in Constants.pm and loadbars - Remove obsolete docs directory (bugs, wishlist, and generated files) - Fix sum() function in Utils.pm to handle undef values properly | |||
| 2021-05-01 | fix URIs | Paul Buetow | |
| 2013-07-10 | New release0.7.1 | Paul Buetow | |
| 2013-07-10 | it"s now possible to resize the window via mouse | Paul Buetow | |
| 2013-06-19 | change standard window size | Paul Buetow | |
| 2013-06-19 | change standard window size | Paul Buetow | |
| 2013-06-19 | change year | Paul Buetow | |
| 2013-06-17 | better thread exit | Paul Buetow | |
| 2013-06-17 | quick commit | Paul Buetow | |
| 2013-06-17 | Threads dont terminate abnormally anymore | Paul Buetow | |
| 2013-06-17 | some stuff | Paul Buetow | |
| 2013-06-17 | remove fonts | Paul Buetow | |
| 2013-04-19 | use SDL::delay instead of usleep | Paul Buetow | |
| 2013-04-19 | initial TTF | Paul Buetow | |
| 2013-04-14 | add profiling target | Paul Buetow | |
| 2013-04-14 | intial working version for debian wheezy. fonts are not yet working | Paul Buetow | |
| 2012-07-11 | run perltidy | Paul Buetow | |
| 2012-07-11 | fix help | Paul Buetow | |
| 2012-07-11 | improve documentation and help | Paul Buetow | |
| 2012-07-11 | improve documentation and help | Paul Buetow | |
| 2012-07-11 | remove --factor switch | Paul Buetow | |
| 2012-07-07 | quick commit | Paul Buetow | |
| 2012-07-04 | change some text stuff | pbuetow | |
| 2012-07-04 | redraw brackground on net int change | pbuetow | |
| 2012-07-04 | perltidy | pbuetow | |
| 2012-07-04 | add some nice features and tweaks | pbuetow | |
| 2012-07-04 | : | pbuetow | |
| 2012-07-04 | mem togle hk is now 2 and net togle is 3 | pbuetow | |
| 2012-07-04 | add new hotkeys for increase and decrease net interface speed reference value | pbuetow | |
| 2012-07-04 | introduce linkspeed param | pbuetow | |
| 2012-07-02 | foo | pbuetow | |
| 2012-07-02 | extended toggle messages, initial netusepeak param | pbuetow | |
| 2012-07-02 | fix a bug | pbuetow | |
| 2012-06-29 | dealing with numbers | pbuetow | |
| 2012-06-29 | fixing network overrun bug | pbuetow | |
| 2012-06-29 | rudimentary netstats work now | pbuetow | |
| 2012-06-28 | add interface name to net txt display | pbuetow | |
| 2012-06-28 | we have now text display for net bars, incoming traffics bar comes from top, ↵ | pbuetow | |
| outgoing traffics bar comes from bottom | |||
| 2012-06-26 | foo | pbuetow | |
| 2012-06-26 | semantik error | pbuetow | |
| 2012-06-26 | add gbit link speed for netstats. add --netint param to specify the network ↵ | Paul Buetow | |
| interface | |||
| 2012-06-24 | dont save "title" to loadbarsrc | Paul Buetow | |
| 2012-06-24 | cleanup | Paul Buetow | |
| 2012-06-24 | introduce net avg hotkeys | Paul Buetow | |
| 2012-06-24 | max cpu peak bar works again | Paul Buetow | |
| 2012-06-24 | optimization | Paul Buetow | |
| 2012-06-24 | some refactoring/renaming of functions | Paul Buetow | |
