perkeep/pkg/blobserver/localdisk
Brad Fitzpatrick a41269e78e Reindex all dev-server blobs into memindex on restart.
Required some sync work (full syncs on start, blocking full syncs on
start, and also adding a dev-only hack to force a depedency from
search -> sync, to control the handler initialization order, otherwise
publish handlers would race with the sync handler and they'd create
new "blog" and "pics" permanodes and we'd end up with duplicates).
2012-11-07 22:40:17 +01:00
..
dirlock.go localdisk: attempt #3 at fixing queue directory delete/create race. 2012-04-22 17:17:51 -07:00
enumerate.go localdisk: attempt #3 at fixing queue directory delete/create race. 2012-04-22 17:17:51 -07:00
enumerate_test.go Fix a bunch of broken tests, lost in the Go 1 conversion. 2012-03-19 18:44:50 -07:00
generation.go Implement storage generations, init and discovery 2012-11-07 21:14:56 +01:00
localdisk.go Reindex all dev-server blobs into memindex on restart. 2012-11-07 22:40:17 +01:00
localdisk_test.go Fix a bunch of broken tests, lost in the Go 1 conversion. 2012-03-19 18:44:50 -07:00
path.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
path_test.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
receive.go Modification to allow windows build and deployement 2012-10-30 23:17:58 -04:00
receive_posix.go Modification to allow windows build and deployement 2012-10-30 23:17:58 -04:00
receive_windows.go Modification to allow windows build and deployement 2012-10-30 23:17:58 -04:00
stat.go Do a TODO: s/errorIsNoEnt/os.IsNotExist/g 2012-11-07 20:02:34 +01:00