added db-mysql/ and log-parser-mysql/ folders and mysql schema file
authorMariana Marasoiu <mariana.marasoiu@gmail.com>
Fri, 10 Jun 2011 13:23:25 +0000 (16:23 +0300)
committerMariana Marasoiu <mariana.marasoiu@gmail.com>
Fri, 10 Jun 2011 13:23:25 +0000 (16:23 +0300)
commit7e537f740a03e39117003fb128a814b41610b849
tree8fc638f30b6682402e61597057af87cbca3092ca
parenta7aba72c12756990b4ced0ba4d2367abadea416c
added db-mysql/ and log-parser-mysql/ folders and mysql schema file
30 files changed:
ppf/db-mysql/.gitignore [new file with mode: 0644]
ppf/db-mysql/DatabaseAccess.py [new file with mode: 0644]
ppf/db-mysql/DatabaseCommander.py [new file with mode: 0644]
ppf/db-mysql/DatabaseWriter.py [new file with mode: 0644]
ppf/db-mysql/README [new file with mode: 0644]
ppf/db-mysql/client_sessions.sample.txt [new file with mode: 0644]
ppf/db-mysql/db_init [new file with mode: 0755]
ppf/db-mysql/julian.py [new file with mode: 0644]
ppf/db-mysql/sidereal.py [new file with mode: 0644]
ppf/db-mysql/status_messages.sample.txt [new file with mode: 0644]
ppf/db-mysql/swarms.sample.txt [new file with mode: 0644]
ppf/db-mysql/verbose_messages.sample.txt [new file with mode: 0644]
ppf/log-parser-mysql/generic/GenericStatusParser.py [new file with mode: 0644]
ppf/log-parser-mysql/generic/LibtorrentStatusParser.py [new file with mode: 0644]
ppf/log-parser-mysql/generic/TriblerStatusParser.py [new file with mode: 0644]
ppf/log-parser-mysql/generic/libtorrent_parser_test [new file with mode: 0755]
ppf/log-parser-mysql/generic/tribler_parser_test [new file with mode: 0755]
ppf/log-parser-mysql/libtorrent/LogParser.py [new file with mode: 0644]
ppf/log-parser-mysql/libtorrent/README [new file with mode: 0644]
ppf/log-parser-mysql/libtorrent/StatusParser.py [new file with mode: 0644]
ppf/log-parser-mysql/libtorrent/log_parser [new file with mode: 0755]
ppf/log-parser-mysql/libtorrent/parse_log_file [new file with mode: 0755]
ppf/log-parser-mysql/libtorrent/run_sample [new file with mode: 0755]
ppf/log-parser-mysql/tribler/LogParser.py [new file with mode: 0644]
ppf/log-parser-mysql/tribler/StatusParser.py [new file with mode: 0644]
ppf/log-parser-mysql/tribler/make_db [new file with mode: 0755]
ppf/log-parser-mysql/tribler/merge_status_msg.sh [new file with mode: 0755]
ppf/log-parser-mysql/tribler/run_sample [new file with mode: 0755]
ppf/log-parser-mysql/tribler/run_sample_verbose [new file with mode: 0755]
ppf/sql/p2p-log-mysql.sql [new file with mode: 0644]