20108 Commits

Author SHA1 Message Date
adam-m
b7806a42ea fs content string stream minor correction 2012-05-01 17:29:32 -04:00
Alex Ebadirad
c5e71bb14e Tweaks to prevent null pointer exceptions
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 14:29:18 -07:00
Alex Ebadirad
a8f9e7978c cosmetic code formatting changes
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:47:27 -07:00
Alex Ebadirad
cfbddc569c removal of hardcode artifact ids in reports.
Note: attribute ids are still hardcoded, need to get a lookup method like we have for artifacts to match
2012-05-01 13:36:16 -07:00
Alex Ebadirad
fda6aa2bf4 epoch time for registry extraction
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:23:52 -07:00
adam-m
df98e97cf9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-01 16:16:22 -04:00
adam-m
b55d9ad301 Set stream.contentType field in index request to Solr, if content type has been set for the stream - useful for string extraction and help by pass tika.
String stream: if eof encountered, handle case when temp buffer has some strings.
2012-05-01 16:15:51 -04:00
Alex Ebadirad
24adb5d991 Time Corrections for IE
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:15:07 -07:00
Alex Ebadirad
92936e1c0b Quick and dirty exception handling for RA 2012-05-01 13:12:11 -07:00
Dick Fickling
8749060eea Only show chunk dialog if user clicks OK in file chooser 2012-05-01 14:17:48 -04:00
adam-m
ac4cc7c624 better variable names, fix typo in ascii test, use UTF8 charset in stream, move string stream class 2012-05-01 13:43:38 -04:00
adam-m
95097e16d9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-30 17:35:34 -04:00
adam-m
e60c3d65e2 Add manifest file to ingestible extensions.
Add a function that abstracts out the ingestible check.
2012-04-30 17:35:05 -04:00
adam-m
3588590c7f Update header 2012-04-30 14:55:07 -04:00
adam-m
8e03df80a9 Supplement the stream conversion class with 2 default method implementations and comments 2012-04-30 14:54:21 -04:00
adam-m
54302c124d Minor cleanup, update javadoc 2012-04-30 14:40:23 -04:00
adam-m
96838e4915 Adjust index solr timeout better with file size 2012-04-30 13:59:50 -04:00
adam-m
fd526fde77 update doc 2012-04-30 11:52:42 -04:00
adam-m
4a35278ab0 - ensure messages are cleared when case closed, even if exc thrown
- adjust logging levels in term query class
- additional adjustments to handle case closed sooner
2012-04-30 11:51:32 -04:00
adam-m
b5ccf788a9 Another place to catch service exception when stop() called 2012-04-30 10:08:00 -04:00
adam-m
7f47375e8c Handle exceptions from stopping() services 2012-04-30 09:58:18 -04:00
adam-m
85f26bb899 Ensure any individual service managed background threads are shutdown first, before the ingester thread. 2012-04-30 09:50:51 -04:00
adam-m
7e1b633be7 TSK-468 keyword search hang on certain content
TSK-429 	Case closing exception handling
- better design of Solr server, better encapsulation to improve concurrency and error handling
- added timeout (30 mins by default, to be tweaked per file size) for file index operation
- implemented better solr server stop() (graceful, then brutal)
- added Solr restart in case of timeout, fixes issue when server instance is shot and does not respond.  After restart, ingest continues on following files
- better exception/error handling and handling of case closing while keyword search threads are being shutdown, but still running
2012-04-27 17:53:41 -04:00
adam-m
27e9b7f8ee Dir tree viewer add safety checks needed in some cases 2012-04-27 15:41:14 -04:00
Alex Ebadirad
356322d819 Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-04-27 10:11:49 -07:00
adam-m
f1fd58da67 ui adjustment 2012-04-27 12:25:41 -04:00
adam-m
d2fb627015 Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts resolved:
	Case/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.java
2012-04-27 12:18:02 -04:00
adam-m
92346d035d TSK-470 Allow user to skip orphan files on FAT file systems 2012-04-27 12:10:51 -04:00
Alex Ebadirad
a25627d341 AUT 33 and AUT 40 bug fixes. Java path redefinition using internal platformutil method and firefox3 support.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-27 08:46:49 -07:00
Dick Fickling
a6bf554a2e Limit Content Node creation to 10000 (will pop dialog to notify user) 2012-04-27 09:39:22 -04:00
Alex Ebadirad
e76c970e81 Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-04-26 18:13:34 -07:00
Dick Fickling
d8895e8ac5 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-04-26 15:54:07 -04:00
Dick Fickling
7e4f9e921d build and installer fixes 2012-04-26 15:53:53 -04:00
adam-m
ca526d34bc Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-26 13:33:51 -04:00
adam-m
799e8d1d04 TSK-440 Add image: handle split file - verify first chunk selected if 1 given 2012-04-26 13:33:35 -04:00
Dick Fickling
d81fa1cb98 Better collision handling in media viewer 2012-04-26 13:30:32 -04:00
Dick Fickling
dee46749b2 Add cache folder to case, start caching thumbnails 2012-04-26 13:29:22 -04:00
Dick Fickling
35be56d87a Merge branch 'master' of github.com:sleuthkit/autopsy 2012-04-26 13:27:12 -04:00
Dick Fickling
3da17cddf0 Further build script change 2012-04-26 13:26:47 -04:00
Alex Ebadirad
3e544a2003 Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-04-26 10:18:27 -07:00
adam-m
f760fa03c6 ingest monitor: add disk drive path to the user message 2012-04-26 12:42:09 -04:00
Alex Ebadirad
911e887986 Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-04-26 09:30:03 -07:00
adam-m
43a9c27c63 - tweaks to ingest disk space monitor
- keyword search index error message: add info if file is deleted
2012-04-26 12:19:12 -04:00
Alex Ebadirad
e7e6eabcac Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-04-26 08:48:25 -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
Alex Ebadirad
0b6669089d removed reportinterface to prevent confusion.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 16:26:39 -07:00
adam-m
4dfdfa9af5 TSK-438 Handle out of disk space condition
- add monitor that monitors system health (disk space) during ingest periodically, preliminary version
2012-04-25 18:28:20 -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
adam-m
7bead8d3cc update .gitignore 2012-04-25 17:20:11 -04:00
adam-m
b9a201b3ee Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-25 17:07:07 -04:00