244 Commits

Author SHA1 Message Date
adam-m
ed9dceb502 Always index meta data of known files (skip content), and 0 byte files 2012-06-28 13:34:08 -04:00
adam-m
ef8371b544 Update ingest manager proxy java docs
Add a method to from manager to the facade
2012-06-28 10:07:48 -04:00
adam-m
bd252890c2 Remove more doxygen warnings 2012-06-26 14:07:26 -04:00
adam-m
7f88a38785 Simplify and improve finalizing image ingest threads 2012-06-22 12:26:10 -04:00
Dick Fickling
3395760740 fix variable names (my bad) 2012-06-18 15:51:48 -04:00
adam-m
a69b25b08b simplify fire service event, add more logging 2012-06-13 17:04:25 -04:00
adam-m
fff2277ab2 fix alignment when resized 2012-06-13 12:49:15 -04:00
adam-m
b1e75f31e2 Minor alignment 2012-06-13 10:10:52 -04:00
adam-m
40b309f2d2 Updated .form file 2012-06-12 23:59:31 -04:00
adam-m
a6e99d4eff Force re-open top component even if already in the floating mode 2012-06-12 23:58:41 -04:00
adam-m
636ba09933 Better spacing 2012-06-12 17:02:54 -04:00
adam-m
6d51562017 Better cancellation of image services threads from ingest manager if interruption occurs 2012-06-12 10:29:56 -04:00
adam-m
df6262bd50 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-08 18:19:39 -04:00
adam-m
b9e23ab9ec -Minimize solr query mem usage:
Change keyword search non-ingest query to enqueue snippet query threads, not to execute multiple snippet query threads in parallel
-Add snippet for regex query to GUI
2012-06-08 18:19:20 -04:00
Dick Fickling
f2efaba7b8 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-08 15:46:25 -04:00
Dick Fickling
4a07c39ed4 Register inbox page as help document 2012-06-08 15:45:34 -04:00
adam-m
119af2d143 update ingest javadoc 2012-06-08 15:31:31 -04:00
adam-m
7a55b01b17 Adjust query 2012-06-08 12:54:47 -04:00
Dick Fickling
b1fb5f9037 Add user help docs on Inbox 2012-06-08 12:46:28 -04:00
Dick Fickling
12dc622f80 fix getAllFiles query 2012-06-08 12:46:16 -04:00
adam-m
cfcf9deb18 Add directories to the file ingest query 2012-06-08 11:22:26 -04:00
Dick Fickling
ae61c50fde Update userdocs 2012-06-07 15:01:43 -04:00
adam-m
9e9754de62 update ingest bundle props 2012-05-31 13:04:06 -04:00
adam-m
3a51d2e35a Ingest manager global setting to process unalloc space
Inbox adjustment to disable navigation to unalloc file dir
Add pagefile to medium priority
2012-05-30 13:54:19 -04:00
Dick Fickling
ff4f10dd92 Fix ingest 2012-05-29 14:37:47 -04:00
adam-m
2a36390894 Update service register 2012-05-29 13:56:28 -04:00
Dick Fickling
dccbfb97cc Add LayoutFile, changes for new DataModel structure 2012-05-29 13:01:40 -04:00
Dick Fickling
21f32a5b66 Add support for LayoutContent to Autopsy 2012-05-24 15:18:36 -04:00
adam-m
24a87e3d6c Better notification also in ingester threads when user-cancelled. 2012-05-21 17:30:27 -04:00
adam-m
b897ac4f42 Merge branch 'master' into new-features-20120503
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-05-15 10:37:26 -04:00
adam-m
5d280074ab Update action name 2012-05-14 17:52:22 -04:00
adam-m
c97b75d33a Inbox, fix and check for last message 2012-05-11 18:10:39 -04:00
adam-m
4ab9dc5be7 Add more info to log when ingests are cancelled. 2012-05-09 13:10:46 -04:00
adam-m
2530da54e9 - Inbox concurrency improvements
- enable some additional info in log
2012-05-09 12:45:42 -04:00
adam-m
4b83eb949b - add inbox message count
- add more stats to log
- improve postMessage() performance
- keyword search ingest: handle better task cancellation, which could have previously resulted in lost artifact if second to last search is cancelled due to the final post-commit search
2012-05-07 22:55:10 -04:00
adam-m
7fb5e45cde Update wording 2012-05-02 11:15:00 -04:00
adam-m
7efa3ef9cc Fix more compile warnings in ingest 2012-05-01 23:26:45 -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
f760fa03c6 ingest monitor: add disk drive path to the user message 2012-04-26 12:42:09 -04: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
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
8fe64e9b64 - Add a confirm dialog when ingest is running and new image being added
- remove ingest/add image limitation from doc
2012-04-25 14:26:12 -04:00
adam-m
ddd98fb6ef ingest refresh setting: use radio with 3 options instead of slider 2012-04-24 18:17:55 -04:00
Dick Fickling
33b867083b Log error messages at Level.WARNING. 2012-04-19 13:10:10 -04:00
Dick Fickling
67c3922039 undo merge changes 2012-04-12 10:04:31 -04:00
Alex Ebadirad
b2e137379d Issues with grabbing installed programs, tweak to xls pages.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-11 17:48:47 -07:00
Dick Fickling
51765a9753 message details panel tweaks 2012-04-11 17:30:12 -04:00