6143 Commits

Author SHA1 Message Date
Samuel H. Kenyon
70ae081514 Merge remote-tracking branch 'upstream/develop' into mt-search 2014-04-07 13:44:39 -04:00
alexjacks92
0b471112c9 Removing old diff files before moving new ones in. 2014-04-07 13:35:52 -04:00
Samuel H. Kenyon
652ff6d306 Give the timer daemon a name (useful for debugging). 2014-04-07 13:32:44 -04:00
Richard Cordovano
a2d597fd2c Merge remote-tracking branch 'upstream/develop' into parallel_file_ingest 2014-04-07 10:15:05 -04:00
Richard Cordovano
8ee0cae8f8 Merge pull request #595 from rcordovano/change_file_ext_mismatch_settings
Removed skip known files setting from file ext mismatch detector
2014-04-07 10:10:21 -04:00
Richard Cordovano
1573e932d7 Removed skip known files setting from file ext mismatch detector 2014-04-07 10:08:39 -04:00
Richard Cordovano
1ad84b8292 Merge pull request #594 from rcordovano/remove_per_file_ingest_log_msgs
Remove per file ingest log msgs
2014-04-07 09:55:01 -04:00
Richard Cordovano
8070b60dbe Removed logging start of ingest of each file 2014-04-07 09:54:05 -04:00
Richard Cordovano
95a61d8fd4 Merge remote-tracking branch 'upstream/develop' into develop 2014-04-07 09:51:26 -04:00
Richard Cordovano
e5e1dbe075 Experimented with ingest job cancellation improvements 2014-04-07 09:50:45 -04:00
Samuel H. Kenyon
98593fe7b1 More thread-safe 2014-04-04 18:37:42 -04:00
Samuel H. Kenyon
f6f5ad7002 Some cleanup and an extra logging statement. 2014-04-04 18:37:18 -04:00
Samuel H. Kenyon
3a28422f5f Remove initialized variable 2014-04-04 17:59:48 -04:00
Samuel H. Kenyon
8248bf66e7 Give each job a finalSearchLock so that one job doesn't interfere with another. 2014-04-04 17:58:52 -04:00
Samuel H. Kenyon
44d11e1862 Comments, logging, and changed ingester lock. 2014-04-04 17:31:28 -04:00
alexjacks92
48025c2e15 Removed unneeded logging, removed email code, refactored variable names from email-centric to jenkins- and error-centric names. 2014-04-04 15:50:18 -04:00
alexjacks92
90868512c6 Merge remote-tracking branch 'upstream/develop' into noEmailer 2014-04-04 15:13:44 -04:00
Richard Cordovano
2c212c07a3 Merge pull request #591 from SynapticNulship/mt-onemsg
HashDB one msg per job
2014-04-04 15:06:01 -04:00
Samuel H. Kenyon
ea19685e3e extractors changed to non-static 2014-04-04 14:59:35 -04:00
Samuel H. Kenyon
341fbfc94e Use a util timer set as a daemon, not a swing timer. 2014-04-04 14:59:05 -04:00
Samuel H. Kenyon
92f12e8ce0 Merge remote-tracking branch 'upstream/develop' into mt-search
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2014-04-04 13:49:46 -04:00
Samuel H. Kenyon
eab237c49c Added comment about what the map is mapping 2014-04-04 11:53:03 -04:00
Samuel H. Kenyon
587d9a7f6c Rename refMap and its mutator methods 2014-04-04 11:36:54 -04:00
Samuel H. Kenyon
21e2747085 Make jobID private. Remove now-unused members. 2014-04-04 11:29:17 -04:00
Samuel H. Kenyon
a20f599839 Merge remote-tracking branch 'upstream/develop' into mt-onemsg
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestModule.java
2014-04-04 11:18:21 -04:00
Richard Cordovano
55c8edafae Merge pull request #590 from SynapticNulship/mt-msgid
Make handling of message ids for ingest module ingest messages thread-safe
2014-04-04 10:40:27 -04:00
Richard Cordovano
13a176f413 Removed sleeps from IngestManager.stoAll(), added more cancel checks 2014-04-04 09:43:28 -04:00
Samuel H. Kenyon
109cd14c98 Remove messageID tracking and passing from modules as class IngestMessage handles it automatically now 2014-04-03 22:49:17 -04:00
Samuel H. Kenyon
5a60feccc6 Remove message ID passing from Core to IngestMessage 2014-04-03 22:38:25 -04:00
Samuel H. Kenyon
bca9b0270f Remove ID from public API of IngestMessage, and add a thread safe counter to use instead. 2014-04-03 22:35:02 -04:00
Samuel H. Kenyon
ef36d718b2 Keep track of how many HashDbIngestModule instances there are per job and only post one summary inbox message per job. 2014-04-03 21:40:27 -04:00
Samuel H. Kenyon
66a53a3f06 Eyeball widget now sends new lists to ingest jobs via the SearchRunner singleton. 2014-04-03 19:15:17 -04:00
Samuel H. Kenyon
7913ecf25d Only do final search if this is the last module in this job to call endJob() 2014-04-03 17:25:23 -04:00
Brian Carrier
f390695795 reformat ReportKML. No logic changes 2014-04-03 16:55:30 -04:00
Samuel H. Kenyon
d3321853e0 Merge remote-tracking branch 'upstream/develop' into mt-search 2014-04-03 16:16:58 -04:00
Samuel H. Kenyon
5a77a3102e Move notify into the final finally(). 2014-04-03 16:16:45 -04:00
Samuel H. Kenyon
a5c4b9d518 Adjust final search condition/wait to use its own lock object. 2014-04-03 15:56:42 -04:00
Samuel H. Kenyon
b16dfba6b9 Add colon and trailing space to some of the bundle props 2014-04-03 15:55:03 -04:00
alexjacks92
c980facdab Removed mail code, added code to work with jenkins. 2014-04-03 15:41:04 -04:00
Brian Carrier
442037ebf9 removed unneeded files in core 2014-04-03 15:16:07 -04:00
Brian Carrier
cdc7b3b11e Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-04-03 15:14:17 -04:00
Brian Carrier
3abbc64ec9 added more checks to RR plug-ins to not display path of module when key is not found 2014-04-03 15:10:39 -04:00
Richard Cordovano
cbe76de089 Merge pull request #586 from shahit2/KMLReporter
Kml reporter
2014-04-03 14:36:26 -04:00
Richard Cordovano
24953e924d Merge pull request #587 from rcordovano/parallel_file_ingest
Parallel file ingest
2014-04-03 14:34:13 -04:00
Samuel H. Kenyon
799208c2f7 Missing strings added to Bundle.properties 2014-04-03 13:59:51 -04:00
Richard Cordovano
34545c2fd1 Changed Tools->Options->Display to Tools->Options->Autopsy 2014-04-03 13:57:36 -04:00
Richard Cordovano
4d194b989d Fixed bug in IngestManager.startAll() 2014-04-03 13:55:35 -04:00
Samuel H. Kenyon
5b7c84d366 Get jobID from IngestJobContext arg 2014-04-03 13:38:53 -04:00
Richard Cordovano
8d0490928b Fixed preferences saving bug for IngestManager 2014-04-03 13:01:16 -04:00
Trilok Shahi
6819238227 removed unecessary jars, and some small code changes 2014-04-03 11:52:12 -04:00