diff --git a/ebin/db_hash_index.beam b/ebin/db_hash_index.beam new file mode 100644 index 0000000..341023b Binary files /dev/null and b/ebin/db_hash_index.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index fa81c9c..0f0054d 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -1,15 +1,16 @@ {application,dhtcrawler, [{description,"A DHT crawler to index magnet hash to torrent"}, - {vsn,"356a1c0"}, + {vsn,"539dd91"}, {registered,[dht_crawler_sup]}, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, mongodb]}, {mod,{crawler_app,[]}}, {modules,[bt_conn,bt_message,config,crawler_app,crawler_http, crawler_stats,crawler_sup,db_daterange,db_frontend, - db_hash,db_loc_torrent,db_store_mongo,db_system, - dht_monitor,hash_reader,hash_reader_stats, - hash_reader_sup,http_cache,http_handler,loc_torrent, + db_hash,db_hash_index,db_loc_torrent,db_store_mongo, + db_system,dht_monitor,hash_reader,hash_reader_stats, + hash_reader_sup,http_cache,http_handler,index_builder, + index_download,index_file,loc_torrent, loc_torrent_cache,loc_torrent_sup,name_seger,rmmseg, string_split,time_util,tor_builder,tor_download, tor_download_stats,tor_location,tor_location_reader, diff --git a/ebin/index_builder.beam b/ebin/index_builder.beam new file mode 100644 index 0000000..28cc939 Binary files /dev/null and b/ebin/index_builder.beam differ diff --git a/ebin/index_download.beam b/ebin/index_download.beam new file mode 100644 index 0000000..4cb4e8a Binary files /dev/null and b/ebin/index_download.beam differ diff --git a/ebin/index_file.beam b/ebin/index_file.beam new file mode 100644 index 0000000..7cea1b4 Binary files /dev/null and b/ebin/index_file.beam differ