Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New dataStore implementation #95

Merged
merged 4 commits into from
Jun 2, 2015
Merged

Conversation

rod-hynes
Copy link
Collaborator

* Based on pure-Go BoltDB
* Initial motivation: failure to build sqlite3 for android with
  recent Go mobile versions (mattn/go-sqlite3#201)
* Set to be used on all but Windows (where sqlite3 is in production)
  for maximum test exposure
* Also implement workaround in controller_test.go
* To conserve data transfer, no longer unconditionally
fetch remote server lists. Fetch now triggered after a
period of failing to establish sufficient tunnels.

* Persist remote server list ETags to avoid redundant
download on subsequent process runs.

* Abort current server candidate iterator after some
period of time in order to reshuffle and incorporate
new servers, after a brief pause.

* More consistent with legacy client behavior.
rod-hynes added a commit that referenced this pull request Jun 2, 2015
New dataStore implementation
@rod-hynes rod-hynes merged commit 8b5cbce into Psiphon-Labs:master Jun 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant