74 Commits (master)

Author SHA1 Message Date
Ashish Kumar Yadav def465d760 Use void for functions with no parameters 3 years ago
Ashish Kumar Yadav 28b7776611 Cleanup before exit 3 years ago
Ashish Kumar Yadav c1ff32f912 Specifically set sigchld handler to SIG_IGN
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/_Exit.html#tag_16_01_03_01
3 years ago
Ashish Kumar Yadav be75f21fd2 Use CLOEXEC for ConnectionNumber(dpy) as well 3 years ago
Ashish Kumar Yadav 56b636492a Use O_CLOEXEC flag instead of ugly hack 3 years ago
Ashish Kumar Yadav 5ee5010a26 Fixed bug - fd of LOCKFILE should be closed before spawn 3 years ago
Ashish Kumar Yadav 92cd084cfe /tmp is volatile, is deleted after 10 days 3 years ago
Ashish Kumar Yadav a99b2b13e3 Fixed exit bugs; check signals getting out of range 3 years ago
Ashish Kumar Yadav 839261d66b Improved out of range handling of interval specification 3 years ago
Ashish Kumar Yadav c265691e73 Improved interval handling 3 years ago
Ashish Kumar Yadav 0e65963446 DELIMITERLENGTH might possibly be set to 0 in future 3 years ago
Ashish Kumar Yadav 801a3de6d7 Fixed subtle bug in and simplified updateblock 3 years ago
Ashish Kumar Yadav dbace38b2a Fixed potential buffer overflow in updatestatus 3 years ago
Ashish Kumar Yadav 9058770bb7 Small improvement in setupsignals 3 years ago
Ashish Kumar Yadav 20395ec3da Improvement in updatestatus 3 years ago
Ashish Kumar Yadav 988dd1e62b Cleanup 3 years ago
Ashish Kumar Yadav 7db0d7ec68 Fixed trivial bugs from last commit 3 years ago
Ashish Kumar Yadav 8f532bd657 Reorganization again 3 years ago
Ashish Kumar Yadav ab48cac19b Reorganization 3 years ago
Ashish Kumar Yadav bc0f134dda Cleanup; further optimization of updatestatus and updateblock 3 years ago
Ashish Kumar Yadav a58b4d6a80 Further optimizations related to updatestatus and updateblock 3 years ago
Ashish Kumar Yadav 07f444980d optimized updatestatus by using library functions 3 years ago
Ashish Kumar Yadav 161e0f5615 updateblock - nullterminate 3 years ago
Ashish Kumar Yadav 452d7850c2 Cleanup 3 years ago
Ashish Kumar Yadav 2c5ba57da2 Bug fix, cleanup; rewrote updatestatus, removed -d 3 years ago
Ashish Kumar Yadav 8c7c4d777b Renamed getcmd to updateblock 3 years ago
Ashish Kumar Yadav 9329d0dfe6 Fixed bug in getcmd 3 years ago
Ashish Kumar Yadav 7e121a6b63 Consistency 3 years ago
Ashish Kumar Yadav d021510bad Major bugfix related to pidfile 3 years ago
Ashish Kumar Yadav 152b3668f7 Bug fix and improvement - nanosleep 3 years ago
Ashish Kumar Yadav 1e61822f8e Added possibility to extend number of clickable blocks 3 years ago
Ashish Kumar Yadav 547bb3d699 sizeof will work for char 3 years ago
Ashish Kumar Yadav b43e93b418 Renamed few variables 3 years ago
Ashish Kumar Yadav cfafed075b A const pointer would be more appropriate 3 years ago
Ashish Kumar Yadav 37557a90bd Improved delimiter handling 3 years ago
Ashish Kumar Yadav c8fc778841 Improved sleep handling in statusloop 4 years ago
Ashish Kumar Yadav a52626ae33 Term handling improvements and refactoring 4 years ago
Ashish Kumar Yadav 01f1481f54 Renamed statusstr to statustext 4 years ago
Ashish Kumar Yadav 6101909568 Changed variable name current to block 4 years ago
Ashish Kumar Yadav d7a9975361 Increased default CMDLENGHTH to 50 4 years ago
Ashish Kumar Yadav b338589399 Improved comments in updatestatus 4 years ago
Ashish Kumar Yadav 448cdeb3d1 Fixed typo in an error info 4 years ago
Ashish Kumar Yadav 365a047960 Improved buttonhandler 4 years ago
Ashish Kumar Yadav ccf5da003a Corrected grammatical error in comments 4 years ago
Ashish Kumar Yadav 06bdc70c73 Comma will be more appropriate - updatestatus 4 years ago
Ashish Kumar Yadav c802081605 Improved and added comments in updatestatus 4 years ago
Ashish Kumar Yadav e0fa5c3700 Small improvement in updatestatus 4 years ago
Ashish Kumar Yadav e6844edbf1 Safeguarded dup2 and close sequence in getcmd 4 years ago
Ashish Kumar Yadav d4a726ad78 Replaced tabs with spaces in macros 4 years ago
Ashish Kumar Yadav 7450d0c537 Made checking for char explicit 4 years ago