Commit Graph

6 Commits

Author SHA1 Message Date
Brad Fitzpatrick 896dba2cc8 camsync, client: check size consistency in sync pass too.
Change-Id: I4509f1799bbe578d76b94285309c5ad364311a42
2012-12-23 09:22:25 -08:00
Brad Fitzpatrick 0cc7ec78ed camsync: verbose logging changes
Change-Id: I8169259ce37522b2512e9c1f86841635d7c796f7
2012-12-23 09:00:51 -08:00
Brad Fitzpatrick 392a6649da Make camsync verbose more verbose; echo position every second.
Change-Id: I32fbfc53dd45c5c6870ea2aa3ba68babad32c98b
2012-12-22 15:22:22 -08:00
Brad Fitzpatrick e2d0fd6aa3 camsync: formatting
Change-Id: Idd69072bcc0ec38ee5d0cc4dc8c8f7a74581edf3
2012-12-21 16:41:15 -08:00
mpl a534e02c2d camput: client becomes StatReceiver.
also added ReaderSize function to
guess before reading the size of
a source.

Change-Id: I659e174821696b3c58759b132b82710a49583018
2012-10-11 11:51:12 +02:00
Brad Fitzpatrick 0714a463c9 Update from r60 to [almost] Go 1.
A lot is still broken, but most stuff at least compiles now.

The directory tree has been rearranged now too.  Go libraries are now
under "pkg".  Fully qualified, they are e.g. "camlistore.org/pkg/jsonsign".

The go tool cannot yet fetch from arbitrary domains, but discussion is
happening now on which mechanism to use to allow that.

For now, put the camlistore root under $GOPATH/src.  Typically $GOPATH
is $HOME, so Camlistore should be at $HOME/src/camlistore.org.

Then you can:

$ go build ./server/camlistored

... etc

The build.pl script is currently disabled.  It'll be resurrected at
some point, but with a very different role (helping create a fake
GOPATH and running the go build command, if things are installed at
the wrong place, and/or running fileembed generators).

Many things are certainly broken.

Many things are disabled.  (MySQL, all indexing, etc).

Many things need to be moved into
camlistore.org/third_party/{code.google.com,github.com} and updated
from their r60 to Go 1 versions, where applicable.

The GoMySQL stuff should be updated to use database/sql and the ziutek
library implementing database/sql/driver.

Help wanted.

Change-Id: If71217dc5c8f0e70dbe46e9504ca5131c6eeacde
2012-02-18 21:53:06 -08:00