Commit Graph

  • 536ac2c4dc Removed "incoming finals" notice from README.md Bora M. Alper 2017-06-01 12:13:08 +0300
  • 04e6d583f3 Merge branch 'asyncio' of https://github.com/richardkiss/magnetico into richardkiss-asyncio Bora M. Alper 2017-05-30 12:45:17 +0300
  • 6bceb9c784 v0.4.0 is released! Bora M. Alper 2017-05-30 12:28:34 +0300
  • 273237bd39 magneticow: fix 30-days period issue in stats Bora M. Alper 2017-05-30 12:01:51 +0300
  • e4c33ceb36 magneticod: store temp files in files and not in memory Bora M. Alper 2017-05-29 22:00:37 +0300
  • 0e389aa619 Query DB when checking if an infohash is new or not. Richard Kiss 2017-05-27 16:11:29 -0700
  • d7ead951a4 Refactor create_tasks out of main. Richard Kiss 2017-05-27 16:05:22 -0700
  • 5d37737d0d Add some resource debug logging. Richard Kiss 2017-05-27 12:20:24 -0700
  • 4dc11b047f Tidy up clean-up. Simplify fetch_metadata. Richard Kiss 2017-05-24 14:50:26 -0700
  • 8df4015e06 Be a little smarter with task clean-up. Richard Kiss 2017-05-24 12:36:47 -0700
  • 9b1bbfcaa1 Properly clean up fetch_metadata tasks. Richard Kiss 2017-05-17 13:16:30 -0700
  • 29b99a338e ModuleNotFoundError (new in 3.6) => ImportError. Richard Kiss 2017-05-17 12:10:40 -0700
  • 3e4eba740c Do explicit look-up of bootstrap nodes, and query all responses. Richard Kiss 2017-05-15 15:58:13 -0700
  • e6098ffb4a Use uvloop if available. Richard Kiss 2017-05-15 15:44:36 -0700
  • 35c6176548 Move neighbour task work to tick task. Richard Kiss 2017-05-14 23:01:14 -0700
  • 566ebea987 Merge pull request #75 from ad-m/patch-4 Bora M. Alper 2017-05-15 08:18:06 +0400
  • 71f55f0c91 Reduce noise. Richard Kiss 2017-05-14 14:13:34 -0700
  • f38a796181 Add connection_lost. Properly handle shutdown of watch_q. Richard Kiss 2017-05-14 14:04:46 -0700
  • 4b4c312fbe SybilNode now support pause_writing. Richard Kiss 2017-05-14 13:58:21 -0700
  • 73d97d8188 Better cancel all outstanding tasks. Richard Kiss 2017-05-14 13:55:19 -0700
  • d04634b57b Improve dht shutdown. Notice writing pauses. Richard Kiss 2017-05-14 13:43:15 -0700
  • 4515fa8b0a More cleanup. Only hit bootstrap if it seems necessary. Richard Kiss 2017-05-14 13:37:22 -0700
  • a98ec61e84 Fix count torrents on homepage in magneticow Adam Dobrawy 2017-05-14 22:06:34 +0200
  • 635fbe8cb1 More clean-up and simplification. Richard Kiss 2017-05-14 12:47:33 -0700
  • f3ae493308 More clean-up in error cases. Richard Kiss 2017-05-14 12:03:50 -0700
  • 4aea5df886 Reduce leakage in bittorrent.py. Richard Kiss 2017-05-14 11:34:38 -0700
  • 2f68ac3c7a Improve naming. Richard Kiss 2017-05-13 22:55:49 -0700
  • eb8a2c72e6 Fix conditional. Richard Kiss 2017-05-13 22:52:43 -0700
  • 8da8d20b53 First crack at porting to asyncio. Richard Kiss 2017-05-13 22:25:34 -0700
  • a3adf88b45 Statistics page added to magneticow. Bora M. ALPER 2017-05-06 01:25:44 +0400
  • 8b837be714 Updated README to include our gitter.im channel Bora M. Alper 2017-05-01 17:51:29 +0400
  • 818667b363 Merge pull request #58 from ad-m/patch-1 Bora M. Alper 2017-05-01 09:24:09 +0400
  • 18f6617214 Add humanfriendly.format_path in --database-file help Adam Dobrawy 2017-05-01 06:47:21 +0200
  • 17bd563909 Fix import error in persistence Adam Dobrawy 2017-05-01 06:37:51 +0200
  • 0bb1a98415 Introduce requested changes, log when malicious / empty metadata received Adam Dobrawy 2017-05-01 06:22:53 +0200
  • 57edd024ba Merge pull request #63 from ad-m/flush-buffer Bora M. Alper 2017-05-01 07:33:34 +0400
  • fd654f25b8 Flush metadata buffer when exiting gracefully Adam Dobrawy 2017-05-01 03:14:50 +0200
  • 9b12c25966 Add missing comment to PENDING_INFO_HASHES Adam Dobrawy 2017-05-01 00:40:54 +0200
  • cde5728019 Fix typo in SybilNode & __max_metadata_size Adam Dobrawy 2017-05-01 00:28:34 +0200
  • fa2a135e06 Add --debug argument Adam Dobrawy 2017-04-30 23:47:08 +0200
  • ed081e9399 Clean up parse_ip_port Adam Dobrawy 2017-04-30 23:38:28 +0200
  • e826494453 Extract constants (fixes #37), allows you to specify a size limit and database path as an argument Adam Dobrawy 2017-04-30 23:10:09 +0200
  • 14979c96ce Limit metadata size Adam Dobrawy 2017-04-30 21:00:33 +0200
  • 2251664dbd Merge pull request #54 from s723138643/master Bora M. Alper 2017-04-29 15:12:34 +0400
  • ed13036588 if there is no data to send, we should unregister WRITE event s723138643 2017-04-29 10:22:38 +0800
  • 3b39c99206 v0.3.0 released, with very significant improvements! Bora M. ALPER 2017-04-26 01:47:13 +0400
  • 9dc1684e75 Merge pull request #33 from ngosang/feature/exceptions Bora M. Alper 2017-04-25 21:52:05 +0400
  • 8063480fe5 Merge pull request #43 from ngosang/speedup_find_nodes Bora M. Alper 2017-04-21 01:11:23 +0400
  • fb4c897ec6 improve __random_bytes function performance Diego 2017-04-20 22:53:32 +0200
  • bc1ceac530 optimize find_nodes bencoding Diego 2017-04-18 18:45:16 +0200
  • 36b13e2e4c Merge pull request #40 from JeffreyVdb/feature-ignore-override-compose Bora M. Alper 2017-04-19 01:49:37 +0400
  • 32bff60ff3 Ignore docker-compose.override.yml Jeffrey Vandenborne 2017-04-17 21:03:17 +0200
  • 4f020cfad1 Handle connection exceptions in dht Diego 2017-04-16 21:02:34 +0200
  • 7ffe670147 Merge pull request #13 from offbyone/master Bora M. Alper 2017-04-16 22:08:37 +0400
  • 98fac967d2 Merge pull request #24 from g-goessel/add_index_counter Bora M. Alper 2017-04-14 00:14:10 +0400
  • 059330c188 Remove unused variable and resolve styling issues g_goessel 2017-04-13 22:07:18 +0200
  • d3ff2419aa Refactoring of the counter code guimoz 2017-04-13 19:20:34 +0200
  • 28109eb586 Adds a counter of indexed torrents on the homepage guimoz 2017-04-12 21:06:59 +0200
  • dd40222fd6 Dockerize magnetico as a pair of conjoined containers Chris Rose 2017-04-09 10:38:19 -0700
  • f9cb28f31a Absence notice Bora M. Alper 2017-04-10 18:01:13 +0400
  • 0e48dff4fc Updated PATH instructions for macOS Bora M. Alper 2017-04-10 17:57:59 +0400
  • 8b598da790 Updated PATH instructions for macOS Bora M. Alper 2017-04-10 17:56:27 +0400
  • 1c15afb45a v0.2.0 released Bora M. ALPER 2017-04-10 17:44:09 +0400
  • dd37830b80 Merge pull request #16 from nneonneo/master Bora M. Alper 2017-04-10 15:47:44 +0400
  • a6ee9d509d Fix magneticod on macOS. Robert Xiao 2017-04-09 20:03:23 -0400
  • d848d02da0 removed (c) infringing SS from README.rst Bora M. Alper 2017-04-05 19:27:31 +0400
  • 42b2d64d20 screenshots are added to README.rst Bora M. ALPER 2017-04-03 12:11:57 +0400
  • 8a62e6bc2a fixed installation instructions to install locally Bora M. ALPER 2017-04-03 02:59:09 +0400
  • 257912a12f initial commit Bora M. ALPER 2017-04-03 00:11:58 +0400