repocleanup: moved db, viewer, log-parsers to ppf
authorMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 08:23:55 +0000 (11:23 +0300)
committerMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 08:24:19 +0000 (11:24 +0300)
commit562d19593cdd07889c74e4f74476ce380f1108c3
tree996548221510556f2fee6c6f8ff1e7787c0b2730
parent04eded5f7b101946ea5d3ee6bbf8e9b5de06c7f7
repocleanup: moved db, viewer, log-parsers to ppf
40 files changed:
bt_comm/client/Client.py
ppf/db/.gitignore [moved from auto/db/.gitignore with 100% similarity]
ppf/db/DatabaseAccess.py [moved from auto/db/DatabaseAccess.py with 100% similarity]
ppf/db/DatabaseCommander.py [moved from auto/db/DatabaseCommander.py with 100% similarity]
ppf/db/DatabaseWriter.py [moved from auto/db/DatabaseWriter.py with 100% similarity]
ppf/db/README [moved from auto/db/README with 100% similarity]
ppf/db/client_sessions.sample.txt [moved from auto/db/client_sessions.sample.txt with 100% similarity]
ppf/db/db_init [moved from auto/db/db_init with 100% similarity]
ppf/db/julian.py [moved from auto/db/julian.py with 100% similarity]
ppf/db/sidereal.py [moved from auto/db/sidereal.py with 100% similarity]
ppf/db/status_messages.sample.txt [moved from auto/db/status_messages.sample.txt with 100% similarity]
ppf/db/swarms.sample.txt [moved from auto/db/swarms.sample.txt with 100% similarity]
ppf/db/verbose_messages.sample.txt [moved from auto/db/verbose_messages.sample.txt with 100% similarity]
ppf/extra/db_init.py [moved from auto/extra/db_init.py with 100% similarity]
ppf/log-parser/libtorrent/LogParser.py [moved from log-parser/libtorrent/LogParser.py with 100% similarity]
ppf/log-parser/libtorrent/README [moved from log-parser/libtorrent/README with 100% similarity]
ppf/log-parser/libtorrent/StatusParser.py [moved from log-parser/libtorrent/StatusParser.py with 100% similarity]
ppf/log-parser/libtorrent/run_sample [moved from log-parser/libtorrent/run_sample with 100% similarity]
ppf/log-parser/tribler/LogParser.py [moved from log-parser/tribler/LogParser.py with 100% similarity]
ppf/log-parser/tribler/StatusParser.py [moved from log-parser/tribler/StatusParser.py with 100% similarity]
ppf/log-parser/tribler/make_db [moved from log-parser/tribler/make_db with 100% similarity]
ppf/log-parser/tribler/run_sample [moved from log-parser/tribler/run_sample with 100% similarity]
ppf/log-parser/tribler/run_sample_verbose [moved from log-parser/tribler/run_sample_verbose with 100% similarity]
ppf/log-samples/libtorrent/141.85.224.222_50200.log [moved from log-samples/libtorrent/141.85.224.222_50200.log with 100% similarity]
ppf/log-samples/libtorrent/libtorrent-status.sample.log [moved from log-samples/libtorrent/libtorrent-status.sample.log with 100% similarity]
ppf/log-samples/tribler/log/smth.txt [moved from log-samples/tribler/log/smth.txt with 100% similarity]
ppf/log-samples/tribler/log/test1_verbose_msg_request.log [moved from log-samples/tribler/log/test1_verbose_msg_request.log with 100% similarity]
ppf/log-samples/tribler/log/test2.txt [moved from log-samples/tribler/log/test2.txt with 100% similarity]
ppf/log-samples/tribler/log/test2_verbose_msg.log [moved from log-samples/tribler/log/test2_verbose_msg.log with 100% similarity]
ppf/sql/.gitignore [moved from auto/sql/.gitignore with 100% similarity]
ppf/sql/README [moved from auto/sql/README with 100% similarity]
ppf/sql/p2p-log-sqlite.sql [moved from auto/sql/p2p-log-sqlite.sql with 100% similarity]
ppf/util/julian.py [moved from auto/util/julian.py with 100% similarity]
ppf/util/sidereal.py [moved from auto/util/sidereal.py with 100% similarity]
ppf/viewer/DbObjects.py [moved from viewer/DbObjects.py with 100% similarity]
ppf/viewer/README [moved from viewer/README with 100% similarity]
ppf/viewer/config.py [moved from viewer/config.py with 100% similarity]
ppf/viewer/mpleditor.py [moved from viewer/mpleditor.py with 100% similarity]
ppf/viewer/p2p-nexteditor.py [moved from viewer/p2p-nexteditor.py with 100% similarity]
ppf/viewer/run_viewer [moved from viewer/run_viewer with 100% similarity]