Files
etcd/pkg
Anthony Romano 7397e14c0a fileutil, wal: refactor file locking
File lock interface was more verbose than it needed to be while
simultaneously making it difficult to support systems (e.g., Windows)
that only permit locked writes on a single fd holding the lock.
2016-03-16 15:02:15 -07:00
..
2016-02-29 15:20:30 -08:00
2015-11-17 20:54:10 -08:00
2015-11-17 20:54:10 -08:00
2015-11-17 20:54:10 -08:00
2016-02-21 20:36:44 -08:00
2016-01-29 16:01:19 +09:00
2016-02-11 15:21:33 -08:00
2016-01-31 21:42:39 -08:00
2016-01-31 21:42:39 -08:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.