87dba395eaWIP: changes are work in progress
JohnE
2016-02-08 20:18:57 -0800
ddde72c13fWIP: changes are work in progress
JohnE
2016-02-08 20:18:57 -0800
50132eeb7fMOD: updated the docs to reflect the latest changes
JohnE
2016-02-02 02:06:01 -0800
98720f214dMOD: more cleanup of print statements, better exception handling, changed switch from "-dd" to "-ad", changed switch from "-pull" to "-android_pull"
JohnE
2016-01-29 21:30:11 -0800
2c3ef39e24MOD: code cleanup to be more consistant with print statements and exception handing when calling the API
JohnE
2016-01-29 13:24:44 -0800
2e12a2cce1MOD: updated docs in support of API
JohnE
2016-01-25 15:28:59 -0800
3efcd0a482FIX: bug fixes to the -db feature to allow for single filename, improved error messages in the command line tool
JohnE
2016-01-23 15:44:21 -0800
85f7e474e2UPD: updated the documents, updated the version #, ready for release
JohnE
2016-01-12 23:39:16 -0800
e3872e159fMOD: removed my username from file
JohnE
2016-01-12 23:22:50 -0800
734f5ba4b2FIX: fixed bugs introduced with the importJSON and the fingerprint index cmoparison feature
JohnE
2016-01-12 01:10:05 -0800
4a52287c59MOD: new fingerprints were created after a bug fix
JohnE
2016-01-12 01:09:01 -0800
9a663ef918BUG: fixed bug that had each app fingerprints be concatenated together because the fingerprint object was bring recycled and the new tables were appended...now I create a new fingerprint object for each file that is read
JohnE
2016-01-08 03:47:29 -0800
96ef570419FIN: completed the fingerprint comparison with and index of fingerprints
JohnE
2016-01-08 02:49:49 -0800
2984a84a81WIP: fingerprint index comparison lookup
JohnE
2016-01-05 16:43:29 -0800
a39dad4f18WIP: adding functions to use index
JohnE
2015-12-28 23:50:10 -0800
b6c6e0f600FIX: fixed the database connection to be consistant
JohnE
2015-12-28 22:51:37 -0800
6a79f61cb6FIN: second index population complete, fingerprint count for each md5 complete (fp_count), collision detection complete, primary keys complete
JohnE
2015-12-17 13:47:21 -0800
cb4ab6d169MOD: example unit tests
JohnE
2015-12-17 00:18:54 -0800
2312d54984FIN: updated the insert into md5_all table with collision detection, updates the row and adds another fingerprint to the fp_list column
JohnE
2015-12-14 20:56:10 -0800
81fbd50dc5WIP: second index is created and working on populating it
JohnE
2015-12-14 15:19:20 -0800
b22b34a1d7MOD: updated to reflect the new options added (-dd) (-idx)
JohnE
2015-12-14 15:11:30 -0800
246cb522daMOD: insert is working, but there is already collisions for the md5 of the entire schema and the field was marked as unique. I will investigate if this accurate.
JohnE
2015-12-11 02:24:40 -0800
5e6fc05b81FIX: fixed a bug that occurred from changing import
JohnE
2015-12-10 19:33:44 -0800
7736404c30WIP: problem inserting a row into database, troubleshooting
JohnE
2015-12-10 12:48:13 -0800
8653b56e86MOD: updated the open index for better exception handling, updated the json import and code, not using a getter for member variables because that is pointless, instead doing do.db_hash and db.table_hashes
JohnE
2015-12-04 12:29:56 -0800
c51cfb7badNEW: added new command line switch "-l" for logging to a file, also modified "-v" to set the debug level
JohnE
2015-12-03 11:27:28 -0800
0465d31781NEW: added new command line switch "-idx" for the index
JohnE
2015-12-03 11:06:37 -0800
c91a0f74ddMOD: added a timestamp to the fingerprints folder to avoid collisions, fingerprints_2015-12-02_131904
JohnE
2015-12-02 13:22:31 -0800
78c1727afaMOD: updated the file version # since changes to the format were made
JohnE
2015-12-02 11:33:01 -0800
02e187c233MOD: modified the output of the fingerprints to be flat (not creating a directory for every app
JohnE
2015-11-30 17:45:35 -0800
c87aea45f0NEW: added processing of an android data folder
JohnE
2015-11-30 17:35:15 -0800
2c1a131c30WIP: fingerprint index
JohnE
2015-11-30 10:35:38 -0800
ea26abc58cMOD: updated the commandline parameters
JohnE
2015-11-19 16:35:38 -0800
9a0c1a9439MOD: added db-metadata-md5 to the fingerprint. it is a md5 sum of a concatenation of each table md5 sum
JohnE
2015-11-19 02:04:21 -0800