6672 Commits

Author SHA1 Message Date
Nick Davis
9860d5787b Pulled static strings.
Corrected Bundle references with missing Bundle entries.
2014-04-15 16:20:51 -04:00
Nick Davis
c1a744aafb Added missing .modules. to module path. 2014-04-15 15:46:14 -04:00
Samuel H. Kenyon
49f24c0020 fixed some more non-thread-safe declarations in KeywordSearch module 2014-04-15 14:32:24 -04:00
Samuel H. Kenyon
4ce2cf5fe7 updated AbstractFile text extractor classes to be thread safe 2014-04-15 14:02:36 -04:00
Nick Davis
b3c9b23feb Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-04-15 11:50:56 -04:00
Nick Davis
570b21c997 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into ingest 2014-04-15 11:35:45 -04:00
alexjacks92
e55378e68f Removed object id from diffing. Addresses issues with nondeterminism. 2014-04-15 11:21:28 -04:00
alexjacks92
bbf0012224 Removing unneeded print. 2014-04-15 10:30:07 -04:00
Kay Bassi
710fb6c64f Translation completed 2014-04-14 22:40:39 -04:00
Samuel H. Kenyon
75ae517556 Merge remote-tracking branch 'upstream/develop' into ingester 2014-04-14 17:13:28 -04:00
Nick Davis
80f73fd6d7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into keywordSearch 2014-04-14 16:47:57 -04:00
Nick Davis
8fe3965524 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into hashDatabase 2014-04-14 16:27:39 -04:00
Nick Davis
db6c614280 Merge branch 'hashDatabase' of ssh://repo.narfindustries.com/autopsy-jp into hashDatabase 2014-04-14 16:27:23 -04:00
Nick Davis
84609fc144 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into core-filesearch 2014-04-14 16:25:09 -04:00
Nick Davis
034cfdc6e1 Merge branch 'core-filesearch' of ssh://repo.narfindustries.com/autopsy-jp into core-filesearch 2014-04-14 16:24:53 -04:00
Kay Bassi
1ebe75d91a Changed the translation for "date" from 日時(date/time) to 日付(date) 2014-04-14 14:08:47 -04:00
Kay Bassi
efa5917815 Changed inconsistent translation of type from インフォメーション to 情報 2014-04-14 13:41:51 -04:00
Kay Bassi
5025529bf2 Changed inconsistent translation of type from 種類 to タイプ 2014-04-14 13:40:34 -04:00
Kay Bassi
134b274051 Merge remote-tracking branch 'origin/hashDatabase' into hashDatabase
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/Bundle_ja.properties
2014-04-14 13:38:37 -04:00
Kay Bassi
5a52e561ff Changed inconsistent translation of type from 種類 to タイプ 2014-04-14 13:37:56 -04:00
Kay Bassi
e0cf1fd149 Translation completed 2014-04-14 12:55:24 -04:00
Kay Bassi
2994184513 One clarification to make 2014-04-14 12:30:15 -04:00
Kay Bassi
80d22cb0f7 Merge remote-tracking branch 'origin/keywordSearch' into keywordSearch
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle_ja.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchEditListPanel.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchGlobalListSettingsPanel.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchListsAbstract.java
2014-04-14 11:46:29 -04:00
Richard Cordovano
8cd69b693d Merge pull request #615 from SynapticNulship/module_ref_counts
Module ref counts
2014-04-14 11:27:32 -04:00
Nick Davis
c9167c496f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-04-11 16:07:00 -04:00
Nick Davis
c61924e2c5 Pulled static strings into Bundle. Removed unused strings from Bundle. 2014-04-11 15:56:15 -04:00
Samuel H. Kenyon
eaf2bd4f7a added a shutdown() to do counter decrements 2014-04-11 14:57:24 -04:00
Samuel H. Kenyon
77cca50838 renamed ModuleReferenceCounter to IngestModuleReferenceCounter as requested, the class now removes entries once they decrement to zero, and removed static creation methods from sample classes 2014-04-11 14:55:30 -04:00
Nick Davis
6088b62b75 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into keywordSearch 2014-04-11 14:47:21 -04:00
Samuel H. Kenyon
3471538562 made the refCounter declaration lazy and consistent with data source example 2014-04-11 13:27:15 -04:00
Samuel H. Kenyon
b5f3d65118 adjusted modules to use new class ModuleReferenceCounter 2014-04-11 13:20:02 -04:00
Trilok Shahi
ec5448159b formatting 2014-04-11 12:59:08 -04:00
alexjacks92
cd18298ad6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-04-11 12:46:35 -04:00
Samuel H. Kenyon
350fbe9359 update ModuleReferenceCounter 2014-04-11 12:40:05 -04:00
Samuel H. Kenyon
9957516926 Extract module counter into its own class. 2014-04-11 12:15:58 -04:00
Samuel H. Kenyon
d262d707b0 Merge remote-tracking branch 'upstream/develop' into ingester 2014-04-11 11:33:06 -04:00
Trilok Shahi
9920ed57a7 small modifications 2014-04-11 11:18:23 -04:00
Trilok Shahi
ed4e01134c added signature checking for javafx videos 2014-04-11 11:14:20 -04:00
Richard Cordovano
48452a8a27 Merge pull request #611 from rcordovano/sample_modules_update
Update sample modules to use ref counting form IngestModuleAdapter
2014-04-10 18:26:01 -04:00
Richard Cordovano
723828c98c Update sample modules to use ref counting form IngestModuleAdapter 2014-04-10 18:24:03 -04:00
Richard Cordovano
066e2abd13 Merge pull request #610 from SynapticNulship/ingestmessagepanel
fix mistake made during recent changes to IngestMessagePanel (which can ...
2014-04-10 17:54:33 -04:00
Richard Cordovano
65eeeca13d Merge pull request #609 from rcordovano/single_job_cancel_api
Eliminated duplication of ingest job cancellation check APIs
2014-04-10 17:29:38 -04:00
Richard Cordovano
5d4f5f1636 Corrected log message format errors in recent activity extracter ingest module 2014-04-10 17:27:35 -04:00
Richard Cordovano
708dd975df Fixed incorrect auto-format of Firefox(Extracter) log messages 2014-04-10 17:19:56 -04:00
Samuel H. Kenyon
fa6ab7a157 fix mistake made during recent changes to IngestMessagePanel (which can also cause a ConcurrentModificationException) 2014-04-10 17:11:43 -04:00
Richard Cordovano
1431d12a90 Eliminated duplication of ingest job cancellation check methods 2014-04-10 17:10:08 -04:00
Samuel H. Kenyon
cb3055015f log message changes 2014-04-10 17:03:41 -04:00
Richard Cordovano
446ca7cc71 Merge pull request #608 from rcordovano/pipeline_config_overwrite
Fixed pipeline config bug from misunderstanding of PlatformUtil method
2014-04-10 14:28:48 -04:00
Richard Cordovano
aaacbc944d Fixed pipeline config bug from misunderstanding of PlatformUtil method 2014-04-10 14:28:00 -04:00
Samuel H. Kenyon
c11d571c3f removed lock around call to ingester.commit() 2014-04-10 13:56:49 -04:00