cs-p2p-next.git
14 years agoTribler - LogParser - changes for BT_INTERESTED messages.
Adriana Draghici [Fri, 4 Dec 2009 13:11:23 +0000 (13:11 +0000)]
Tribler - LogParser - changes for BT_INTERESTED messages.

14 years agoadded sample torrents folder; added opensuse torrent file
Razvan Deaconescu [Fri, 4 Dec 2009 09:58:36 +0000 (11:58 +0200)]
added sample torrents folder; added opensuse torrent file

14 years agoadded start_tribler shell script
Razvan Deaconescu [Fri, 4 Dec 2009 09:58:14 +0000 (11:58 +0200)]
added start_tribler shell script

14 years agoTribler - LogParser parses BT_REQUEST messages in both directions.
Adriana Draghici [Fri, 4 Dec 2009 12:44:23 +0000 (12:44 +0000)]
Tribler - LogParser parses BT_REQUEST messages in both directions.

14 years agoTribler - fixed a typo in Connecter.py.
Adriana Draghici [Fri, 4 Dec 2009 12:43:07 +0000 (12:43 +0000)]
Tribler - fixed a typo in Connecter.py.

14 years agoadded experiments folder and text file as idea pool
Razvan Deaconescu [Fri, 4 Dec 2009 09:00:03 +0000 (11:00 +0200)]
added experiments folder and text file as idea pool

14 years agoupdated use of next(object) iterator function to object.next()
Razvan Deaconescu [Fri, 4 Dec 2009 08:59:45 +0000 (10:59 +0200)]
updated use of next(object) iterator function to object.next()

14 years agoTribler - removed duplicate prints in Connecter.py
Adriana Draghici [Fri, 4 Dec 2009 11:54:46 +0000 (11:54 +0000)]
Tribler - removed duplicate prints in Connecter.py

14 years agoviewer directory clean; viewer updated with support for acceleration; added logging...
Marius Sandu-Popa [Tue, 1 Dec 2009 11:59:27 +0000 (13:59 +0200)]
viewer directory clean; viewer updated with support for acceleration; added logging message test

14 years agominor changes to viewer/gui.py
Razvan Deaconescu [Tue, 1 Dec 2009 08:49:52 +0000 (10:49 +0200)]
minor changes to viewer/gui.py

14 years agoTribler: version without .svn dirs.
Adriana Draghici [Fri, 27 Nov 2009 18:56:44 +0000 (18:56 +0000)]
Tribler: version without .svn dirs.

14 years agoTribler: removed previous version.
Adriana Draghici [Fri, 27 Nov 2009 18:53:38 +0000 (18:53 +0000)]
Tribler: removed previous version.

14 years agoTribler: versiune modificata
Adriana Draghici [Fri, 27 Nov 2009 18:37:55 +0000 (18:37 +0000)]
Tribler: versiune modificata

14 years agoTribler: script that merges the 2 status msg files.
Adriana Draghici [Fri, 27 Nov 2009 16:05:31 +0000 (16:05 +0000)]
Tribler: script that merges the 2 status msg files.

14 years agoTribler: SingleDownload prints to a file.
Adriana Draghici [Fri, 27 Nov 2009 16:03:24 +0000 (16:03 +0000)]
Tribler: SingleDownload prints to a file.

14 years agoTribler: fixed 2 print instructions in Connecter.py, which were not printing the...
Adriana Draghici [Fri, 27 Nov 2009 13:18:16 +0000 (13:18 +0000)]
Tribler: fixed 2 print instructions in Connecter.py, which were not printing the timestamp.

14 years agoTribler: status message are written into a file, instead of stderr
Adriana Draghici [Fri, 27 Nov 2009 13:11:13 +0000 (13:11 +0000)]
Tribler: status message are written into a file, instead of stderr

14 years agoTribler: LogParser for choke/unchoke, have, piece, request, bitfied, cancel messages
Adriana Draghici [Tue, 24 Nov 2009 22:07:29 +0000 (22:07 +0000)]
Tribler: LogParser for choke/unchoke, have, piece, request, bitfied, cancel messages

14 years agodisable Debug
p2p@p2p-next-05.grid.pub.ro [Tue, 24 Nov 2009 13:51:27 +0000 (15:51 +0200)]
disable Debug

