- 24 Jan, 2015 21 commits
-
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
squash! core/commands: Added progress bars for 'add' Use vendored progress bar lib in 'add'
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
squash! commands/files: Added PeekFile and StatFile interfaces commands/http: Updated test
-
Matt Bell authored
squash! core/commands: Added progress bar to 'cat' Vendored progress bar lib
-
Matt Bell authored
squash! commands: Added Length field to Response commands/http: client: Fixed error on unset length
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Juan Batiz-Benet authored
Add Bootstrap Peers: Mercury, Earth, Venus, Jupiter
-
Juan Batiz-Benet authored
Webui Commands
-
Juan Batiz-Benet authored
fixing fd leaks
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
-
- 23 Jan, 2015 19 commits
-
-
Matt Bell authored
-
Juan Batiz-Benet authored
add periodic bootstrapping
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Many times, a node will start up only to shut down immediately. In these cases, reproviding is costly to both the node, and the rest of the network. Also note: the probability of a node being up another minute increases with uptime. TODO: maybe this should be 5 * time.Minute
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Moved it to its own package to isolate scope.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
s/kademlia calls for makign sure to query all peers we have in our routing table, not just those closest. this helps ensure most queries resolve properly.
-
Juan Batiz-Benet authored
When some queries finished, but we got no result, it should be a simple NotFoundError. Only when every single query ended in error do we externalize those to the client, in case something major is going wrong
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Juan Batiz-Benet authored
Not sure this works. we dont have tests for net diag. We should make some. cc @whyrusleeping.
-