Skip to content

Commit

Permalink
change http interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlynx committed Jul 2, 2013
1 parent 4f7fe88 commit 2788de5
Show file tree
Hide file tree
Showing 43 changed files with 7 additions and 9 deletions.
Binary file modified deps/bson/ebin/bson.beam
Binary file not shown.
Binary file modified deps/bson/ebin/bson_binary.beam
Binary file not shown.
Binary file modified deps/bson/ebin/bson_tests.beam
Binary file not shown.
Binary file modified deps/ibrowse/ebin/ibrowse.beam
Binary file not shown.
Binary file modified deps/ibrowse/ebin/ibrowse_app.beam
Binary file not shown.
Binary file modified deps/ibrowse/ebin/ibrowse_http_client.beam
Binary file not shown.
Binary file modified deps/ibrowse/ebin/ibrowse_lb.beam
Binary file not shown.
Binary file modified deps/ibrowse/ebin/ibrowse_lib.beam
Binary file not shown.
Binary file modified deps/ibrowse/ebin/ibrowse_sup.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_app.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_connection.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_cursor.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_id_server.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_pool.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_protocol.beam
Binary file not shown.
Binary file modified deps/mongodb/ebin/mongo_sup.beam
Binary file not shown.
Binary file modified ebin/bt_conn.beam
Binary file not shown.
Binary file modified ebin/bt_message.beam
Binary file not shown.
Binary file modified ebin/crawler_app.beam
Binary file not shown.
Binary file modified ebin/crawler_http.beam
Binary file not shown.
Binary file modified ebin/crawler_stats.beam
Binary file not shown.
Binary file modified ebin/crawler_sup.beam
Binary file not shown.
Binary file added ebin/db_frontend.beam
Binary file not shown.
Binary file modified ebin/db_hash.beam
Binary file not shown.
Binary file modified ebin/db_hash_reader.beam
Binary file not shown.
Binary file modified ebin/db_hash_reader_sup.beam
Binary file not shown.
Binary file modified ebin/db_store_mongo.beam
Binary file not shown.
Binary file modified ebin/db_system.beam
Binary file not shown.
Binary file modified ebin/dht_monitor.beam
Binary file not shown.
8 changes: 4 additions & 4 deletions ebin/dhtcrawler.app
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"6dde34b"},
{vsn,"d23b329"},
{registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]},
{mod,{crawler_app,[]}},
{modules,[bt_conn,bt_message,crawler_app,crawler_http,
crawler_stats,crawler_sup,db_hash,db_hash_reader,
db_hash_reader_sup,db_store_mongo,db_system,
dht_monitor,hash_reader_stats,http_handler,
crawler_stats,crawler_sup,db_frontend,db_hash,
db_hash_reader,db_hash_reader_sup,db_store_mongo,
db_system,dht_monitor,hash_reader_stats,http_handler,
string_split,time_util,tor_download,
tor_download_stats,torrent_file,urldecode,vlog]}]}.
Binary file modified ebin/hash_reader_stats.beam
Binary file not shown.
Binary file modified ebin/http_handler.beam
Binary file not shown.
Binary file modified ebin/string_split.beam
Binary file not shown.
Binary file modified ebin/time_util.beam
Binary file not shown.
Binary file modified ebin/tor_download.beam
Binary file not shown.
Binary file modified ebin/tor_download_stats.beam
Binary file not shown.
Binary file modified ebin/torrent_file.beam
Binary file not shown.
Binary file modified ebin/urldecode.beam
Binary file not shown.
Binary file modified ebin/vlog.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion win_start_hash.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
erl -pa ebin -noshell -s db_hash_reader_sup start_standalone localhost 27017 10
erl -pa ebin -noshell -run db_hash_reader_sup start_standalone localhost 27017 10
3 changes: 1 addition & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ <h2><a style="text-decoration:none;" href="/">Magnet Search Engine</a></h2>
</p>
</div>
<div id="footer">
<a href="/e/http_handler:recent">New</a>
<a href="/e/http_handler:top">Top</a>
<a href="/e/http_handler:today_top">Top</a>
<a href="/e/http_handler:stats">Stats</a>
<span> &copy; Kevin Lynx 2013</span>
</div>
Expand Down
3 changes: 1 addition & 2 deletions www/page.temp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ body { margin:0; padding:0; }
~s
</div>
<div id="footer">
<a href="/e/http_handler:recent">New</a>
<a href="/e/http_handler:top">Top</a>
<a href="/e/http_handler:today_top">Top</a>
<a href="/e/http_handler:stats">Stats</a>
<span> &copy; Kevin Lynx 2013</span>
</div>
Expand Down

0 comments on commit 2788de5

Please sign in to comment.