14 years agofixed problem when parsing CHOKE, UNCHOKE, INTERESTED, NOT_INTERESTED
p2p@p2p-next-05.grid.pub.ro [Tue, 24 Nov 2009 13:43:37 +0000 (15:43 +0200)]
fixed problem when parsing CHOKE, UNCHOKE, INTERESTED, NOT_INTERESTED

14 years agoupdated libtorrent run_sample script to use log parser; updated README file accordingly
Razvan Deaconescu [Sat, 21 Nov 2009 19:11:23 +0000 (21:11 +0200)]
updated libtorrent run_sample script to use log parser; updated README file accordingly

14 years agofully functional libtorrent log parser
Razvan Deaconescu [Sat, 21 Nov 2009 19:10:30 +0000 (21:10 +0200)]
fully functional libtorrent log parser

14 years agoupdated status parser to use seconds for ETA when calling add_status_messages_datetim...
Razvan Deaconescu [Sat, 21 Nov 2009 19:10:08 +0000 (21:10 +0200)]
updated status parser to use seconds for ETA when calling add_status_messages_datetime function in DatabaseWriter

14 years agoupdated table verbose_messages to use direction field; updated database handling...
Razvan Deaconescu [Sat, 21 Nov 2009 19:08:22 +0000 (21:08 +0200)]
updated table verbose_messages to use direction field; updated database handling scripts accordingly

14 years agorenamed verbose file name to match required syntax ${IP_ADDRESS}_${LISTEN_PORT}.log
Razvan Deaconescu [Sat, 21 Nov 2009 19:05:09 +0000 (21:05 +0200)]
renamed verbose file name to match required syntax ${IP_ADDRESS}_${LISTEN_PORT}.log

