2020-06-02 11:21 | Fix a few warnings | Willy Goiffon | 1 | +10 | -6 |
2020-06-02 11:20 | Add mkfile for compilation with plan9 mk | Willy Goiffon | 2 | +27 | -3 |
2020-06-02 11:20 | Rename MANDIR to MANPREFIX | Willy Goiffon | 2 | +4 | -4 |
2020-06-02 09:01 | Provide more meaningful examples in the manpage | Willy Goiffon | 1 | +26 | -15 |
2020-06-02 08:44 | Fix off-by-one error to remove trailing "/" | Willy Goiffon | 1 | +2 | -2 |
2020-06-02 08:06 | Provide better explanations in the README | Willy Goiffon | 1 | +10 | -8 |
2020-06-02 07:50 | Update README to be more concise | Willy Goiffon | 1 | +38 | -122 |
2020-06-02 07:49 | Update manpage example to showcase path on STDIN | Willy Goiffon | 1 | +1 | -1 |
2020-04-30 08:59 | Update README | Willy Goiffon | 1 | +23 | -40 |
2020-04-20 14:05 | Fix segmentation fault in basename() | Willy Goiffon | 1 | +1 | -1 |
2020-03-13 11:00 | Fix binary operation precedence issue | Willy Goiffon | 1 | +1 | -1 |
2020-03-13 10:04 | Add -l flag to list numeric values of events | Willy Goiffon | 2 | +23 | -3 |
2020-03-12 18:36 | Document -a flag in manpage | Willy Goiffon | 1 | +4 | -1 |
2020-03-12 18:30 | Ignore hidden inodes by default | Willy Goiffon | 1 | +17 | -2 |
2020-03-04 14:08 | Read path from stdin when none provided | Willy Goiffon | 2 | +24 | -1 |
2020-03-04 14:05 | Cosmetic changes for if/else statement | Willy Goiffon | 1 | +1 | -3 |
2020-03-04 14:03 | Include *_SELF events in default mask | Willy Goiffon | 2 | +2 | -2 |
2020-03-04 13:13 | Treat IN_IGNORED as any other event | Willy Goiffon | 1 | +7 | -10 |
2020-03-02 14:55 | Update manpage according to latest changes | Willy Goiffon | 1 | +34 | -42 |
2020-03-02 14:42 | Change watcher flag to -w | Willy Goiffon | 1 | +2 | -2 |
2020-03-02 14:01 | Run specified command on triggered events | Willy Goiffon | 1 | +19 | -2 |
2020-03-02 13:59 | Pass current watcher in wdpath() | Willy Goiffon | 1 | +2 | -4 |
2020-03-02 13:58 | Free the malloc(), and ignore expected ENOTDIR error | Willy Goiffon | 1 | +8 | -2 |
2020-02-28 19:23 | Add flag to only monitor directories | Willy Goiffon | 1 | +10 | -3 |
2020-02-28 19:20 | Change default mask to events about filesystem change | Willy Goiffon | 1 | +2 | -1 |
2020-02-28 19:01 | Reset verbosity to 0 by default | Willy Goiffon | 1 | +1 | -1 |
2020-02-28 19:01 | Add flag to watch directories recursively | Willy Goiffon | 1 | +16 | -2 |
2020-02-28 18:52 | Prevent exiting too early when removing a watcher | Willy Goiffon | 1 | +0 | -1 |
2020-02-28 18:13 | Store inode path as passed on the command line | Willy Goiffon | 1 | +5 | -2 |
2020-02-28 18:10 | Remove unused listwatcher() function | Willy Goiffon | 1 | +0 | -12 |
2020-02-28 17:05 | Rewrite body to use SLIST from queue.h | Willy Goiffon | 3 | +686 | -193 |
2019-07-01 09:05 | Update contact information | Willy Goiffon | 2 | +2 | -2 |
2017-04-20 11:42 | Use implicit rules in makefile | z3bra | 2 | +12 | -16 |
2016-04-29 18:14 | Replace execvpe() call with execvp() | z3bra | 1 | +1 | -14 |
2016-02-01 18:48 | Rename MANPREFIX to MANDIR | z3bra | 2 | +3 | -3 |
2016-02-01 12:45 | Rewrite wendy.1 using mdoc format | z3bra | 1 | +114 | -148 |
2016-01-31 19:02 | Remove del_node() function for simplicity sake | z3bra | 2 | +3 | -21 |
2016-01-31 15:52 | Keep watching files sending IN_IGNORED | z3bra | 1 | +33 | -16 |
2016-01-31 15:25 | Code cleanup | z3bra | 1 | +12 | -15 |
2016-01-31 15:21 | Make wendy export environment variables | z3bra | 1 | +34 | -11 |
2016-01-31 15:06 | Cleanup makefile | z3bra | 2 | +13 | -21 |
2016-01-31 15:02 | Relicense wendy under ISC | z3bra | 2 | +13 | -30 |
2016-01-31 14:18 | Make invocation simpler and more robust | z3bra | 2 | +96 | -28 |
2015-06-14 22:12 | added double forking to avoid zombie children | z3bra | 1 | +9 | -2 |
2015-04-14 21:06 | Merge branch 'bocxorocx-master' | z3bra | 2 | +153 | -0 |
2015-04-14 21:00 | Gave more specific examples in the manpage | z3bra | 1 | +73 | -30 |
2015-04-14 20:13 | Manual page installation | a bocx of rocx | 1 | +2 | -0 |
2015-04-14 16:07 | Manual page | a bocx of rocx | 1 | +108 | -0 |
2015-03-30 19:09 | fixed a typo in the README | z3bra | 1 | +1 | -1 |
2015-03-30 19:07 | updated README to reflect new features | z3bra | 1 | +20 | -19 |
2015-03-30 19:07 | fixed filename output to prepend directory when specified | z3bra | 1 | +4 | -4 |
2015-03-30 18:43 | formatting: 4 spaces -> 8 tabs | z3bra | 1 | +188 | -194 |
2015-03-30 18:43 | now read filenames from stdin | z3bra | 1 | +33 | -3 |
2015-03-27 21:51 | use TAB as a delimiter | z3bra | 1 | +2 | -2 |
2015-03-27 19:09 | wendy can now watch multiple files at the same time | z3bra | 1 | +92 | -46 |
2014-07-16 11:11 | Merge branch 'master' of git.z3bra.org:wendy | z3bra | 1 | +82 | -0 |
2014-07-16 06:30 | Be quiet by default. Replaced -q with -v | z3bra | 1 | +7 | -8 |
2014-03-10 07:45 | Fixed typos in README | z3bra | 1 | +8 | -7 |
2014-03-10 07:35 | Merge branch 'master' of z3bra.org:wendy | z3bra | 1 | +21 | -9 |
2014-03-10 07:35 | Added a FAQ to the README | z3bra | 1 | +81 | -0 |
2014-02-16 21:11 | Added 3 more events to list_events | z3bra | 1 | +7 | -3 |
2014-02-16 17:17 | Now recreate the file watch when getting IN_IGNORED event | z3bra | 1 | +14 | -5 |
2014-02-12 16:02 | Fixed command handling | z3bra | 1 | +1 | -2 |
2014-02-12 12:37 | Merge branch 'master' of z3bra.org:wendy | z3bra | 3 | +100 | -18 |
2014-02-12 12:36 | Sanitize makefile | z3bra | 2 | +16 | -14 |
2014-02-12 08:09 | Effectively use the file given as argument | z3bra | 1 | +4 | -4 |
2014-02-11 17:27 | Added more option to view and specify every mask | z3bra | 2 | +86 | -13 |
2014-02-11 16:51 | Simplify a lin in the makefile | z3bra | 1 | +1 | -3 |
2014-02-11 16:13 | Allow watching specific files, or entire directories | z3bra | 1 | +21 | -10 |
2014-02-11 15:35 | Corrected README, you cannot do "-DMC" | z3bra | 1 | +1 | -1 |
2014-02-10 08:58 | Fixed makefile and add sane defaults | z3bra | 2 | +3 | -3 |
2014-02-10 08:55 | Added a README | z3bra | 1 | +24 | -0 |
2014-02-10 08:48 | Changed LICENSE | z3bra | 2 | +24 | -16 |
2014-02-10 08:47 | Improved makefile | z3bra | 1 | +17 | -18 |
2014-02-10 08:18 | Changed flag -d to -f (everything is a file) | z3bra | 1 | +8 | -8 |
2013-08-07 15:30 | hum... formatting ? | Willy Goiffon | 1 | +1 | -1 |
2013-08-02 13:30 | first commit | Willy Goiffon | 2 | +175 | -0 |