1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • 9920ed57a7 small modifications Trilok Shahi 2014-04-11 11:18:23 -04:00
  • ed4e01134c added signature checking for javafx videos Trilok Shahi 2014-04-11 11:14:20 -04:00
  • 48452a8a27 Merge pull request #611 from rcordovano/sample_modules_update Richard Cordovano 2014-04-10 18:26:01 -04:00
  • 723828c98c Update sample modules to use ref counting form IngestModuleAdapter Richard Cordovano 2014-04-10 18:24:03 -04:00
  • 066e2abd13 Merge pull request #610 from SynapticNulship/ingestmessagepanel Richard Cordovano 2014-04-10 17:54:33 -04:00
  • 65eeeca13d Merge pull request #609 from rcordovano/single_job_cancel_api Richard Cordovano 2014-04-10 17:29:38 -04:00
  • 5d4f5f1636 Corrected log message format errors in recent activity extracter ingest module Richard Cordovano 2014-04-10 17:27:35 -04:00
  • 708dd975df Fixed incorrect auto-format of Firefox(Extracter) log messages Richard Cordovano 2014-04-10 17:19:34 -04:00
  • fa6ab7a157 fix mistake made during recent changes to IngestMessagePanel (which can also cause a ConcurrentModificationException) Samuel H. Kenyon 2014-04-10 17:11:43 -04:00
  • 1431d12a90 Eliminated duplication of ingest job cancellation check methods Richard Cordovano 2014-04-10 17:10:08 -04:00
  • cb3055015f log message changes Samuel H. Kenyon 2014-04-10 17:03:41 -04:00
  • 446ca7cc71 Merge pull request #608 from rcordovano/pipeline_config_overwrite Richard Cordovano 2014-04-10 14:28:48 -04:00
  • aaacbc944d Fixed pipeline config bug from misunderstanding of PlatformUtil method Richard Cordovano 2014-04-10 14:28:00 -04:00
  • c11d571c3f removed lock around call to ingester.commit() Samuel H. Kenyon 2014-04-10 13:56:49 -04:00
  • 57a767f39f Merge pull request #606 from SynapticNulship/onemsg2 Richard Cordovano 2014-04-10 13:06:47 -04:00
  • c0c6b6b481 Merge pull request #607 from rcordovano/pipeline_config_overwrite Richard Cordovano 2014-04-10 13:01:14 -04:00
  • e8773786f4 Added overwrite flag to PlatformUtil resource file extraction method, use for pipeline config Richard Cordovano 2014-04-10 12:58:45 -04:00
  • a01c25356e Merge pull request #603 from alexjacks92/develop Richard Cordovano 2014-04-10 12:34:07 -04:00
  • bb7a99ce2d Pulled static strings into Bundle. Removed unused strings from Bundle. Nick Davis 2014-04-10 12:15:20 -04:00
  • 7071bd4b96 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Nick Davis 2014-04-10 10:08:02 -04:00
  • dc5624916e removed IngestMessageGroup.getMessages() Samuel H. Kenyon 2014-04-09 17:38:59 -04:00
  • eb18e50bf4 Merge remote-tracking branch 'upstream/develop' into onemsg2 Samuel H. Kenyon 2014-04-09 17:36:08 -04:00
  • 7e7f7b43bb updates to make IngestMessagePanel table model thread-safe Samuel H. Kenyon 2014-04-09 17:35:18 -04:00
  • bd46a5a8f1 Merge pull request #605 from rcordovano/parallel_file_ingest Richard Cordovano 2014-04-09 16:37:58 -04:00
  • 9d75f560e2 Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop alexjacks92 2014-04-09 16:36:33 -04:00
  • 62f594c693 Fixed spelling error in comment Richard Cordovano 2014-04-09 16:34:30 -04:00
  • a517303606 Ordered ingest modules in ingest job configuration panel Richard Cordovano 2014-04-09 16:32:27 -04:00
  • 87727f9249 Ordered ingest modules in ingest job configuration panel Richard Cordovano 2014-04-09 16:31:12 -04:00
  • 25d02d39b9 Merge pull request #604 from SynapticNulship/mt-search2 Richard Cordovano 2014-04-09 16:07:01 -04:00
  • e9f6226b47 Merge remote-tracking branch 'upstream/develop' into mtsearch2b Samuel H. Kenyon 2014-04-09 15:54:51 -04:00
  • 257214f178 Merge pull request #593 from SynapticNulship/mt-search Richard Cordovano 2014-04-09 15:44:20 -04:00
  • b5d06e67ce simplify the loop in addKeywordListsToAllJobs() Samuel H. Kenyon 2014-04-09 15:36:11 -04:00
  • 0437977226 moved commit() up in stopJob() and removed some INFO logging Samuel H. Kenyon 2014-04-09 15:30:45 -04:00
  • 3bd0b6a1a1 Work to incorporate module descriptions into the UI. alexjacks92 2014-04-09 15:16:05 -04:00
  • e2d66535ab fix qualifier consistency issues with the table model Samuel H. Kenyon 2014-04-09 15:14:48 -04:00
  • 2f098d2202 made a string final Samuel H. Kenyon 2014-04-09 14:11:35 -04:00
  • 1e255f0979 SevenZipIngestModule: only check 7zip init once Samuel H. Kenyon 2014-04-09 14:07:05 -04:00
  • be4f3194fc FileTypeIdIngestModule: only send one final message Samuel H. Kenyon 2014-04-09 13:57:48 -04:00
  • b0b9e8201c FileExtMismatchIngestModule: only send one final message Samuel H. Kenyon 2014-04-09 13:32:58 -04:00
  • d07968b479 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop alexjacks92 2014-04-09 13:17:21 -04:00
  • 09376f73d4 multithreading updates for ExifParserFileIngestModule Samuel H. Kenyon 2014-04-09 12:25:45 -04:00
  • 412fe8a94a Merge pull request #599 from alexjacks92/noEmailer Richard Cordovano 2014-04-09 11:20:44 -04:00
  • e78fb736dd Merge pull request #598 from alexjacks92/master Richard Cordovano 2014-04-09 11:20:04 -04:00
  • 379b1ddfc3 Merge pull request #602 from rcordovano/parallel_file_ingest Richard Cordovano 2014-04-09 11:19:36 -04:00
  • 5b25aa1edd Removed unused imports, TODO comment Richard Cordovano 2014-04-09 11:15:20 -04:00
  • a07153261e Changed ingest module lifecycle events to ingest job lifecycle events Richard Cordovano 2014-04-09 11:09:19 -04:00
  • 85451734a7 remove unused messageId var Samuel H. Kenyon 2014-04-09 11:08:23 -04:00
  • d8d03aeae1 KeywordSearch: check the server and existence of keywords only once per job Samuel H. Kenyon 2014-04-09 11:00:36 -04:00
  • e740ade703 HashDB module: only post error messages once per job Samuel H. Kenyon 2014-04-09 10:49:21 -04:00
  • 4be1592f95 renaming Samuel H. Kenyon 2014-04-08 17:48:35 -04:00
  • 000a70a7d9 Just do one summary postMessage for KeywordSearch module. Samuel H. Kenyon 2014-04-08 17:48:21 -04:00
  • 42e83d3b23 ingestStatus is now static and shared between all threads Samuel H. Kenyon 2014-04-08 17:42:30 -04:00
  • 3a5e00a6bc Merge branch 'mt-search2' into onemsg2 Samuel H. Kenyon 2014-04-08 17:38:04 -04:00
  • 259aa105ba Merge remote-tracking branch 'upstream/develop' into mt-search2 Samuel H. Kenyon 2014-04-08 16:50:52 -04:00
  • ada3dd732b The renamed prop. Samuel H. Kenyon 2014-04-08 16:49:51 -04:00
  • e76573ee8a Adding the missing bundle properties to this branch since my pull request to develop is still waiting. Samuel H. Kenyon 2014-04-08 16:42:01 -04:00
  • 35457d0ff6 Merge remote-tracking branch 'upstream/develop' into onemsg2 Samuel H. Kenyon 2014-04-08 16:31:30 -04:00
  • a2e59ad5e1 IngestModuleAdapter now has a static moduleRefCount and static methods to access it. Samuel H. Kenyon 2014-04-08 16:30:57 -04:00
  • c499781702 Merge pull request #600 from rcordovano/parallel_file_ingest Richard Cordovano 2014-04-08 16:19:52 -04:00
  • 181c3828b7 Fixed bug in FileIngestPipeline Richard Cordovano 2014-04-08 16:13:44 -04:00
  • 9c928c17d5 Fixed bug in DataSourceIngestPipeline Richard Cordovano 2014-04-08 16:10:54 -04:00
  • bb29624635 Make the ctor synchronized Samuel H. Kenyon 2014-04-08 16:05:27 -04:00
  • 97b724350f Extra log info Samuel H. Kenyon 2014-04-08 16:05:13 -04:00
  • 36c9044576 Fixed ingest job cancellation Richard Cordovano 2014-04-08 16:02:33 -04:00
  • 94e8bb1c95 Some naming cleanup. Samuel H. Kenyon 2014-04-08 15:42:59 -04:00
  • c22b67d125 Merge remote-tracking branch 'upstream/develop' into mt-search2 Samuel H. Kenyon 2014-04-08 12:27:27 -04:00
  • f26073ee13 Cleaning up code to work when you aren't running a jenkins job. alexjacks92 2014-04-08 12:10:11 -04:00
  • 402d3651cc Cleaning up code to work when you aren't running a jenkins job. alexjacks92 2014-04-08 11:56:14 -04:00
  • d2b58c8440 Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop alexjacks92 2014-04-08 11:23:51 -04:00
  • 60e405520c Bug fix - now able to run test without jenkins support successfully. alexjacks92 2014-04-08 11:16:10 -04:00
  • 4345d13d81 removed left over EXIF files Brian Carrier 2014-04-08 10:57:04 -04:00
  • d3d8ea6870 moved file type, exten, exif, timeline into core NBM. Fixed file type ID buffer bug Brian Carrier 2014-04-08 10:54:00 -04:00
  • 4254693e15 Updated version and news file before release autopsy-3.0.10 Brian Carrier 2014-04-08 10:35:51 -04:00
  • 049572f62d Fixed 64-bit/CRT dlls on master. Same fix that was applied to develop a while back Brian Carrier 2014-04-08 10:33:42 -04:00
  • a03e257a97 Removing email code from test scripts. alexjacks92 2014-04-08 10:11:13 -04:00
  • cb6b9f7f5b Delete existing diff files before adding new ones. alexjacks92 2014-04-08 09:59:28 -04:00
  • 4a55835b0f Merge remote-tracking branch 'upstream/develop' into noEmailer alexjacks92 2014-04-08 09:48:25 -04:00
  • fa00b2d8ed moved EXIF module into core Brian Carrier 2014-04-08 00:00:22 -04:00
  • e81095a05b Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2014-04-07 23:47:34 -04:00
  • f3439d83b8 Updated new API docs to have more of a tutorial flow. Resolved some old dead links Brian Carrier 2014-04-07 23:46:59 -04:00
  • 7deb794088 Added new action for viewing log folder, renamed classes about AboutWIndow. Changes were also in previous commit by mistake Brian Carrier 2014-04-07 22:38:03 -04:00
  • 61d09a9627 changed SOLR launching messages to ERROR instead of WARNING Brian Carrier 2014-04-07 22:36:55 -04:00
  • f7f0c46697 Thread pool shutdown variation Richard Cordovano 2014-04-07 21:20:22 -04:00
  • 4206ab4a10 Fixed device ID lookup error, updated device mapping file, renamed class Brian Carrier 2014-04-07 16:06:46 -04:00
  • ad3c230c82 Merge remote-tracking branch 'upstream/develop' into noEmailer alexjacks92 2014-04-07 15:58:03 -04:00
  • 50f49c529a Removing existing diff files before writing them out to the jenkins attachment location. alexjacks92 2014-04-07 15:56:47 -04:00
  • 70ae081514 Merge remote-tracking branch 'upstream/develop' into mt-search Samuel H. Kenyon 2014-04-07 13:44:39 -04:00
  • 0b471112c9 Removing old diff files before moving new ones in. alexjacks92 2014-04-07 13:35:52 -04:00
  • 652ff6d306 Give the timer daemon a name (useful for debugging). Samuel H. Kenyon 2014-04-07 13:32:44 -04:00
  • a2d597fd2c Merge remote-tracking branch 'upstream/develop' into parallel_file_ingest Richard Cordovano 2014-04-07 10:15:05 -04:00
  • 8ee0cae8f8 Merge pull request #595 from rcordovano/change_file_ext_mismatch_settings Richard Cordovano 2014-04-07 10:10:21 -04:00
  • 1573e932d7 Removed skip known files setting from file ext mismatch detector Richard Cordovano 2014-04-07 10:08:39 -04:00
  • 1ad84b8292 Merge pull request #594 from rcordovano/remove_per_file_ingest_log_msgs Richard Cordovano 2014-04-07 09:55:01 -04:00
  • 8070b60dbe Removed logging start of ingest of each file Richard Cordovano 2014-04-07 09:54:05 -04:00
  • 95a61d8fd4 Merge remote-tracking branch 'upstream/develop' into develop Richard Cordovano 2014-04-07 09:51:26 -04:00
  • e5e1dbe075 Experimented with ingest job cancellation improvements Richard Cordovano 2014-04-07 09:50:45 -04:00
  • 98593fe7b1 More thread-safe Samuel H. Kenyon 2014-04-04 18:37:42 -04:00
  • f6f5ad7002 Some cleanup and an extra logging statement. Samuel H. Kenyon 2014-04-04 18:37:18 -04:00
  • 3a28422f5f Remove initialized variable Samuel H. Kenyon 2014-04-04 17:59:48 -04:00
  • 8248bf66e7 Give each job a finalSearchLock so that one job doesn't interfere with another. Samuel H. Kenyon 2014-04-04 17:58:52 -04:00