Commit Graph

230 Commits

Author SHA1 Message Date
Andrew S. Rightenburg 0dfe7c8ee7 I'm terrible at making UIs. 2023-04-03 16:48:12 -04:00
Andrew S. Rightenburg 9ffc4a83de Added cli binary to debian pkg list 2023-04-03 15:55:19 -04:00
Andrew S. Rightenburg 80a40a8a74 Learning ncurses 2023-04-03 15:46:00 -04:00
Andrew S. Rightenburg cca302385b Adding i386 and arm64 builds 2023-04-02 22:19:22 -04:00
Andrew S. Rightenburg bb8968283c Fixed #13 2023-04-02 14:15:12 -04:00
Andrew S. Rightenburg 1624a2078f Replaced occurrences of long long int with standardized int64_t 2023-04-02 13:30:22 -04:00
Andrew S. Rightenburg a8fddc2ac0 Compiles on clang with std=gnu++17 2023-03-30 21:40:55 -04:00
Andrew S. Rightenburg b81b0ea214 Fixed the manual page for polonius-editor 2023-03-27 14:34:13 -04:00
Andrew S. Rightenburg 216b8672d6 Added Debian packaging 2023-03-27 02:11:50 -04:00
Andrew S. Rightenburg 17403db529 Removed debug output, added verbose option, fixed #12, and updated readme 2023-03-27 01:32:06 -04:00
Andrew S. Rightenburg e71c264fc7 Removed promise of follow_logic. It was going to be far too much complex and difficult code for far too little gain 2023-03-27 01:05:52 -04:00
Andrew S. Rightenburg 7891949dcc Fixed #11 2023-03-27 00:41:31 -04:00
Andrew S. Rightenburg 5e703a84f5 Removed now-unnecessary M$ compensation 2023-03-26 21:06:36 -04:00
Andrew S. Rightenburg d2cc2eacf0 Removed now-unnecessary M$ compensation 2023-03-26 21:05:05 -04:00
Andrew S. Rightenburg 314bdf9152 Patched bug which blocked new file creation 2023-03-26 20:45:41 -04:00
Andrew S. Rightenburg 4a5b2fdc7f Updated readme 2023-03-26 20:38:14 -04:00
Andrew S. Rightenburg 6787fdd7eb Cleaned up includes 2023-03-26 20:20:15 -04:00
Andrew S. Rightenburg 6c3c070d8b Added units to block sizes 2023-03-26 20:10:30 -04:00
Andrew S. Rightenburg cf604bbc62 Fixed #10 - added units to block sizes 2023-03-26 20:09:19 -04:00
Andrew S. Rightenburg 5dee47f787 Added constructor for class file 2023-03-26 18:44:21 -04:00
Andrew S. Rightenburg 00c1cc6812 Added constructor for class file 2023-03-26 18:40:17 -04:00
Andrew S. Rightenburg 8678ad313b Cleaned up conditionals in insert() and remove() 2023-03-26 17:52:47 -04:00
Andrew S. Rightenburg a05a78de1e Removed cout left in from debugging 2023-03-26 17:47:13 -04:00
Andrew S. Rightenburg dfe19fc599 Updated progress bar 2023-03-26 17:46:02 -04:00
Andrew S. Rightenburg f37cf5b06b Finished remove() 2023-03-26 17:44:40 -04:00
Andrew S. Rightenburg 8832c52c74 More progress on remove() 2023-03-26 15:24:50 -04:00
Andrew S. Rightenburg c93b530a49 Removed some nesting, started on remove() 2023-03-26 14:05:32 -04:00
Andrew S. Rightenburg 4499b27962 Fixed #8 - check write permissions before starting 2023-03-26 13:51:33 -04:00
Andrew S. Rightenburg c5394b55eb Patched a silly integer overflow bug 2023-03-26 12:02:54 -04:00
Andrew S. Rightenburg 034076e858 Update end position after processing special chars 2023-03-26 01:18:24 -04:00
Andrew S. Rightenburg 5969bd05da Fixed #9 but I don't like it 2023-03-26 00:18:17 -04:00
Andrew S. Rightenburg 51833758cf Added attribution to fileno function 2023-03-23 16:26:22 -04:00
Andrew S. Rightenburg 81c420e20a Check file length AFTER setting file lock 2023-03-23 16:02:19 -04:00
Andrew S. Rightenburg ea26fd3b4e Fixed #5 by implementing POSIX file locking 2023-03-23 15:27:59 -04:00
Andrew S. Rightenburg 605d69f191 Update readme 2023-03-20 00:31:09 -04:00
Andrew S. Rightenburg 168559a8be Update readme 2023-03-20 00:23:23 -04:00
Andrew S. Rightenburg 8c49fad2c4 Update readme 2023-03-20 00:22:27 -04:00
Andrew S. Rightenburg dcaa498201 Update readme 2023-03-20 00:14:25 -04:00
Andrew S. Rightenburg 04235fd8ea Update readme 2023-03-20 00:13:57 -04:00
Andrew S. Rightenburg d203a98bbd Update readme 2023-03-20 00:07:42 -04:00
Andrew S. Rightenburg 8a46ced2ed Update readme 2023-03-19 23:58:46 -04:00
Andrew S. Rightenburg a7cae41295 Update readme 2023-03-19 23:51:31 -04:00
Andrew S. Rightenburg 1cd42dc0be Update readme 2023-03-19 23:51:03 -04:00
Andrew S. Rightenburg a8742866b1 Update readme 2023-03-19 23:50:02 -04:00
Andrew S. Rightenburg 9f0ae2fcb5 Update readme 2023-03-19 23:49:04 -04:00
Andrew S. Rightenburg 3bf917aee6 Updated readme 2023-03-19 23:43:45 -04:00
Andrew S. Rightenburg 545a4131a8 Updated readme 2023-03-19 23:42:30 -04:00
Andrew S. Rightenburg 77b1b6effe Updated readme to be more self-indulgent 2023-03-19 23:40:05 -04:00
Andrew S. Rightenburg aea0f538d2 Cleaned up a now-unnecessary include 2023-03-19 23:22:57 -04:00
Andrew S. Rightenburg 6595a250f4 Fixed #4 but should really add an option to read in chunks 2023-03-19 23:06:31 -04:00