index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
pidfile
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/pidfile: implement Read()
Sebastiaan van Stijn
2022-11-04
2
-11
/
+137
*
pkg/pidfile: Write(): don't automatically create parent directories
Sebastiaan van Stijn
2022-11-04
1
-5
/
+0
*
pkg/pidfile: Write(): take pid as argument
Sebastiaan van Stijn
2022-11-04
2
-4
/
+16
*
pkg/pidfile, pkg/process: use single implementation for process alive
Sebastiaan van Stijn
2022-11-04
4
-63
/
+2
*
pkg/pidfile: remove PIDFile type, rename New() to Write()
Sebastiaan van Stijn
2022-10-15
2
-42
/
+11
*
pkg/pidfile: reduce cyclomatic complexity, and small optimisation
Sebastiaan van Stijn
2022-10-15
1
-6
/
+4
*
pkg/pidfile: don't ignore all errors when reading file
Sebastiaan van Stijn
2022-10-15
1
-6
/
+11
*
pkg/pidfile: pkg/pidfile: use strconv instead of fmt.Sprintf(), and unconvert
Sebastiaan van Stijn
2022-10-15
1
-2
/
+2
*
pkg/pidfile: replace uses of windows.Close() with windows.CloseHandle()
Sebastiaan van Stijn
2022-10-09
1
-1
/
+1
*
pkg/pidfile: windows: replace magic consts for golang.org/x/sys consts
Sebastiaan van Stijn
2022-10-09
1
-8
/
+13
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
2
-5
/
+3
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
2
-0
/
+2
*
Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()
Sebastiaan van Stijn
2019-08-08
1
-1
/
+1
*
Add canonical import comment
Daniel Nephin
2018-02-05
5
-5
/
+5
*
[project] change syscall to /x/sys/unix|windows
Christopher Jones
2017-07-11
2
-6
/
+8
*
LCOW: Create layer folders with correct ACL
John Howard
2017-06-20
1
-1
/
+1
*
pkg: return directly without ifs where possible
unclejack
2016-12-13
2
-9
/
+2
*
mkdirall on the PID file path
John Howard
2016-10-25
1
-0
/
+7
*
make pkg pidfile support darwin
allencloud
2016-08-01
2
-1
/
+19
*
Windows: don't overwrite PID file if process exists
John Starks
2016-04-18
4
-3
/
+47
*
fix pidfile, pid is num use '/proc + string(pid)' can't found it
mingqing
2016-01-14
1
-3
/
+5
*
Lint on pkg/* packages
Vincent Demeester
2015-07-27
2
-7
/
+13
*
Remove redundant log in pkg/pidfile/pidfile.go
Lei Jitang
2015-05-15
1
-2
/
+0
*
Remove engine mechanism
Antonio Murdaca
2015-04-30
1
-5
/
+5
*
Moved pidfile from utils to pkg
Rick Wieman
2015-03-24
2
-0
/
+76