Leo Balduf
71eb9fb767
storage/config: fix example config, add warning for missing shardCount
2017-05-12 13:16:39 +02:00
Jimmy Zelinskie
cb55019ab8
*: add structured logging
2017-05-07 04:30:22 -04:00
Jimmy Zelinskie
ea0dba3a3d
cmd/chihaya: refactor root run command
...
This change refactors a bunch of the state of execution into its own
object. It also attempts to simplify stopping and adjusts some other
packages to integrate with the stopper interface.
Fixes #309 .
2017-05-01 15:56:38 -04:00
Jimmy Zelinskie
74dde3f362
Merge pull request #284 from jzelinskie/promaf
...
prometheus: record IP AddressFamily
2017-02-03 11:45:56 -05:00
Jimmy Zelinskie
a4b08c021b
mv pkg/stopper pkg/stop
...
This makes most of the callsites stutter slightly less.
2017-02-02 21:09:25 -05:00
Jimmy Zelinskie
0e07b33827
prometheus: record IP AddressFamily
2017-02-02 19:19:33 -05:00
Leo Balduf
102b032c43
udp: fix ordering of scrapes
2017-01-30 13:07:14 +01:00
Leo Balduf
18d7e5d51b
storage: add prometheus to memory implementation
2017-01-25 18:59:10 +01:00
Leo Balduf
3c098c0703
middleware: add sanitization hook
2017-01-20 20:29:59 +01:00
Jimmy Zelinskie
e3e545e22e
stopper: move to pkg package
...
This also adds a package docs for the stopper package.
2016-12-11 21:36:01 -05:00
Leo Balduf
70ceb96313
storage: add TestPeerStore test
2016-11-27 21:43:22 +01:00
Leo Balduf
45a5e632ae
responseHook: always include the announcing peer
...
Fixes #231
Fixes #232
2016-09-29 18:51:05 -04:00
Leo Balduf
97444f08a4
memory: add ScrapeSwarm method
2016-09-08 11:29:36 -04:00
Leo Balduf
b1576da355
storage: add ScrapeSwarm method
2016-09-08 11:28:23 -04:00
Leo Balduf
146fbedb86
general: add missing documentation
...
Fixes #46
2016-09-05 14:58:58 -04:00
Jimmy Zelinskie
fa32839623
replace std log w/ logrus
...
There still needs to be much more logged with the debug level.
2016-09-05 12:10:42 -04:00
Leo Balduf
62f2a095a1
memory: fix garbage collection, add config check
2016-08-17 17:15:54 -04:00
Jimmy Zelinskie
cc6614c474
rename back to chihaya
2016-08-16 22:17:10 -04:00
Jimmy Zelinskie
a553ded043
memory: add max numwant
2016-08-16 22:17:10 -04:00
Jimmy Zelinskie
6fddcb8eea
remove gc from storage, but implement it in memory
2016-08-16 22:17:10 -04:00
Leo Balduf
d3f153c938
close PeerStore after benchmarks
2016-08-16 22:17:10 -04:00
Leo Balduf
94dc902b20
comment/lint clean PeerStore
2016-08-16 22:17:10 -04:00
Leo Balduf
e1cf159d9c
separate IPv4 and IPv6 swarms on by shards
2016-08-16 22:17:10 -04:00
Leo Balduf
6a45107193
make benchmarks parallel, fix memory benchmarks
2016-08-16 22:17:10 -04:00
Jimmy Zelinskie
651ed50957
initial benchmarks. warning: /0 bug
2016-08-16 22:17:10 -04:00
Jimmy Zelinskie
c3137508d0
make new storage pkg with memory impl
2016-08-16 22:17:10 -04:00
Jimmy Zelinskie
3bfb3074b4
overhaul everything
2014-06-23 22:47:43 -04:00
Jimmy Zelinskie
10c980adff
mock.RecordAnnounce() & mock.DeltaHistory()
2014-05-07 09:01:48 -04:00
Jimmy Zelinskie
b32eaebcd6
first pass with linter
2014-05-01 00:30:46 -04:00
Jimmy Zelinskie
e80b17b2ad
initial delta support
2014-02-22 23:47:11 -05:00
Justin Li
140a738162
Fix edge cases for peer ID parsing
...
Fixes #27
2013-12-13 11:19:22 -05:00
Justin Li
fe1a4a6a65
Remove the rest of slots
2013-12-05 20:12:15 -05:00
Jimmy Zelinskie
f9d65db5b0
remove references to "web" in backend driver [skip ci]
2013-12-05 19:55:00 -05:00
Jimmy Zelinskie
76f03e209f
rm driver deps
2013-12-02 05:00:28 -05:00
Justin Li
9c62ca4547
Register the mock driver
2013-11-30 23:16:31 -05:00
Jimmy Zelinskie
a6041dc654
move drivers to dedicated repos
2013-11-30 23:00:20 -05:00
Justin Li
93af4912c4
Move packages to chihaya org
2013-11-30 22:39:02 -05:00
Jimmy Zelinskie
1eac367711
mock interface complete
2013-11-30 00:54:08 -05:00
Jimmy Zelinskie
81b1e4aa4d
initial mock tracker storage
2013-11-27 03:51:19 -05:00
Jimmy Zelinskie
6549f49e26
go fmt [ci skip]
2013-11-24 00:49:20 -05:00
Jimmy Zelinskie
9382ac482e
removed all references to "transaction"
2013-11-23 23:48:38 -05:00
Jimmy Zelinskie
90f8cf23a0
storage/tracker docs updated
2013-11-04 02:41:30 -05:00
Jimmy Zelinskie
d30c35f1d7
web package renamed backend
2013-10-21 03:29:35 -04:00
Jimmy Zelinskie
2cd7f0d22f
package shuffling: models -> storage, old storage -> web
2013-10-04 04:19:43 -04:00
Jimmy Zelinskie
cf53f9554c
initial storage reorganization
2013-10-03 22:10:46 -04:00
Justin Li
7e402b162f
Add interface for loading data from storage
2013-09-06 21:38:56 -04:00
Justin Li
eff8e70cde
Make the batter driver follow the updated storage interface
2013-09-06 19:13:44 -04:00
Justin Li
46280fd97b
Embed *db.Sql into storage/gazelle
2013-09-06 19:08:06 -04:00
Justin Li
afa8abb9ab
Remove the unimplemented batter driver
2013-09-06 19:01:02 -04:00
Justin Li
4687ddde6f
Use strings for the database channels and add handling for torrents
2013-09-06 18:51:15 -04:00