summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-02-12Update README.mdHEADmainKonstantin Pereiaslov
2024-02-12Update README.mdKonstantin Pereiaslov
2024-02-12Fix wrong number in example in README.mdKonstantin Pereiaslov
2024-01-14Update README.mdKonstantin Pereiaslov
2024-01-08Make errors boldKonstantin Pereiaslov
2024-01-07Update spacing in usage0.5.0Konstantin Pereiaslov
2024-01-07Use comma instead of pipe for separating argument name variationsKonstantin Pereiaslov
2024-01-07Fix error messages when non-numeric value is passed to numeric argumentsKonstantin Pereiaslov
2024-01-07Improve output in case of user errorsKonstantin Pereiaslov
2024-01-07Make getopt error messages red and add binary name to other argument parsing ...Konstantin Pereiaslov
2024-01-07Improve formatting of usageKonstantin Pereiaslov
2024-01-07Mirror changes from readme in --helpKonstantin Pereiaslov
2024-01-07Update README.mdKonstantin Pereiaslov
2024-01-07Update README.mdKonstantin Pereiaslov
2024-01-07README.md improvementsKonstantin Pereiaslov
2024-01-07Update README.mdKonstantin Pereiaslov
2024-01-05Simplify logic in fprintf_errorKonstantin Pereiaslov
2024-01-05Turn polling_interval_ms into a constantKonstantin Pereiaslov
2024-01-05Fix copy-paste errorKonstantin Pereiaslov
2024-01-05Output fopen errors other than file not found even when debug is not onKonstantin Pereiaslov
2024-01-05Additional debug messagesKonstantin Pereiaslov
2024-01-05Add missing fclose() on proc stat fileKonstantin Pereiaslov
2024-01-05Fix that SIGINT and SIGTERM received by runwhenindle were sent to the process...Konstantin Pereiaslov
2024-01-05Check if PID is running before starting to monitorKonstantin Pereiaslov
2024-01-05Remove unused headerKonstantin Pereiaslov
2024-01-05Update README to account for recent updatesKonstantin Pereiaslov
2024-01-04Rework get_child_processes to use array instead of linked listKonstantin Pereiaslov
2024-01-04Update sizeof syntaxKonstantin Pereiaslov
2024-01-04Change default pause method to SIGSTOP for compatibility with more programs o...Konstantin Pereiaslov
2024-01-04Add support of managing an external pidKonstantin Pereiaslov
2024-01-03Improve parsing of /proc/[pid]/stat to better support the format and account ...Konstantin Pereiaslov
2024-01-03Fix failed to parse messageKonstantin Pereiaslov
2024-01-01Automated code formattingKonstantin Pereiaslov
2024-01-01Handle fscanf errorKonstantin Pereiaslov
2024-01-01Make pausing fully recursive, even with multiple levels of processes.Konstantin Pereiaslov
2024-01-01Update switch syntax to delineate blocks with variable declarations in themKonstantin Pereiaslov
2024-01-01Fix passing invalid value to pause-method argument not causing an errorKonstantin Pereiaslov
2023-10-01First version of pausing/resuming recursivelyKonstantin Pereiaslov
2023-09-21Remove unused includeKonstantin Pereiaslov
2023-09-21Pass errno to handle_kill_error rather than reading it there and use strerror...0.4.1Konstantin Pereiaslov
2023-09-21Fix typo in help text0.4.0Konstantin Pereiaslov
2023-09-21Improve help textKonstantin Pereiaslov
2023-09-21Better help text formattingKonstantin Pereiaslov
2023-09-21Fail compilation on gcc warningsKonstantin Pereiaslov
2023-09-21Fix incorrect variable types in debug message stringsKonstantin Pereiaslov
2023-09-21Update README.md - fix typoKonstantin Pereiaslov
2023-09-08Add "Known issues" section to READMEKonstantin Pereiaslov
2023-09-06Newline in READMEKonstantin Pereiaslov
2023-09-05README minor improvementsKonstantin Pereiaslov
2023-09-05Update README and TODO as AUR package now exists.Konstantin Pereiaslov