Bora M. Alper
|
1e3604c274
|
Merge pull request #219 from skobkin/feature_beanstalkd_support
[Partial] Beanstalk MQ support for magneticod
|
2020-12-23 09:30:32 +03:00 |
|
Alexey Skobkin
|
3dfda7c2be
|
Beanstalkd engine implementation.
|
2020-11-29 01:27:55 +03:00 |
|
Bora M. Alper
|
9f9024674e
|
fix makefile go-bindata usage
see #204 (commit got lost?)
|
2020-11-27 20:03:56 +00:00 |
|
Bora M. Alper
|
01812acdde
|
link GitHub actions badge
|
2020-11-27 19:54:54 +00:00 |
|
Bora M. Alper
|
a02062b76e
|
Add GitHub actions badge
|
2020-11-27 19:54:00 +00:00 |
|
Bora M. Alper
|
4e27c2e1f4
|
fix Makefile and go.yml
|
2020-11-27 19:49:26 +00:00 |
|
Bora M. Alper
|
2654d9507a
|
Create go.yml
|
2020-11-27 19:16:42 +00:00 |
|
Bora M. Alper
|
915700a6da
|
Bump magnetico version to 0.12.0
|
2020-11-27 18:10:38 +00:00 |
|
Bora M. Alper
|
eb03075e1d
|
Bump docker Go version to 1.15
|
2020-11-27 18:10:26 +00:00 |
|
Bora M. Alper
|
376dba5810
|
staticcheck guided refactoring
|
2020-11-27 18:06:43 +00:00 |
|
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 |
|