esaunders
|
45c2b0c065
|
Set results max page size to 512.
|
2017-01-03 12:48:39 -05:00 |
|
esaunders
|
c1f326775a
|
Added result paging support.
|
2017-01-03 12:47:16 -05:00 |
|
Ann Priestman
|
7c2fe3d63c
|
Make Autopsy scale correctly on high DPI displays
|
2017-01-03 12:42:00 -05:00 |
|
millmanorama
|
8410970b11
|
Chunker implements Iterator and Iterable
|
2017-01-03 14:57:55 +01:00 |
|
millmanorama
|
15c2d395fa
|
move Chunk and Chunker out of Ingester
|
2017-01-03 14:26:48 +01:00 |
|
millmanorama
|
d2a6fe3fda
|
move chunking algorithm into seperate class(es) and reduce chunk size to ~32k
|
2017-01-03 14:26:46 +01:00 |
|
Richard Cordovano
|
46369eff44
|
Update NBM versioning for 4.3.0
|
2017-01-02 18:45:21 -05:00 |
|
Richard Cordovano
|
62abe62a6c
|
Update Autopsy version numbers
|
2017-01-02 18:44:54 -05:00 |
|
Richard Cordovano
|
91f4993456
|
Update NEWS.txt for 4.3.0 release
|
2017-01-02 18:08:10 -05:00 |
|
Richard Cordovano
|
6ad40d4949
|
Merge pull request #2452 from rcordovano/develop
4.3.0 preps: DSPs, public API restore, const name
|
2017-01-02 17:57:25 -05:00 |
|
Richard Cordovano
|
13411450aa
|
4.3.0 preps: DSPs, public API restore, const name
|
2017-01-02 17:36:59 -05:00 |
|
millmanorama
|
3557f141e1
|
use UTF-8 encoding for ArtifactTextExtractor streams and readers
|
2017-01-02 16:45:51 +01:00 |
|
millmanorama
|
4ae0a688bc
|
don't commit unnecessarily
|
2016-12-31 14:31:11 +01:00 |
|
millmanorama
|
680015c184
|
Merge branch 'develop' into 2131-refactor-TextExtractors
|
2016-12-30 11:14:32 +01:00 |
|
William Schaefer
|
d426c0a76a
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter
|
2016-12-29 11:03:45 -05:00 |
|
Richard Cordovano
|
fbb37c619b
|
Merge pull request #2450 from APriestman/docUpdate
Update link to online documentation
|
2016-12-29 09:09:19 -05:00 |
|
Ann Priestman
|
a7a5dcb2ef
|
Update link to online documentation
|
2016-12-29 08:08:47 -05:00 |
|
Richard Cordovano
|
518635f491
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop
|
2016-12-28 15:01:22 -05:00 |
|
Richard Cordovano
|
4631c71502
|
Tentative NEWS file update for Autopsy 4.3.0
|
2016-12-28 14:59:46 -05:00 |
|
esaunders
|
681699467d
|
Needed to tweak the CC regex and our boundary characters to successfully match CC numbers in our test data set.
|
2016-12-28 14:37:51 -05:00 |
|
Richard Cordovano
|
392bbb16bb
|
Merge pull request #2449 from APriestman/docUpdate
Updates to documentation
|
2016-12-28 14:23:15 -05:00 |
|
Ann Priestman
|
c5e49b7b54
|
Fixing typos/wording
|
2016-12-28 14:22:13 -05:00 |
|
Ann Priestman
|
a67593bc99
|
Finishing doc updates
|
2016-12-28 13:50:47 -05:00 |
|
Richard Cordovano
|
a751f3b6f7
|
Update image gallery help URL
|
2016-12-28 13:44:59 -05:00 |
|
Ann Priestman
|
e41f141a9c
|
Merge remote-tracking branch 'upstream/develop' into docUpdate
|
2016-12-28 13:36:47 -05:00 |
|
Richard Cordovano
|
85bd18a7f2
|
Update image DSP type string
|
2016-12-28 13:16:23 -05:00 |
|
Ann Priestman
|
331f6e0c0a
|
Updating documentation
|
2016-12-28 12:35:03 -05:00 |
|
millmanorama
|
8526427b4f
|
cleanup and comment TextExtractor
cleanup and comment TextExtractor immplementations more.
remove constants left over from merge
|
2016-12-28 17:30:42 +01:00 |
|
millmanorama
|
f56c2b43c8
|
move all 'appendix' related code into TikaTextExtractor and simplify TextExtractor interface.
|
2016-12-28 17:30:32 +01:00 |
|
millmanorama
|
8841f6e773
|
minor fixes
|
2016-12-28 17:30:30 +01:00 |
|
millmanorama
|
2d5cd2efc1
|
comment up Ingester
|
2016-12-28 17:30:27 +01:00 |
|
millmanorama
|
c94d3de872
|
move encoding options to StringsTextExtractor
|
2016-12-28 17:30:25 +01:00 |
|
millmanorama
|
9b85284194
|
remove unused outerclasses that have copies as innerclasses
|
2016-12-28 17:30:23 +01:00 |
|
millmanorama
|
c42f687bfb
|
more cleanup
more cleanup
|
2016-12-28 17:30:15 +01:00 |
|
esaunders
|
bdfe6e2c14
|
More comment clarification for CCN_REGEX
|
2016-12-28 10:24:44 -05:00 |
|
esaunders
|
3c585b1321
|
Fixed comment for CCN_REGEX
|
2016-12-28 10:08:26 -05:00 |
|
millmanorama
|
b904c37dd2
|
remove more unneeded ContentStreams and cleanup logging
|
2016-12-28 15:03:45 +01:00 |
|
millmanorama
|
0303c96d41
|
cleanup Ingester.indexChunk
|
2016-12-28 15:03:04 +01:00 |
|
millmanorama
|
abf21f58ee
|
remove obsolete and unused ContentStreams
|
2016-12-28 15:03:03 +01:00 |
|
millmanorama
|
2b4bb33798
|
cleanup up ArtifactExtractor; reduce use of ContentStream
|
2016-12-28 15:03:01 +01:00 |
|
millmanorama
|
697a7d7a58
|
reduce method overloads for indexing artifacts
|
2016-12-28 15:02:59 +01:00 |
|
millmanorama
|
b38171dbd7
|
make the ByteXXXStream classes inner classes of the TextExtractors that use them.
|
2016-12-28 15:02:58 +01:00 |
|
millmanorama
|
85af7c57b6
|
build out ArtifactExtractor
|
2016-12-28 15:02:56 +01:00 |
|
millmanorama
|
1a70a4e8b2
|
introduce ArtifactExtractor
|
2016-12-28 15:02:39 +01:00 |
|
millmanorama
|
359dc16ee5
|
inline indexChunk
|
2016-12-28 15:02:23 +01:00 |
|
millmanorama
|
c9795cabcb
|
pull up methods from TextExtractorBase into TextExtractor.java
|
2016-12-28 15:02:21 +01:00 |
|
millmanorama
|
0f1f8b2211
|
refactor common chunking algorithm into TextExtractorBase, remove AbstractFileChunk
|
2016-12-28 15:02:18 +01:00 |
|
Richard Cordovano
|
5b04e8483c
|
Merge pull request #2446 from wschaeferB/2147-TimelineLamdaBug
2147 Eleminating issue with timeline exception
|
2016-12-28 08:45:34 -05:00 |
|
esaunders
|
259a4ec1c9
|
Restructured HighlightedText.attemptManualHighlighting()
|
2016-12-27 17:13:08 -05:00 |
|
esaunders
|
8d82672f2f
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into 2121_regex_query
|
2016-12-27 17:10:39 -05:00 |
|