perkeep/pkg/blobserver/localdisk
Maxime Lavigne 5a7510c384 Modification to allow windows build and deployement
Webserver were initialized with "tcp" and ":3179" by default and
listenURL assumed that it would be treated as IPv6 and replaced [::]
by localhost. Host that were listening on IPv4 0.0.0.0 didn't get
the modification.

Receive in localdisk were using link that failed on windows plateforms.

Camlistored didn't use Json Marshaling which caused problem with the
way Windows stores its paths.

Change-Id: I9f62f7d46399c3514707383efcb2752dbaf1f420
2012-10-30 23:17:58 -04: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
localdisk.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08: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 Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
util.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00