Dick Fickling
|
92fab86a45
|
Merge branch 'master' of github.com:sleuthkit/autopsy
|
2012-05-22 09:19:35 -04:00 |
|
Dick Fickling
|
0d5ebc9f98
|
TSK-483: Show path in results tables
Currently showing full path just for keyword hits and hash hits, because
for most other artifacts the location of the original file isn't very
useful.
|
2012-05-22 09:19:08 -04:00 |
|
adam-m
|
24a87e3d6c
|
Better notification also in ingester threads when user-cancelled.
|
2012-05-21 17:30:27 -04:00 |
|
adam-m
|
db5724130e
|
Add indication when keyword search task is being cancelled by user
|
2012-05-21 17:18:48 -04:00 |
|
adam-m
|
c89ec83ade
|
Reset keyword search current results tracking at the end of keyword search ingest (minor memory optimization)
|
2012-05-21 17:07:36 -04:00 |
|
adam-m
|
675c0357af
|
TSK-492 Make keyword lists optional for including in ingest messages
|
2012-05-21 17:03:08 -04:00 |
|
adam-m
|
7558937f3c
|
Merge branch 'master' of https://github.com/sleuthkit/autopsy
|
2012-05-21 15:32:27 -04:00 |
|
adam-m
|
ce72c3b471
|
TSK-485 Better error message if they search during injest
|
2012-05-21 15:10:05 -04:00 |
|
Dick Fickling
|
b6a2f3da7a
|
TSK-480: make new lists triaged by default
TSK-489: Volume sectors are off by 1
|
2012-05-21 14:28:23 -04:00 |
|
Dick Fickling
|
33f247e4ba
|
Merge branch 'master' of github.com:sleuthkit/autopsy
|
2012-05-21 10:11:36 -04:00 |
|
Dick Fickling
|
5d4dc02634
|
Initial test script commit.
|
2012-05-21 10:10:56 -04:00 |
|
adam-m
|
6752c41299
|
Merge branch 'master' of https://github.com/sleuthkit/autopsy
|
2012-05-18 14:21:32 -04:00 |
|
adam-m
|
daa94bdd0c
|
Keyword search: use stringstreamer with no preserve at buf boundary option
|
2012-05-18 14:21:15 -04:00 |
|
adam-m
|
4de3ae81f2
|
Keyword search: use stringstreamer with no preserve at bug boundary option
|
2012-05-18 14:16:06 -04:00 |
|
adam-m
|
648f290dc1
|
Handle rare case when running solr query expected to have matches, yields no results and highlight is not fully initialized
|
2012-05-18 12:16:07 -04:00 |
|
adam-m
|
37c6082c6d
|
Special case when no hit pages returned
|
2012-05-18 11:27:32 -04:00 |
|
adam-m
|
f4a8e7cd29
|
Update doc
|
2012-05-18 11:20:51 -04:00 |
|
adam-m
|
b6d899fdb1
|
extracted content gui: set labels to - if there is hit navigation is disabled
|
2012-05-18 11:15:54 -04:00 |
|
adam-m
|
99c85aa824
|
Correct error handling when ingest exception occurs while extracting strings during ingest, need to bail out.
|
2012-05-18 09:41:43 -04:00 |
|
adam-m
|
18926cb311
|
Wording changes, no logic change
|
2012-05-17 16:56:19 -04:00 |
|
Dick Fickling
|
d95c2cbc85
|
Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
|
2012-05-17 16:43:19 -04:00 |
|
Dick Fickling
|
e5d75acab4
|
Set progress bar to indeterminite while waiting for search to cancel
|
2012-05-17 16:42:02 -04:00 |
|
adam-m
|
354ae47362
|
Make sure searcher can be cancelled in between new searches only
|
2012-05-17 15:28:21 -04:00 |
|
adam-m
|
524b3b50ea
|
Merge branch 'master' of https://github.com/sleuthkit/autopsy
|
2012-05-17 15:21:49 -04:00 |
|
adam-m
|
38c9128c99
|
Add log message
|
2012-05-17 15:21:22 -04:00 |
|
adam-m
|
ce7482db74
|
Merge branch 'master' of https://github.com/sleuthkit/autopsy
|
2012-05-17 15:04:45 -04:00 |
|
adam-m
|
77d7570e48
|
Improve highlight query in case of a regex with dir tree / blackboard saved results, now it should not return chunks that do not have exact regex match
|
2012-05-17 15:04:24 -04:00 |
|
adam-m
|
c5fd65d14e
|
Improve keyword search done() cleanup - make sure it's called when doInBackground() completes
|
2012-05-17 14:56:26 -04:00 |
|
adam-m
|
752a22a7c9
|
Remove unused variable
|
2012-05-17 13:20:21 -04:00 |
|
adam-m
|
3ad8601c95
|
More synchronization to ensure only a single searcher can run inBackground() at a time. Also should fix cancellation and concurrency issues when the final searcher is started.
|
2012-05-17 13:04:59 -04:00 |
|
adam-m
|
2214bcb1f5
|
Add synchronization around currentResults in a rare case of 2 searchers (first cancelled, but still running)
|
2012-05-17 12:48:40 -04:00 |
|
adam-m
|
708dbd63ee
|
Merge branch 'master' into new-features-20120503
Conflicts:
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
|
2012-05-17 10:24:39 -04:00 |
|
adam-m
|
042b47b766
|
fix signature before merge
|
2012-05-17 10:21:33 -04:00 |
|
adam-m
|
9e2de4cb63
|
Catch cancellation exception in addition to checking for iscancelled
|
2012-05-17 10:17:33 -04:00 |
|
adam-m
|
d4affa5ef6
|
Keyword search ingest: handle final searcher case if thread cancel() is non-blocking operation
In done(), collect and log all exceptions thrown while in background
|
2012-05-17 10:09:37 -04:00 |
|
adam-m
|
acab96de5c
|
Keyword search chunks: faster generating preview from dir tree, by quering only the content id of interest. Added support to filter query by id to keyword search API.
|
2012-05-16 17:28:44 -04:00 |
|
adam-m
|
4d5fdcd31f
|
Update page nav code
|
2012-05-16 15:06:35 -04:00 |
|
adam-m
|
1658103e9e
|
Fix for getting correct # of pages to display
|
2012-05-16 14:34:17 -04:00 |
|
adam
|
b56ad31026
|
Merge pull request #47 from aebadirad42six/master
Reporting bug fixes
|
2012-05-16 10:51:58 -07:00 |
|
Alex Ebadirad
|
a6d43b67a6
|
Using copycasedb method now, additional information to the filterpanel to show more progress so it doesn't appear anything is 'hanging'.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
|
2012-05-16 10:40:44 -07:00 |
|
adam-m
|
cd50f26d10
|
Merge branch 'master' into new-features-20120503
|
2012-05-16 12:43:25 -04:00 |
|
adam-m
|
65173df7a3
|
remove empty line
|
2012-05-16 12:42:48 -04:00 |
|
adam-m
|
0995de16eb
|
update gitignore with build-modified files
|
2012-05-16 12:39:59 -04:00 |
|
adam-m
|
20fba05138
|
Fix Reporting file name change merge
|
2012-05-16 12:24:19 -04:00 |
|
Alex Ebadirad
|
449c4ef3a6
|
fixed typo for method from extention to extension
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
|
2012-05-16 08:31:16 -07:00 |
|
adam-m
|
2111361cea
|
Remove comment, update text
|
2012-05-16 11:09:30 -04:00 |
|
adam-m
|
0d20d22808
|
Keyword search: hit navigation now spans all pages that have hits
|
2012-05-16 10:57:23 -04:00 |
|
adam-m
|
945cfcdfb1
|
Page/hit navigation fix for special case
|
2012-05-16 10:15:52 -04:00 |
|
adam-m
|
fee9f9d0b1
|
Keyword search large strings: improvements in navigation, added support for chunk hit preview in dir tree (still needs optimizations)
|
2012-05-15 21:16:59 -04:00 |
|
adam-m
|
9164551f2a
|
Keyword search: preliminary hit navigation for large files
|
2012-05-15 18:17:42 -04:00 |
|