index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Utility
/
Daemon.hs
Commit message (
Expand
)
Author
Age
*
avoid crashing in checkDaemon when fcntl locking is not supported
Joey Hess
2015-11-16
*
update my email address and homepage url
Joey Hess
2015-01-21
*
revert parentDir change
Joey Hess
2015-01-09
*
made parentDir return a Maybe FilePath; removed most uses of it
Joey Hess
2015-01-06
*
fixed all remaining build warnings on Windows
Joey Hess
2014-12-29
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
fix imports for windows
Joey Hess
2014-08-23
*
Windows: Fix locking issue that prevented the webapp starting (since 5.201407...
Joey Hess
2014-07-14
*
Ignore setsid failures.
Joey Hess
2014-06-09
*
qualify comment
Joey Hess
2014-06-09
*
fix windows build
Joey Hess
2014-05-14
*
setsid when running webapp in foreground too
Joey Hess
2014-05-14
*
relicense general utility library code to BSD
Joey Hess
2014-05-10
*
hlint
Joey Hess
2014-04-26
*
windows: Fix start for already running daemon
Joey Hess
2014-02-13
*
windows: Fix daemon pid file locking.
Joey Hess
2014-02-13
*
windows: Fix process termination code.
Joey Hess
2014-02-13
*
cleanup thanks to Utility.PID
Joey Hess
2014-02-11
*
fix windows build (and make --stop work on windows, incidentially)
Joey Hess
2014-02-11
*
remove unimplemented windows stubs
Joey Hess
2014-02-11
*
fix windows build
Joey Hess
2014-01-29
*
change a few renameFile's to rename
Joey Hess
2014-01-29
*
unmask async exceptions after fork
Joey Hess
2013-10-10
*
avoid more build warnings on Windows
Joey Hess
2013-08-04
*
get rid of __WINDOWS__, use mingw32_HOST_OS
Joey Hess
2013-08-02
*
fix a minor fd leak
Joey Hess
2013-05-27
*
fix the day's Windows permissions damage
Joey Hess
2013-05-14
*
fill in a few windows stubs
Joey Hess
2013-05-14
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
stub out POSIX stuff
Joey Hess
2013-05-10
*
assistant: Logs are rotated to avoid them using too much disk space.
Joey Hess
2013-03-01
*
webapp: Now always logs to .git/annex/daemon.log
Joey Hess
2013-01-15
*
finished where indentation changes
Joey Hess
2012-12-13
*
fix "daemon is already running" message display
Joey Hess
2012-11-29
*
make pid file directory
Joey Hess
2012-08-08
*
write pid file even when running in foreground
Joey Hess
2012-08-01
*
git annex webapp --force forces a restart of the daemon
Joey Hess
2012-07-26
*
git annex webapp now opens a browser to the webapp
Joey Hess
2012-07-25
*
better pid file locking code
Joey Hess
2012-07-02
*
fix pid file writing
Joey Hess
2012-06-15
*
bugfix
Joey Hess
2012-06-11
*
git annex watch --stop
Joey Hess
2012-06-11
*
fix pid file locking
Joey Hess
2012-06-11
*
add a pid file
Joey Hess
2012-06-11
*
daemonize git annex watch
Joey Hess
2012-06-11