53 Commits

Author SHA1 Message Date
dhurd
a7eb7b49ee Added TSK_URL_DECODED attribute for any found URL. 2012-08-27 14:18:01 -04:00
adam-m
cd4e98d618 remove test string 2012-08-23 10:40:55 -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
7d8bfe330b Add print default encoding to log files 2012-08-23 10:14:38 -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
c134d060db get more version numbers to log (java, netbeans rcp) 2012-08-22 17:42:37 -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
4e7462e01c Update obsolete calls to get user dir 2012-08-17 10:04:45 -04:00
adam-m
63d6c9dd74 fix log message 2012-08-16 14:44:58 -04:00
adam-m
04f4cfce9b script name typo fix 2012-08-13 14:28:55 -04:00
adam-m
78f86c55d0 change script name 2012-08-13 12:26:12 -04:00
adam-m
e43a75112d change formatting 2012-08-13 11:52:47 -04:00
adam-m
3059ee7ec6 Separate Latin basic from Latin extended and all other scripts.
It needs to be selected separately.
2012-08-13 11:50:22 -04:00
adam-m
47761e0a87 change display order 2012-08-12 16:52:35 -04:00
adam-m
d1006319fa fix warns 2012-08-12 16:47:50 -04:00
adam-m
7781386bfd Better display of scripts/languages options 2012-08-12 16:45:31 -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
763aba7014 fix warn 2012-08-09 15:04:01 -04:00
adam-m
252c8f725c Minor strnig extract optimization (reuse string buffer across calls) 2012-08-09 13:06:25 -04:00
adam-m
0a5468d639 String extract code optimization - do not use sort() to get the best result 2012-08-08 14:50:19 -04:00
adam-m
ade444403f Print application name, version and build type to log as it starts 2012-08-07 14:19:24 -04:00
adam-m
877ee65439 Move StopWatch class from reporting to core utils 2012-08-03 13:05:06 -04:00
adam-m
f78dfc09df String extract improvement for UTF16 2012-08-01 13:08:34 -04:00
adam-m
aeba457852 String extract intl streaming improvements 2012-07-31 18:17:34 -04:00
adam-m
3e040a0d88 Preliminary international string extract streaming, incorporate into Ingest (using default LATIN_2 script for now)
Minor cleanup, use Charset class, update comments.
2012-07-31 12:48:37 -04:00
adam-m
aa8ce94193 Add script selection to string viewer
Remove obsolete widget
2012-07-30 15:44:23 -04:00
adam-m
42530a3969 Fix decoding UTF8 characters 2012-07-27 17:04:23 -04:00
adam-m
7d3483fdc2 add API to use scripts provided, otherwise use the default ones (all supported) 2012-07-27 14:30:29 -04:00
adam-m
2c6a06245a Better result comparison, added TODO comments 2012-07-27 14:05:20 -04:00
adam-m
1c8809ae04 Refactor scripts supported 2012-07-27 13:35:20 -04:00
adam-m
e5900f7cb0 Move the unicode table and script lookup to a separate class - singleton, to minimize resource usage 2012-07-27 11:17:46 -04:00
adam-m
59b90d19fb Preliminary string extract utility (language and encoding aware) 2012-07-26 17:16:27 -04:00
adam-m
fe8ce51961 Use Version.properties to store version information, instead of Bundle.properties that is a tracked file. 2012-07-25 09:57:24 -04:00
dhurd
b50e3beb27 Updated extraction to use FileUtils. 2012-07-19 16:22:35 -04:00
adam-m
7743444a3a Move delete dir method to FileUtil 2012-07-19 15:55:02 -04:00
Dick Fickling
6956a968fd improve lnk parsing 2012-06-26 16:54:19 -04:00
Dick Fickling
3cdd32a7a4 Add jlnk parser to coreutils, update to begin parsing linkID structure 2012-06-26 09:51:23 -04:00
adam-m
4998aa932a Fix after merge 2012-06-20 09:27:36 -04:00
Alex Ebadirad
7ecf172ecd Null exception fix to thunderbirdparser/ThunderbirdMboxFileIngestService.java as well as merge with most recent autopsy new features branch
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:37:27 -07:00
adam-m
9f2274b9f3 Revert generated files (consider gitignore) 2012-05-15 10:40:44 -04:00
Alex Ebadirad
d400c636c2 Mild reporting fix to compile
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:48:18 -07:00
Alex Ebadirad
a8cdf70ee8 refactored classes for camel casing of filenames
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:23:29 -07:00
adam-m
3a9a50849f Log handler - use severe level for dialogs for all builds for now 2012-04-26 09:56:15 -04:00
adam-m
c9bb519962 Different logging handler behavior for dev builds (>= warn become dialogs) and release builds (>=severe become dialogs) 2012-04-25 17:28:45 -04:00
Dick Fickling
b23ec9d34e wording change 2012-04-24 16:33:39 -04:00
Dick Fickling
fe96490b2c Remove references to deprecated API, update comments to match code,
hide expansion buttons on empty directories, improve log messages
2012-04-24 12:49:40 -04:00
Dick Fickling
cff2a346b4 build script modifications 2012-04-24 12:46:34 -04:00
adam-m
7b72b27877 Turns log messages into dialogs for severe level and above only (not warning) 2012-04-19 12:51:10 -04:00
adam-m
9b289272b9 add Platform util class, add method to get java path 2012-04-18 12:54:14 -04:00
Dick Fickling
3ce9917c2a Improve cross platform performance and appearance 2012-03-26 14:08:54 -04:00