Matt Green
|
ebcb5976ba
|
Use globset for ignore matching; closes #14 and #23
|
2017-01-27 13:00:13 -05:00 |
|
Matt Green
|
ed474ccfe3
|
Update Homebrew instructions
|
2017-01-19 11:35:38 -05:00 |
|
Matt Green
|
fd2d6e364a
|
Add -k to support sending SIGKILL
|
2017-01-16 14:18:38 -05:00 |
|
Matt Green
|
6b7351d45b
|
Remove kill/wait tests as process handling is async now
|
2016-12-20 13:42:39 -05:00 |
|
Matt Green
|
dddc1e8886
|
Fix Windows warnings
|
2016-12-20 13:25:08 -05:00 |
|
Matt Green
|
09448cd91e
|
Fix reap() hanging when child processes are still running
|
2016-12-20 13:21:24 -05:00 |
|
Matt Green
|
171132a722
|
rustfmt & clippy fixes
|
2016-12-20 12:20:21 -05:00 |
|
Matt Green
|
2dd2e72214
|
Update dependencies
|
2016-12-20 11:48:45 -05:00 |
|
Matt Green
|
b2c809c87a
|
SIGCHLD handling
|
2016-12-20 11:44:18 -05:00 |
|
Matt Green
|
a925cb356a
|
Fix sending SIGKILL by default when restarting processes
|
2016-12-19 15:36:59 -05:00 |
|
Matt Green
|
9c65e816da
|
Add -k option to send SIGKILL instead of SIGTERM; closes #31
|
2016-12-19 11:37:20 -05:00 |
|
Matt Green
|
787c31040c
|
Remask received signal after re-raising it
|
2016-12-15 09:41:10 -05:00 |
|
Matt Green
|
154c23a5a4
|
Propagate SIGTSTP/SIGCONT to children
|
2016-12-14 20:19:58 -05:00 |
|
Matt Green
|
ef37a9fb97
|
Add example that uses --; closes #28
|
2016-12-14 19:45:31 -05:00 |
|
Matt Green
|
8797b35926
|
Update README
|
2016-11-23 13:11:25 -05:00 |
|
Matt Green
|
ceda4a553c
|
1.5.0
|
2016-11-23 13:01:51 -05:00 |
|
Matt Green
|
54baf4e384
|
Add process::spawn function
|
2016-11-23 12:59:56 -05:00 |
|
Matt Green
|
98c2698798
|
Document dropped --watch option
|
2016-11-17 08:49:31 -05:00 |
|
Matt Green
|
f768721ca3
|
Remove --watch option, always watch cwd
|
2016-11-17 08:45:55 -05:00 |
|
Matt Green
|
0e9dafffc8
|
Unix: pipe read/write handles EINTR
|
2016-11-16 20:18:46 -05:00 |
|
Matt Green
|
12557d11bf
|
Fix setpgid() racing killpg()/waitpid() in tests
|
2016-11-16 08:55:15 -05:00 |
|
Matt Green
|
e4557e462b
|
Wait for child process, not any child process in group
|
2016-11-15 22:43:51 -05:00 |
|
Matt Green
|
271ef84192
|
CI: Use stable channel on AppVeyor
|
2016-11-15 17:19:15 -05:00 |
|
Matt Green
|
d80eb45d5a
|
CI: try stable Rust release
|
2016-11-15 17:16:40 -05:00 |
|
Matt Green
|
5b2858e6d6
|
Die quietly if exec() fails
|
2016-11-15 17:04:15 -05:00 |
|
Matt Green
|
3bf3086a29
|
Replace before_exec with fork/exec, removing Rust nightly requirement
|
2016-11-15 16:55:29 -05:00 |
|
Matt Green
|
bdce629782
|
Drop size optimizations that require nightly builds
|
2016-11-13 18:34:23 -05:00 |
|
Matt Green
|
0ef334e2a1
|
Size optimizations
|
2016-11-10 19:43:13 -05:00 |
|
Matt Green
|
68960fec9a
|
Style fixes
|
2016-11-09 17:48:38 -05:00 |
|
Matt Green
|
48b0def80d
|
Fix warnings in tests
|
2016-11-09 17:37:35 -05:00 |
|
Matt Green
|
2d2a8cb079
|
rustfmt
|
2016-11-09 17:25:52 -05:00 |
|
Matt Green
|
707fa2e952
|
Windows compilation fixes
|
2016-11-09 17:20:13 -05:00 |
|
Matt Green
|
6523f6edf5
|
Cleanup, initial Windows implementation of interrupt handler
|
2016-11-09 17:00:24 -05:00 |
|
Matt Green
|
cf0a98b7a5
|
Remove use of select!
|
2016-11-09 09:44:00 -05:00 |
|
Matt Green
|
4d03519631
|
Update credits
|
2016-11-08 21:57:09 -05:00 |
|
Matt Green
|
060f301d55
|
Update brew formula
|
2016-11-08 21:53:13 -05:00 |
|
Matt Green
|
9f0c3cd3f8
|
1.4.0
|
2016-11-08 18:02:31 -05:00 |
|
Matt Green
|
0d85d8275a
|
Fix gitignore searching not terminating in some cases; closes #25
|
2016-11-08 17:52:29 -05:00 |
|
Matt Green
|
c416c6082c
|
Merge pull request #26 from craftytrickster/greatest-common-path-refactor
Refactoring get_longest_common_path to be simpler and more efficient
|
2016-11-07 19:36:19 -05:00 |
|
David Raifaizen
|
dfe9dcc338
|
Refactoring get_longest_common_path to be simpler and more efficient
|
2016-11-05 08:42:45 -04:00 |
|
Matt Green
|
370898562d
|
Merge branch 'master' of github.com:mattgreen/watchexec
|
2016-11-03 18:29:39 -04:00 |
|
Matt Green
|
a2e66f179c
|
Upgrade to notify 3; closes #22
|
2016-11-03 17:20:43 -04:00 |
|
Matt Green
|
06bcef5853
|
Use globset in NotificationFilter; closes #24
|
2016-11-03 17:04:39 -04:00 |
|
Matt Green
|
1a028e5788
|
Add crates.io badge
|
2016-11-03 16:33:41 -04:00 |
|
Matt Green
|
9e5eef9c7f
|
1.3.0
|
2016-11-03 16:17:58 -04:00 |
|
Matt Green
|
fb81b9d219
|
Update man page for
|
2016-10-30 13:58:59 -04:00 |
|
Matt Green
|
8f916c495f
|
Apply clippy suggested fixes
|
2016-10-30 12:37:34 -04:00 |
|
Matt Green
|
69eedd4cc5
|
rustfmt fixes
|
2016-10-30 12:28:54 -04:00 |
|
Matt Green
|
d859b4b70e
|
Drop threadpool dep (was spawning threads over and over)
|
2016-10-30 12:28:11 -04:00 |
|
Matt Green
|
2d7715f8d7
|
Merge pull request #20 from craftytrickster/common-prefix
Creating method to update the watch_exec variable with the greatest c…
|
2016-10-30 10:06:40 -04:00 |
|