alexjacks92
|
feaf2c1409
|
JavaIO flushing error fix and ensuring regression test diffs are added as email attachments.
|
2014-04-01 17:20:45 -04:00 |
|
Samuel H. Kenyon
|
93e466a0b6
|
doFinalSearch() should now wait if the given job still has a search worker running before launching the final search worker.
|
2014-04-01 16:40:16 -04:00 |
|
Richard Cordovano
|
6a24104f58
|
Merge pull request #580 from rcordovano/parallel_file_ingest
Removed inadvertantly checked in file
|
2014-04-01 16:25:26 -04:00 |
|
alexjacks92
|
4cb3c8cade
|
More useful variable name.
|
2014-04-01 16:23:26 -04:00 |
|
Richard Cordovano
|
885f81311d
|
Removed inadvertantly checked in file
|
2014-04-01 16:21:36 -04:00 |
|
alexjacks92
|
ab95cebf3e
|
Removed logging that is no longer needed.
|
2014-04-01 16:21:16 -04:00 |
|
Richard Cordovano
|
e67ded7423
|
Merge pull request #579 from rcordovano/parallel_file_ingest
Parallel file ingest
|
2014-04-01 16:16:47 -04:00 |
|
Samuel H. Kenyon
|
2c006bec7d
|
Don't start a new worker if the workerRunning flag is set
|
2014-04-01 16:15:43 -04:00 |
|
Richard Cordovano
|
1ca7d7dea1
|
Updated ingest module developer guide documentation
|
2014-04-01 16:14:57 -04:00 |
|
Samuel H. Kenyon
|
d7f255044c
|
Concurrency refactoring; SearchJobInfo now controls currentResults.
|
2014-04-01 15:41:56 -04:00 |
|
alexjacks92
|
5805377835
|
Added all available diffs as email attachments.
|
2014-04-01 15:21:13 -04:00 |
|
Samuel H. Kenyon
|
a5d5691b16
|
Don't start a searcher thread unless that job has keyword lists.
|
2014-04-01 14:57:27 -04:00 |
|
Richard Cordovano
|
5e3f5e9098
|
Merge pull request #575 from alexjacks92/develop
Fixing an "index out of range" error thrown in testing
|
2014-04-01 13:23:19 -04:00 |
|
alexjacks92
|
ff9f2374da
|
Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop
|
2014-04-01 12:39:27 -04:00 |
|
Samuel H. Kenyon
|
d962156730
|
Merge branch 'keyword_option_gui' into mt-search
|
2014-04-01 12:30:54 -04:00 |
|
Richard Cordovano
|
40b12ba3c8
|
Merge pull request #578 from SynapticNulship/keyword_option_gui
Fix sizing issues in the KeywordSearch advanced options GUI.
|
2014-04-01 12:30:03 -04:00 |
|
Samuel H. Kenyon
|
2d96ccea92
|
Fix sizing issues in the KeywordSearch advanced options GUI.
|
2014-04-01 12:26:07 -04:00 |
|
Samuel H. Kenyon
|
ce2d42542b
|
Final search now blocks until that thread is done.
|
2014-04-01 11:54:45 -04:00 |
|
Richard Cordovano
|
42d1f4b5cb
|
Merge pull request #576 from mrtizmo/core-filesearch
Core - filesearch module - translation correction
|
2014-04-01 11:54:19 -04:00 |
|
Richard Cordovano
|
8caa812fa9
|
Updated ingest module documentation
|
2014-04-01 11:30:07 -04:00 |
|
alexjacks92
|
c38d170395
|
Not nullifying util processes - presumed fix for javaIO flushing error.
|
2014-04-01 11:29:59 -04:00 |
|
Samuel H. Kenyon
|
ed9c83acf5
|
Added addKeywordListToAllJobs method
|
2014-03-31 18:06:48 -04:00 |
|
Samuel H. Kenyon
|
c4cf08fb42
|
improve locking
|
2014-03-31 17:52:19 -04:00 |
|
Samuel H. Kenyon
|
96404a16f4
|
Turn messageID into an AtomicInteger obj
|
2014-03-31 16:56:37 -04:00 |
|
Samuel H. Kenyon
|
6a78944e61
|
Latest compilable experimental SearchRunner.
|
2014-03-31 16:24:56 -04:00 |
|
Brian Carrier
|
ce623e1f7e
|
Made methods public again
|
2014-03-31 15:13:43 -04:00 |
|
Nick Davis
|
3af6e57035
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into core-filesearch
|
2014-03-31 14:39:43 -04:00 |
|
Nick Davis
|
4bc499dad2
|
Merge branch 'core-filesearch' of ssh://repo.narfindustries.com/autopsy-jp into core-filesearch
|
2014-03-31 14:39:36 -04:00 |
|
alexjacks92
|
0cde922712
|
Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop
|
2014-03-31 09:56:21 -04:00 |
|
Samuel H. Kenyon
|
a0372e9854
|
SearchRunner refactoring.
|
2014-03-28 18:08:41 -04:00 |
|
alexjacks92
|
e712ad8a82
|
Fixed an issue searching through logs for strings that aren't there.
|
2014-03-28 17:14:44 -04:00 |
|
Richard Cordovano
|
8e7fc2abb6
|
Merge pull request #574 from alexjacks92/develop
Fixing UI test hang up - removed section of code that looked for a check...
|
2014-03-28 14:50:35 -04:00 |
|
alexjacks92
|
2e64142bf2
|
Fixing UI test hang up - removed section of code that looked for a checkbox that has been removed.
|
2014-03-28 14:40:18 -04:00 |
|
Samuel H. Kenyon
|
0b75912ecf
|
Merge remote-tracking branch 'upstream/develop' into mt-search
|
2014-03-28 11:31:46 -04:00 |
|
Richard Cordovano
|
e70214c353
|
Merge pull request #573 from alexjacks92/develop
Test script now reflects new ingest framework, and has been cleaned up a bit.
|
2014-03-28 10:19:01 -04:00 |
|
alexjacks92
|
62476f6ffe
|
Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop
|
2014-03-28 09:57:12 -04:00 |
|
Richard Cordovano
|
6c9df1cf09
|
Merge pull request #572 from rcordovano/parallel_file_ingest
Updated sample ingest modules, adding factory, settings and settings pan...
|
2014-03-27 23:11:01 -04:00 |
|
Richard Cordovano
|
f26cd246ed
|
Updated sample ingest modules, adding factory, settings and settings panel
|
2014-03-27 23:08:35 -04:00 |
|
alexjacks92
|
e6b4794fef
|
Getting rid of an unused field.
|
2014-03-27 16:56:08 -04:00 |
|
alexjacks92
|
4a96fd6087
|
Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop
|
2014-03-27 16:17:13 -04:00 |
|
alexjacks92
|
d1ec1662bb
|
Removing dead code.
|
2014-03-27 14:08:37 -04:00 |
|
alexjacks92
|
ae94e25dc2
|
Changed ingest method calls to work with the new ingest framework.
|
2014-03-27 12:33:02 -04:00 |
|
Richard Cordovano
|
452b136ee0
|
Merge pull request #571 from millmanorama/public_DataModelActionsFactory
made DataModelActionsFactory and its static methods public
|
2014-03-27 11:20:02 -04:00 |
|
jmillman
|
bb39221f06
|
made DataModelActionsFactory and its static methods public
|
2014-03-27 11:11:32 -04:00 |
|
Samuel H. Kenyon
|
9d22f5c518
|
Added unfinished skeleton of new SearchRunner.
|
2014-03-26 19:05:20 -04:00 |
|
Richard Cordovano
|
208657e245
|
Merge pull request #570 from rcordovano/parallel_file_ingest
Tidied up ingest framework API
|
2014-03-26 17:13:19 -04:00 |
|
Richard Cordovano
|
4f8617a16a
|
Tidied up ingest framework API
|
2014-03-26 17:12:24 -04:00 |
|
Richard Cordovano
|
0f7770a27a
|
Merge pull request #569 from rcordovano/parallel_file_ingest
Made hash lookup module and settings panels work with settings
|
2014-03-26 15:19:32 -04:00 |
|
Richard Cordovano
|
819e10c2eb
|
Made hash lookup module and settings panels work with settings
|
2014-03-26 15:18:37 -04:00 |
|
Richard Cordovano
|
54a7330d4d
|
Merge pull request #568 from mrtizmo/core-core
File -> Open Recent Case name now uses Bundle
|
2014-03-26 15:16:16 -04:00 |
|