14 years agoupdated .gitignore to ignore .db files (presumed to be the names of database files
Razvan Deaconescu [Sat, 21 Nov 2009 19:04:10 +0000 (21:04 +0200)]
updated .gitignore to ignore .db files (presumed to be the names of database files

14 years agoviewer v1.01: added comparison tab
Marius Sandu-Popa [Fri, 20 Nov 2009 19:03:46 +0000 (21:03 +0200)]
viewer v1.01: added comparison tab

14 years agoupdated iterator next method usage to work with python version < 2.6
Razvan Deaconescu [Fri, 20 Nov 2009 14:26:09 +0000 (16:26 +0200)]
updated iterator next method usage to work with python version < 2.6

14 years agoadded README
Razvan Deaconescu [Fri, 20 Nov 2009 13:47:44 +0000 (15:47 +0200)]
added README

14 years agoviewer modification: add start/stop time
Marius Sandu-Popa [Fri, 20 Nov 2009 12:11:01 +0000 (14:11 +0200)]
viewer modification: add start/stop time

14 years agoremoved test file
Razvan Deaconescu [Fri, 20 Nov 2009 12:05:49 +0000 (14:05 +0200)]
removed test file

14 years agoTribler: added modified version.
Adriana Draghici [Mon, 16 Nov 2009 11:01:58 +0000 (11:01 +0000)]
Tribler: added modified version.

14 years agoTribler: renamed scripts folder.
Adriana Draghici [Sun, 15 Nov 2009 16:23:52 +0000 (18:23 +0200)]
Tribler: renamed scripts folder.

14 years agoTriber: added the modified version of cmdlinedl.py.
Adriana Draghici [Sun, 15 Nov 2009 00:28:52 +0000 (00:28 +0000)]
Triber: added the modified version of cmdlinedl.py.

14 years agoTribler: added script to modify print instructions in Connecter.py.
Adriana Draghici [Sun, 15 Nov 2009 00:01:18 +0000 (00:01 +0000)]
Tribler: added script to modify print instructions in Connecter.py.

14 years agoTribler: added a log file with prints from downloader, connecter, choker
Adriana Draghici [Sat, 14 Nov 2009 23:14:09 +0000 (23:14 +0000)]
Tribler: added a log file with prints from downloader, connecter, choker

14 years agoTribler: updated the scripts that add timestamp to print instructions
Adriana Draghici [Sat, 14 Nov 2009 23:08:34 +0000 (23:08 +0000)]
Tribler: updated the scripts that add timestamp to print instructions

14 years agoTribler: added scripts that modify the sources in order to provide logging information.
Adriana Draghici [Sat, 14 Nov 2009 16:03:55 +0000 (16:03 +0000)]
Tribler: added scripts that modify the sources in order to provide logging information.

14 years agoTribler: LogParser writes to database BT_HAVE and BT_REQUEST messages
Adriana Draghici [Fri, 13 Nov 2009 16:31:04 +0000 (16:31 +0000)]
Tribler: LogParser writes to database BT_HAVE and BT_REQUEST messages

14 years agoviewer version 1.0
Marius Sandu-Popa [Fri, 13 Nov 2009 09:18:07 +0000 (11:18 +0200)]
viewer version 1.0

14 years agoviewer version 1.0
Marius Sandu-Popa [Fri, 13 Nov 2009 09:17:25 +0000 (11:17 +0200)]
viewer version 1.0

14 years agoTribler: LogParser parses BT_Request messages and writes them to DB.
Adriana Draghici [Sun, 8 Nov 2009 19:53:40 +0000 (19:53 +0000)]
Tribler: LogParser parses BT_Request messages and writes them to DB.

14 years agoDatabaseWriter - overloaded method add_verbose_message
Adriana Draghici [Sun, 8 Nov 2009 19:52:52 +0000 (19:52 +0000)]
DatabaseWriter - overloaded method add_verbose_message

14 years agoTribler: updated log samples with the new date format (dd-mm-yyyy)
Adriana Draghici [Sun, 8 Nov 2009 18:49:57 +0000 (18:49 +0000)]
Tribler: updated log samples with the new date format (dd-mm-yyyy)

14 years agoTribler: LogParser parses BT_Request messages, not interacting with the DB
Adriana Draghici [Sun, 8 Nov 2009 18:47:07 +0000 (18:47 +0000)]
Tribler: LogParser parses BT_Request messages, not interacting with the DB

14 years agoTribler: added a log sample containing request messages
Adriana Draghici [Sun, 8 Nov 2009 18:45:47 +0000 (18:45 +0000)]
Tribler: added a log sample containing request messages

14 years agoTribler: changed the date format used in logging to DD-MM-YY hh:mm:ss
Adriana Draghici [Sun, 8 Nov 2009 18:43:16 +0000 (18:43 +0000)]
Tribler: changed the date format used in logging to DD-MM-YY hh:mm:ss

14 years agoadded return to Access and Writer select methods
Marius Sandu-Popa [Fri, 6 Nov 2009 15:58:17 +0000 (17:58 +0200)]
added return to Access and Writer select methods

14 years agoViewer created
Marius Sandu-Popa [Fri, 6 Nov 2009 15:55:28 +0000 (17:55 +0200)]
Viewer created

14 years agoTribler: StatusParser now writes results to database
Adriana Draghici [Fri, 6 Nov 2009 16:59:21 +0000 (16:59 +0000)]
Tribler: StatusParser now writes results to database

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agoLibtorrent: updated canonical eta function; returns eta in seconds
Adriana Draghici [Fri, 6 Nov 2009 16:57:57 +0000 (16:57 +0000)]
Libtorrent: updated canonical eta function; returns eta in seconds

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agoupdated canonical eta function; eta argument value in seconds
Adriana Draghici [Fri, 6 Nov 2009 16:56:05 +0000 (16:56 +0000)]
updated canonical eta function; eta argument value in seconds

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agoTribler: StatusParser parses log files without interacting with the database. Changed...
Adriana Draghici [Fri, 6 Nov 2009 13:00:58 +0000 (13:00 +0000)]
Tribler: StatusParser parses log files without interacting with the database. Changed the date format used for logging.

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agotribler: added a log sample containing info about eta and peers.
Adriana Draghici [Tue, 3 Nov 2009 12:35:24 +0000 (12:35 +0000)]
tribler: added a log sample containing info about eta and peers.

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agoadded sample input files for DatabaseCommander.py standard input reading option ...
Razvan Deaconescu [Sun, 1 Nov 2009 09:55:28 +0000 (11:55 +0200)]
added sample input files for DatabaseCommander.py standard input reading option (-r/--read)

14 years agobug fixes and new methods additions to DatabaseWriter.py, DatabaseAcces.py, julian...
Razvan Deaconescu [Sun, 1 Nov 2009 09:54:35 +0000 (11:54 +0200)]
bug fixes and new methods additions to DatabaseWriter.py, DatabaseAcces.py, julian.py as required by status parser

14 years agoadded -r/--read option (read standard input) to DatabaseCommander
Razvan Deaconescu [Sun, 1 Nov 2009 09:52:51 +0000 (11:52 +0200)]
added -r/--read option (read standard input) to DatabaseCommander

14 years agocompleted status parser for libtorrent
Razvan Deaconescu [Sun, 1 Nov 2009 09:50:32 +0000 (11:50 +0200)]
completed status parser for libtorrent

14 years agoadded client_session_id confirmation when running StatusParser.py; updated DatabaseAc...
Razvan Deaconescu [Sun, 1 Nov 2009 07:31:28 +0000 (09:31 +0200)]
added client_session_id confirmation when running StatusParser.py; updated DatabaseAccess.py, DatabaseCommander.py, DatabaseWriter.py accordingly

14 years agoadded run_sample script; use ./run_sample
Razvan Deaconescu [Sun, 1 Nov 2009 06:38:47 +0000 (08:38 +0200)]
added run_sample script; use ./run_sample

14 years agoREADME file for libtorrent/StatusParser.py
Razvan Deaconescu [Sat, 31 Oct 2009 21:20:24 +0000 (23:20 +0200)]
README file for libtorrent/StatusParser.py

14 years agodraft version of StatusParser.py; parses sample log file with no database interraction
Razvan Deaconescu [Sat, 31 Oct 2009 21:19:47 +0000 (23:19 +0200)]
draft version of StatusParser.py; parses sample log file with no database interraction

14 years agoadded libtorrent sample status and verbose logging files
Razvan Deaconescu [Sat, 31 Oct 2009 18:47:41 +0000 (20:47 +0200)]
added libtorrent sample status and verbose logging files

14 years agotribler: added a log sample.
Adriana Draghici [Sat, 31 Oct 2009 18:38:21 +0000 (20:38 +0200)]
tribler: added a log sample.

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agodraft version for StatusParser.py; line parser needs to be implemented
Razvan Deaconescu [Sat, 31 Oct 2009 18:34:39 +0000 (20:34 +0200)]
draft version for StatusParser.py; line parser needs to be implemented

14 years agotribler: Added doxygen config file for generating html and latex docs
Adriana Draghici [Sat, 31 Oct 2009 17:54:23 +0000 (19:54 +0200)]
tribler: Added doxygen config file for generating html and latex docs

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agoadded log-parser; it will store the programs used for BitTorrent log/status file...
Razvan Deaconescu [Fri, 30 Oct 2009 19:02:07 +0000 (21:02 +0200)]
added log-parser; it will store the programs used for BitTorrent log/status file parsing

14 years agomoved Tudor Rogoz's parser-reporter to others/
Razvan Deaconescu [Fri, 30 Oct 2009 18:48:35 +0000 (20:48 +0200)]
moved Tudor Rogoz's parser-reporter to others/

14 years agoadded sample files for standard input reading facility in DatabaseWriter
Razvan Deaconescu [Fri, 30 Oct 2009 18:47:46 +0000 (20:47 +0200)]
added sample files for standard input reading facility in DatabaseWriter

14 years agolisten_port in verbose_messages table may be 0 when its value is meaningless (i.e...
Razvan Deaconescu [Fri, 30 Oct 2009 18:46:53 +0000 (20:46 +0200)]
listen_port in verbose_messages table may be 0 when its value is meaningless (i.e. no DHT)

14 years agoworking version of DatabaseWriter; added read standard input facility; small fixes...
Razvan Deaconescu [Fri, 30 Oct 2009 18:46:15 +0000 (20:46 +0200)]
working version of DatabaseWriter; added read standard input facility; small fixes to DatabaseAccess; documented DatabaseWriter, DatabaseAccess and db_init in README

14 years agoMerge branch 'master' of p2p-next@koala.cs.pub.ro:cs-p2p-next
Adriana Draghici [Wed, 28 Oct 2009 12:49:40 +0000 (14:49 +0200)]
Merge branch 'master' of p2p-next@koala.cs.pub.ro:cs-p2p-next

14 years agoadded comments to python source files
Razvan Deaconescu [Wed, 28 Oct 2009 07:50:03 +0000 (09:50 +0200)]
added comments to python source files

14 years agoeta (estimated time of arrival) field in status_messages table is now an integer...
Razvan Deaconescu [Wed, 28 Oct 2009 07:33:47 +0000 (09:33 +0200)]
eta (estimated time of arrival) field in status_messages table is now an integer (number of seconds), instead of a date

14 years agoadded DatabaseWriter.py (draft); updated DatabaseAccess methods
Razvan Deaconescu [Wed, 28 Oct 2009 07:32:24 +0000 (09:32 +0200)]
added DatabaseWriter.py (draft); updated DatabaseAccess methods

14 years agofixed some argument parsing bugs; updated README with session target examples
Razvan Deaconescu [Wed, 28 Oct 2009 06:45:21 +0000 (08:45 +0200)]
fixed some argument parsing bugs; updated README with session target examples

14 years agoadded DatabaseCommander.py, usage README; updated DatabaseAccess.py; added static...
Razvan Deaconescu [Tue, 27 Oct 2009 21:46:04 +0000 (23:46 +0200)]
added DatabaseCommander.py, usage README; updated DatabaseAccess.py; added static insert rules in table btclients in sql script; added db_init script for creating/initializing database

14 years agomoded bd to db
Razvan Deaconescu [Tue, 27 Oct 2009 10:54:44 +0000 (12:54 +0200)]
moded bd to db

14 years agotribler-mod: Added script that modifies Tribler's sources setting DEBUG to True/False.
Adriana Draghici [Tue, 27 Oct 2009 10:06:25 +0000 (12:06 +0200)]
tribler-mod: Added script that modifies Tribler's sources setting DEBUG to True/False.

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agotribler-mod: Added script that modifies Tribler's sources setting DEBUG to True/False.
Adriana Draghici [Tue, 27 Oct 2009 10:05:49 +0000 (12:05 +0200)]
tribler-mod: Added script that modifies Tribler's sources setting DEBUG to True/False.

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agorenamed access_db to Database.py
Razvan Deaconescu [Tue, 27 Oct 2009 09:22:45 +0000 (11:22 +0200)]
renamed access_db to Database.py

14 years agomoved trogoz folder to repository root
Razvan Deaconescu [Tue, 27 Oct 2009 08:59:58 +0000 (10:59 +0200)]
moved trogoz folder to repository root

14 years agoadded trogoz libtorrent parser and image renderer
Razvan Deaconescu [Tue, 27 Oct 2009 08:57:31 +0000 (10:57 +0200)]
added trogoz libtorrent parser and image renderer

14 years agoAdded directory for modifications made to Tribler.
Adriana Draghici [Tue, 27 Oct 2009 08:38:02 +0000 (10:38 +0200)]
Added directory for modifications made to Tribler.

Signed-off-by: Adriana Draghici <adriana008@gmail.com>
14 years agoupdated integer constraints in p2p-log-sqlite.sql; added negative test cases in access_db
Razvan Deaconescu [Fri, 23 Oct 2009 15:28:39 +0000 (18:28 +0300)]
updated integer constraints in p2p-log-sqlite.sql; added negative test cases in access_db

14 years agoadded triggers for fk
Marius Sandu-Popa [Sat, 24 Oct 2009 03:03:18 +0000 (06:03 +0300)]
added triggers for fk

14 years agoupdated access_db
Razvan Deaconescu [Fri, 23 Oct 2009 14:57:42 +0000 (17:57 +0300)]
updated access_db

14 years agoadded access_db
Marius Sandu-Popa [Sat, 24 Oct 2009 01:39:03 +0000 (04:39 +0300)]
added access_db

14 years agoadded top level .gitignore
Razvan Deaconescu [Fri, 23 Oct 2009 13:15:02 +0000 (16:15 +0300)]
added top level .gitignore

14 years agoadded sql
Razvan Deaconescu [Fri, 23 Oct 2009 13:13:54 +0000 (16:13 +0300)]
added sql

14 years agoadded .gitignore in auto/sql
Razvan Deaconescu [Fri, 23 Oct 2009 13:13:38 +0000 (16:13 +0300)]
added .gitignore in auto/sql

14 years agoadded .gitignore file
Razvan Deaconescu [Fri, 23 Oct 2009 12:42:50 +0000 (15:42 +0300)]
added .gitignore file

14 years agodb
Marius Sandu-Popa [Fri, 23 Oct 2009 09:31:00 +0000 (12:31 +0300)]
db

14 years agobd
Marius Sandu-Popa [Fri, 23 Oct 2009 09:25:45 +0000 (12:25 +0300)]
bd

14 years agobd
Marius Sandu-Popa [Fri, 23 Oct 2009 09:24:53 +0000 (12:24 +0300)]
bd

14 years agoadded old repo files
Razvan Deaconescu [Tue, 6 Oct 2009 12:28:58 +0000 (15:28 +0300)]
added old repo files

14 years agoinitial commit
p2p-next [Tue, 6 Oct 2009 11:14:25 +0000 (14:14 +0300)]
initial commit