Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git annex webapp --force forces a restart of the daemon | Joey Hess | 2012-07-26 |
| | | | | Useful for testing.. | ||
* | git annex webapp now opens a browser to the webapp | Joey Hess | 2012-07-25 |
| | | | | Also, starts the assistant if it wasn't already running. | ||
* | better pid file locking code | Joey Hess | 2012-07-02 |
| | |||
* | fix pid file writing | Joey Hess | 2012-06-15 |
| | | | | need to truncate, or part of previous longer pid may be left after writing | ||
* | bugfix | Joey Hess | 2012-06-11 |
| | |||
* | git annex watch --stop | Joey Hess | 2012-06-11 |
| | |||
* | fix pid file locking | Joey Hess | 2012-06-11 |
| | | | | | Ok, that's odd.. opening it before fork breaks the locking. I don't understand why. | ||
* | add a pid file | Joey Hess | 2012-06-11 |
| | | | | | Writes pid to a file. Is supposed to take an exclusive lock, but that's not working, and it's too late for me to understand why. | ||
* | daemonize git annex watch | Joey Hess | 2012-06-11 |