adam-m
c101420efe
Merge remote-tracking branch 'aebadirad42six/master'
...
- fixed recent activity service, added progress reporting
- disabled RA explorer
- didn't merge sqlite change for DataModel (keeping the stable version)
2012-02-01 17:58:07 -05:00
Dick Fickling
569fd5074b
catch index out-of-bounds error
2012-02-01 16:42:15 -05:00
Dick Fickling
af0b9af2f5
Add blackboard artifacts to Directory Tree
2012-02-01 10:13:51 -05:00
Alexander Ebadirad
10b59d9d0d
Adding jar file
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-01-31 15:41:05 -07:00
Alexander Ebadirad
d82b00046b
Recent Activity commit
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-01-30 09:52:27 -07:00
adam-m
e45946e506
TSK-316 No hex / strings view from "Keyword List" search
...
- fixed
- added alternative contructor to KeyValueNode that takes Lookup, which is often neccessary
2012-01-19 14:21:20 -05:00
adam-m
607853a84f
Merge branch 'keyword-search-prototype'
...
Conflicts:
CoreComponents/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerHex.java
CoreComponents/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerString.java
DataModel/src/org/sleuthkit/autopsy/datamodel/ContentChildren.java
2012-01-11 12:11:18 -05:00
Dick Fickling
99390e0d91
Move Logger and AutopsyPropFile into new module, CoreUtils
2012-01-06 16:29:42 -05:00
adam-m
9f402d6638
Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype
2011-12-30 16:12:11 -05:00
Brian Carrier
5f8a2581f2
index only files, added info log to indexing, fixed strings extraction, reduced calls to DataContentViewers
2011-12-30 15:55:10 -05:00
adam-m
8e2b2fcaa2
- fix columns to show for props of child nodes
...
- generalize getting abstractfsnode property map
- fix typo in getString in binary to string conversion
- add missing license comments
2011-12-30 15:54:24 -05:00
Brian Carrier
c03e49fcfd
Added copyright
2011-12-30 13:05:15 -05:00
Peter J. Martel
63846a6c74
Replace doc note about ContentNodes
2011-12-22 13:04:46 -05:00
adam-m
068e9807ad
another minor optimization to string extraction
2011-12-22 11:08:29 -05:00
Peter J. Martel
891b6ad54f
Extract hierarchy visitor from ContentChildren
2011-12-21 16:32:56 -05:00
Peter J. Martel
15bfd26baa
Merge branch 'master' into keyword-search-prototype (NOT RUNNABLE)
2011-12-20 17:52:50 -05:00
Peter J. Martel
25673930f3
Misc. trivia
2011-12-16 16:12:19 -05:00
Peter J. Martel
e8588b0be7
Add "Name" property to KeyValueNode
2011-12-16 13:22:36 -05:00
adam-m
9b22b67c9f
Improve performance DataCOnversion util method to get ASCII from bytes - using string buffer instead of concatentation improves extraction speed by 2 orders of magnitude on larger files
2011-12-16 12:19:01 -05:00
Peter J. Martel
c903011f7a
Cleanup ExtractAction
...
- extract File/Folder export to ExtractFscContentVisitor in ContentUtils
2011-12-15 18:01:37 -05:00
Peter J. Martel
2bad9d1603
KeyValue classes added to DataModel
2011-12-13 13:14:59 -05:00
Peter J. Martel
f6e029935d
Forgot to add ReadContentInputStream
2011-12-13 11:08:36 -05:00
Peter J. Martel
522b2bf0f7
Add writeToFile method to ContentUtils
2011-12-12 16:54:44 -05:00
Peter J. Martel
124ed5dfdd
Clear out ContentNode & subclasses from CoreComponents
2011-12-12 16:06:40 -05:00
Peter J. Martel
f66d92ff33
Remove ContentNode.getRowValues(), .getDisplayPath(), and .getSystemPath()
2011-12-08 18:46:43 -05:00
Peter J. Martel
c842c9a6b5
Remove ContentNode.getContent()
2011-12-08 17:46:58 -05:00
Peter J. Martel
dfcf854109
Remove ContentNode.getName() and .getId()
2011-12-08 16:35:58 -05:00
Peter J. Martel
483e5cddf5
Remove ContentNode.read()
2011-12-08 16:03:45 -05:00
Peter J. Martel
0c717f8dcb
Base class for implementing FilterNodes that are also supposed to be ContentNodes
2011-11-28 19:36:34 -05:00
Peter J. Martel
48154da58b
Remove unused <ContentNode>.getFileIdColumn() method
2011-11-18 19:04:19 -05:00
Peter J. Martel
dee4401575
Went through release process.
...
Updated module and application version numbers. Logging and MenuAction modules only had implementation changes, everything else was major (not backwards-compatible).
2011-11-10 17:30:55 -05:00
Brian Carrier
8d72f95d11
Initial import into github
2011-11-09 13:10:50 -05:00