Commit graph

71 commits

Author SHA1 Message Date
Jimmy Zelinskie a14d108202 readme: add CONTRIBUTING.md 2016-03-30 01:21:53 -04:00
Jimmy Zelinskie 6461e28b0f readme: clean up usecase wording 2016-03-30 00:45:59 -04:00
Jimmy Zelinskie ce49b2e35e Merge branch 'middleware-refactor' of github.com:chihaya/chihaya into middleware-refactor 2016-03-30 00:39:10 -04:00
Jimmy Zelinskie 3cf868ce56 README: add prod use cases 2016-03-30 00:38:57 -04:00
Jimmy Zelinskie b61aa4ffd8 travis: remove coveralls
At the moment, this is just too much of a hack getting coverage for all
packages.
2016-03-30 00:20:51 -04:00
Jimmy Zelinskie dfcc04b38b readme: basic getting started
[skip ci]
2016-03-05 11:09:35 -05:00
Jimmy Zelinskie 47f85ec961 readme: add coveralls badge 2016-03-02 21:05:33 -05:00
Jimmy Zelinskie 2771faf9fe readme: initial 2016-03-02 21:05:32 -05:00
Jimmy Zelinskie 5c27c960f0 clean the slate! 2016-03-02 21:05:30 -05:00
Jimmy Zelinskie 9825a69ac7 dockerfile: change entrypoint to allow args 2016-01-13 16:14:54 -05:00
Jimmy Zelinskie cb161daca1 dockerfile: add port range and log level 2016-01-13 16:14:54 -05:00
Jimmy Zelinskie 82459297a4 add support for jwt validation of infohashes 2016-01-13 16:14:54 -05:00
Jimmy Zelinskie 18e1599759 refresh readme to include docker 2015-10-25 15:31:24 -04:00
Jimmy Zelinskie 071dc50769 travis: update to Go 1.5 2015-08-19 13:49:03 -04:00
Justin Li 97cb3c7cb6 readme: Fix installation command 2015-07-12 21:13:19 -04:00
Jimmy Zelinskie 641ab1fc82 readme: add license badge 2015-06-30 21:39:25 -04:00
Demonii d2e2d551ec Update the installation instructions
The instructions were outdated from when the godep were removed and also there were typos/inconsistency in paths. Should be fx now.
2015-06-27 17:12:17 +12:00
Justin Li f3b264dd53 docs: Fix link to configuration.md 2015-03-24 00:41:52 -04:00
Justin Li eefbe64da6 docs: Break out config docs into a separate file 2015-03-24 00:38:20 -04:00
Justin Li 6490c8f51d docs: Add create_on_announce to list of config keys 2015-03-24 00:32:59 -04:00
Justin Li f083bb8477 docs: Start reformatting config documentation 2015-03-24 00:29:32 -04:00
Jimmy Zelinskie 1deca5fd5e readme: add godoc, docker badges
[ci skip]
2015-03-22 18:42:21 -04:00
Justin Li ac04761e40 readme: Add note about 64-bit being required 2015-02-20 21:00:22 -05:00
Justin Li c41769eb85 readme: Update wording 2015-02-19 20:00:25 -05:00
Jimmy Zelinskie 0d3b5c83fe README: testing subheader of build/install
[ci skip]
2015-02-17 13:21:25 -05:00
Justin Li 46c72ddbb4 Add basic overview of configuration keys 2015-02-17 01:49:53 -05:00
Justin Li da1528eeb8 build: Run Go 1.4 on travis 2015-01-29 12:14:01 -05:00
Jimmy Zelinskie 9a4f1a5d2d docs: attempt to keep README within 80 chars
[skip ci]
2015-01-28 23:26:03 -05:00
Jimmy Zelinskie dd2c1e95fc docs: move contributing info into CONTRIBUTING.MD 2015-01-28 23:06:22 -05:00
Jimmy Zelinskie 88df5e2c74 docs: move driver docs into backend/README.md 2015-01-28 22:51:09 -05:00
Jimmy Zelinskie 051a3ce26d Fix missing dir in clone step of install instructs
[ci skip]
2014-11-09 17:56:56 -05:00
Jimmy Zelinskie bbf85de692 Rewrite README and include new godep instructions.
[ci skip]
2014-10-27 23:20:09 -04:00
James McGuire b47dde4043 corrected link to example_config.json in README.md 2014-10-02 10:09:20 -07:00
Jimmy Zelinskie 1d9b2bc322 First step towards removing Tracker Driver.
This feature isn't worth maintaining and if anyone needs to scale beyond
memory on a single box, we can evaluate it then.
2014-08-13 17:45:34 -04:00
Justin Li dfc31495b7 Fix splitting for IPv6 RemoteAddrs 2014-07-24 17:02:28 -04:00
Justin Li 4d906cf095 Add benchmark info to the README
[ci skip]
2014-07-24 00:04:29 -04:00
Jimmy Zelinskie 25e7ea98d5 add customizing section to readme 2014-07-23 23:45:53 -04:00
Justin Li 9292900afc Update readme to include new features 2014-07-23 15:43:15 -04:00
Justin Li 19f03499a2 Fix wording in a couple comments 2014-07-17 13:43:35 -04:00
Justin Li d219341c26 Add new option to the example config, and update README 2014-07-17 01:49:41 -04:00
Justin Li f8047ef8ab Reorganize main package structure per discussion 2014-07-16 20:33:38 -04:00
Justin Li 019bb449b5 Add instructions for how to import custom drivers 2014-07-16 19:46:50 -04:00
Jimmy Zelinskie d2ba9fb9f7 repurpose drivers from mock to no-op and memory 2014-07-15 00:22:04 -04:00
Justin Li fb1df95366 Use new Travis badge URL 2014-07-06 18:08:55 -04:00
Justin Li e86ff58b44 Add note about Go 1.3+ and link to the doc about code organization 2014-07-06 17:09:37 -04:00
b0unce 7c94d0ea35 Add example configuration and update README 2013-12-10 13:31:17 +00:00
Jimmy Zelinskie 76f03e209f rm driver deps 2013-12-02 05:00:28 -05:00
Justin Li 7318a9c84a Switch links to subproject repos 2013-11-30 23:04:02 -05:00
Justin Li 4e4e2f7bac More renaming 2013-11-30 22:41:11 -05:00
Jimmy Zelinskie cf36519c5e remove references to "cache" from readme [ci skip] 2013-11-24 00:00:30 -05:00