This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
Watch
2
Star
0
Fork
0
You've already forked consul
mirror of
https://github.com/status-im/consul.git
synced
2025-01-09 13:26:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
consul
/
vendor
/
github.com
/
rboyer
/
safeio
History
R.B. Boyer
b989967791
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
..
.gitignore
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
.travis.yml
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
file.go
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
go.mod
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
go.sum
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
LICENSE
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
README.md
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
safeio.go
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (
#7698
)
2020-04-24 17:34:47 -05:00
README.md
Safe I/O
Provides functions to perform atomic, fsync-safe disk operations.