740 Commits

Author SHA1 Message Date
adam-m
e0d7eb1e79 Use fast ASCII extraction if only Latin basic/English is enabled.
Move method to StringExtract class.
2012-09-12 17:27:02 -04:00
adam-m
67a0025807 adjust label text 2012-09-12 16:29:14 -04:00
adam-m
9961887ef1 Add user option to extract utf8/16 in ingest. Add option API to extractor. 2012-09-12 14:47:14 -04:00
dhurd
4839c10456 Added functionality to Option panels; replaced old advanced panels. 2012-09-12 12:37:30 -04:00
dhurd
830aa89e83 Updated XML files to be more centralized and plugin-friendly. 2012-08-31 11:49:57 -04:00
adam-m
e4eb4b8e3f Fix order of initializaion of services/manager in modules to ensure a single instance of manager. 2012-08-31 00:05:59 -04:00
adam-m
d6c80811c1 TSK-590 Fix setting use for ingest and ingest messages in list 2012-08-30 15:21:08 -04:00
adam-m
4d73386d96 Ingest API changes: add IngestModuleInit context to init(), change IngestManagerProxy into IngestServices singleton 2012-08-30 12:47:15 -04:00
dhurd
97bfac96dc Make the KeywordSearch toolbar be singleton and initialized once. 2012-08-29 17:05:34 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
a9230a7a68 change deprecated calls 2012-08-28 09:59:44 -04:00
adam-m
6f823614af fix dox warns 2012-08-24 11:47:09 -04:00
adam-m
7ae41102a1 Change encoding from default platform (cp1252 latin on windows) to UTF8 - not to lose information.
Add more methods to PlatformUtil to get platform encodings.
2012-08-23 10:37:20 -04:00
adam-m
5491a43dcd Ingest monitor: update case drive monitor if case changed (to a different drive location)
Add method to PlatformUtil to get user dir / abstract out from netbeans api
2012-08-23 09:57:19 -04:00
adam-m
eb7599c7af better check to active widgets 2012-08-22 16:34:23 -04:00
adam-m
3d3e4ec4b6 update label 2012-08-22 14:04:39 -04:00
adam-m
e1f74d0d03 Keyword search: check status of known file itself, rather that rely on hash db service to run during the same ingest. 2012-08-22 14:02:47 -04:00
adam-m
8a24478b9c slight doc cache increase 2012-08-21 17:18:00 -04:00
adam-m
58c625e499 Add to ingest log number of ingest messages, number of indexed files and chunks 2012-08-21 14:20:24 -04:00
adam-m
4e0bf4b60b fix text align 2012-08-21 12:34:27 -04:00
adam-m
0b9773c676 fix viewer widget spacing 2012-08-21 12:31:37 -04:00
adam-m
a4a43680a0 Tika logger improvement 2012-08-21 10:14:14 -04:00
adam-m
065530c429 change tika error log level to warn 2012-08-20 18:35:54 -04:00
adam-m
bf29e35d0c Add a separate logger for Tika exceptions, to tika.log 2012-08-20 18:00:11 -04:00
adam-m
eb407444a5 add missing strings in bundle 2012-08-20 14:42:08 -04:00
adam-m
7220813ae1 Add # indexed chunks info in general tab 2012-08-20 14:38:52 -04:00
adam-m
cd34a92f23 Revert "Fix resize page number"
This reverts commit e3d960d9a378e68cadf83bc2b25580efb67e9a9c.
2012-08-20 13:12:00 -04:00
adam-m
45dda1eff9 Fix resize page number 2012-08-20 12:45:42 -04:00
adam-m
6bb4b8ea6e Release tika reference after parse error as early as possible 2012-08-20 10:28:02 -04:00
adam-m
db4d59764f Ensure commit call blocks until changes written to disk and new searcher is available to pick them up 2012-08-17 16:29:55 -04:00
adam-m
4e7462e01c Update obsolete calls to get user dir 2012-08-17 10:04:45 -04:00
adam-m
30b56c3446 keyword search - do not index virtual dir name 2012-08-17 09:26:37 -04:00
adam-m
c74fb2195d TSK-543 - Update Solr to latest stable
- solr upgrade to 3.6.1, Tika to 1.0, improved query performance
2012-08-15 16:41:03 -04:00
adam-m
9806f6274f change default script for the service 2012-08-13 12:41:38 -04:00
adam-m
b232bc9b63 fix service init state, add comments 2012-08-13 12:11:54 -04:00
adam-m
7781386bfd Better display of scripts/languages options 2012-08-12 16:45:31 -04:00
adam-m
599be983b8 Keyword search config panel changes.
Checkboxes for languages.
2012-08-10 16:07:36 -04:00
adam-m
28b5a2ebf2 initial support for setting multiple scripts 2012-08-09 17:33:20 -04:00
adam-m
97a3ec96d0 Fix list config widget resizing 2012-08-09 17:04:22 -04:00
adam-m
c08960ad19 Ingest languages settings adjustments 2012-08-09 16:56:32 -04:00
adam-m
747b012e4c Language setting: map to languages from scripts.
Add more languages supported.
2012-08-09 16:15:56 -04:00
adam-m
252c8f725c Minor strnig extract optimization (reuse string buffer across calls) 2012-08-09 13:06:25 -04:00
adam-m
d28711a9bb better default variable value for clarity only (inited later anyway) 2012-08-09 13:03:32 -04:00
adam-m
b83ea73c1d Enable script setting in keyword search ingest 2012-08-08 16:12:17 -04:00
adam-m
9f6b2caf5d bugfix for possible offset overflow in string stream extract 2012-08-06 17:10:49 -04:00
adam-m
faf579157b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-08-06 11:32:30 -04:00
adam-m
5912307be3 Refactor filtering results to a method. Add searcher timings to log. 2012-08-06 11:32:15 -04:00
adam-m
dca11b2a83 Refactor setting common fields to a common method. 2012-08-06 11:31:36 -04:00
dhurd
c50fd51747 Improvements for MD5 hash searching. 2012-08-03 13:23:27 -04:00
adam-m
db76e7332d Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-08-02 12:49:04 -04:00