Commit Graph

302 Commits

Author SHA1 Message Date
Bora M. Alper
9bc5323e66
add misc/staticcheck 2020-11-27 17:56:12 +00:00
Bora M. Alper
8a9b95300a
pkg/persistence refactoring 2020-11-27 17:55:57 +00:00
Bora M. Alper
0a497e8fea
Merge pull request #214 from skobkin/feature_postgresql_support
[Partial] PostgreSQL support for magneticod
2020-11-27 16:50:01 +00:00
Alexey Skobkin
ce393beb5e Implementing write-only part (magneticod) of the PostgreSQL back-end. 2020-11-23 21:46:53 +03:00
Bora M. Alper
202cfc7c5b
fix formatting 2020-04-16 08:59:25 +03:00
Bora M. Alper
57d2a89c3e
Merge pull request #243 from max-b/fix-magneticow-dockerfile
Add libgcc and libstdc++ to final magneticow docker image
2020-04-16 08:35:31 +03:00
Max Bittman
c585f34887 Add libgcc and libstdc++ to final magneticow docker image 2020-02-26 11:30:38 -08:00
Bora M. Alper
606358331d
Merge pull request #241 from anacrolix/issue240
Include file: and escape paths passed through to sqlite3
2020-02-24 18:33:59 +00:00
Matt Joiner
29543dae95 Include file: and escape paths passed through to sqlite3
Fixes #240.
2020-02-24 11:40:00 +11:00
Bora M. Alper
1f654b5404
v.0.11.0 upgrade dependencies 2020-02-22 16:11:42 +00:00
Bora M. Alper
25b3e8a9aa
magneticod: fix database open error logging 2020-02-22 15:57:07 +00:00
Bora M. Alper
5a869e127b
magneticod: fix failing appdirs test on non-linux platforms 2020-02-22 15:54:31 +00:00
Bora M. Alper
a07e880ac5
bump version to v0.10.0 2020-02-22 15:44:02 +00:00
Bora M. Alper
1ca410774d
magneticow: display readme! 2020-02-22 15:42:14 +00:00
Bora M. Alper
9069506acc
magneticod: more conservative default values to prevent misuse 2020-02-22 14:27:21 +00:00
Bora M. Alper
18edea1c80
magneticod: potential improvements to indexing service 2020-02-22 14:26:45 +00:00
Bora M. Alper
58ef12c79d
magneticod: ignore 204 Method Unknown DHT errors 2020-02-22 14:26:17 +00:00
Bora M. Alper
3a99ce5e02
remove depends in docker-compose 2020-02-21 13:20:07 +00:00
Bora M. Alper
04818c5bea
docker-compose add indexer-addr port 1212 fix 2020-02-21 11:50:05 +00:00
Bora M. Alper
9ab62466da
docker-compose add indexer-addr port 1212 2020-02-21 11:48:33 +00:00
Bora M. Alper
de3b8df264
fix docker-compose mount point 2020-02-21 11:46:08 +00:00
Bora M. Alper
ce8117b0a1
remove volumes in docker-compose 2020-02-21 11:43:59 +00:00
Bora M. Alper
4814945b2d
fix docker 2020-02-21 11:39:35 +00:00
Bora M. Alper
c16276bf3f
fix network in docker-compose.yml 2020-02-21 09:10:46 +00:00
Bora M. Alper
db6610b916
add network: host to docker-compose for magneticod 2020-02-21 09:09:27 +00:00
Bora M. Alper
63b58be9cf
Merge pull request #235 from alcalyn/fix/docker
Fix docker-compose.yml, allow to run from dockerhub or build own image
2020-02-21 09:07:09 +00:00
Bora M. Alper
24da70408b
add deepsource 2020-02-20 23:31:06 +00:00
Bora M. Alper
48830b530c
Merge pull request #239 from anacrolix/patch-1
Update FUNDING.yml
2020-01-30 09:39:51 +00:00
Matt Joiner
3c433161e6
Update FUNDING.yml 2020-01-17 10:02:07 +11:00
Julien Maulny
e76ac3a3f9
Fix docker-compose.yml, allow to run from dockerhub or build own image 2019-11-14 12:59:03 +01:00
Bora M. Alper
17e43fa504
Merge pull request #225 from lruggieri/concurrency_fix
fixed concurrency on routingTable map
2019-11-09 16:49:32 +00:00
Luca Ruggieri
7ec193b598 fixed concurrency on routingTable map 2019-10-27 12:05:10 +01:00
Bora M. Alper
c4215d2657
Merge pull request #216 from ursine/patch-2
Python -> Go
2019-10-07 13:55:40 +01:00
Bora M. Alper
8329dec757
Merge pull request #217 from ursine/patch-1
Fixed spelling
2019-10-07 13:54:56 +01:00
Gary Coulbourne
4250c47537
Python -> Go
Since the software was ported to Go, edited the contribution details to reflect this.
2019-10-03 09:40:44 -04:00
Gary Coulbourne
ab00ab3de8
Fixed spelling
Querying was misspelled.  (noticed it while reading through the code to understand it)
2019-10-03 09:36:37 -04:00
Bora M. Alper
d822314aa3
fix typo in pkg/README.md 2019-09-18 12:34:12 +01:00
Bora M. Alper
cc401bb9c7
fix docker tags 2019-09-18 02:27:04 +01:00
Bora M. Alper
46e4395786
update stdout db engine output example 2019-09-18 02:24:36 +01:00
Bora M. Alper
f749941ca0
version 0.9.0 and fix stdout hex encoding 2019-09-18 02:13:55 +01:00
Bora M. Alper
c310d993bb
fix formatting in persistence/stdout.go 2019-09-18 02:05:29 +01:00
Bora M. Alper
f2edd2499a
fix travis go modules 2019-09-18 02:02:41 +01:00
Bora M. Alper
7c881cae65
add Stdout dummy database engine 2019-09-18 01:51:58 +01:00
Bora M. Alper
0e2fd5a7cc
Merge branch 'master' of github.com:boramalper/magnetico 2019-09-18 01:23:00 +01:00
Bora M. Alper
d7bfbc7182
use before set, see #174 (thanks to @Glandos) 2019-09-18 01:22:34 +01:00
Bora M. Alper
0e9dcba5b6 fix Docker setup 2019-09-18 01:21:50 +01:00
Bora M. Alper
d8f58447ba
Create FUNDING.yml 2019-06-05 15:00:50 +01:00
Bora M. Alper
bf7fca3af0
Merge pull request #206 from jangrewe/patch-1
Fix link to Docker Hub
2019-05-25 22:07:56 +01:00
Jan Grewe
e384c2558e
missed the second link 2019-05-25 14:09:39 +02:00
Jan Grewe
4b56c1d33f
Fix link to Docker Hub 2019-05-25 13:45:51 +02:00