summaryrefslogtreecommitdiff
path: root/pkg/pidfile
Commit message (Expand)AuthorAgeFilesLines
* pkg/pidfile: implement Read()Sebastiaan van Stijn2022-11-042-11/+137
* pkg/pidfile: Write(): don't automatically create parent directoriesSebastiaan van Stijn2022-11-041-5/+0
* pkg/pidfile: Write(): take pid as argumentSebastiaan van Stijn2022-11-042-4/+16
* pkg/pidfile, pkg/process: use single implementation for process aliveSebastiaan van Stijn2022-11-044-63/+2
* pkg/pidfile: remove PIDFile type, rename New() to Write()Sebastiaan van Stijn2022-10-152-42/+11
* pkg/pidfile: reduce cyclomatic complexity, and small optimisationSebastiaan van Stijn2022-10-151-6/+4
* pkg/pidfile: don't ignore all errors when reading fileSebastiaan van Stijn2022-10-151-6/+11
* pkg/pidfile: pkg/pidfile: use strconv instead of fmt.Sprintf(), and unconvertSebastiaan van Stijn2022-10-151-2/+2
* pkg/pidfile: replace uses of windows.Close() with windows.CloseHandle()Sebastiaan van Stijn2022-10-091-1/+1
* pkg/pidfile: windows: replace magic consts for golang.org/x/sys constsSebastiaan van Stijn2022-10-091-8/+13
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-5/+3
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()Sebastiaan van Stijn2019-08-081-1/+1
* Add canonical import commentDaniel Nephin2018-02-055-5/+5
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-112-6/+8
* LCOW: Create layer folders with correct ACLJohn Howard2017-06-201-1/+1
* pkg: return directly without ifs where possibleunclejack2016-12-132-9/+2
* mkdirall on the PID file pathJohn Howard2016-10-251-0/+7
* make pkg pidfile support darwinallencloud2016-08-012-1/+19
* Windows: don't overwrite PID file if process existsJohn Starks2016-04-184-3/+47
* fix pidfile, pid is num use '/proc + string(pid)' can't found itmingqing2016-01-141-3/+5
* Lint on pkg/* packagesVincent Demeester2015-07-272-7/+13
* Remove redundant log in pkg/pidfile/pidfile.goLei Jitang2015-05-151-2/+0
* Remove engine mechanismAntonio Murdaca2015-04-301-5/+5
* Moved pidfile from utils to pkgRick Wieman2015-03-242-0/+76