adam-m
d6c3b6e9cc
adjustment to file node dir tree traversal to handle case when a file node has an immediate derived file node that is an archive and not just a dir
2013-03-15 19:22:56 -04:00
adam-m
3e09e9c25f
add tgz ext for archive icons
2013-03-15 19:13:28 -04:00
adam-m
577fd1fcdc
add .gz to archive extensions for the right icons
2013-03-15 14:27:06 -04:00
adam-m
b913b57e3c
call gc() at end of ingest pipeline
2013-03-15 10:37:51 -04:00
adam-m
df5dc26f77
better horizontal scrollbars in content text viewers, set min viewport to 400
2013-03-14 15:45:19 -04:00
adam-m
343a665b52
try to force gc when case is closed, at least to collect better data
2013-03-13 18:38:57 -04:00
adam-m
66d74cf819
Log memory usage when ingest pipelines start and complete
2013-03-13 14:48:41 -04:00
adam-m
41a1d32bdb
refine log message
2013-03-13 13:02:32 -04:00
adam-m
c736158cf4
revert layout changes in commit 10465080dd805501d5ac1c479983e9a29f3dfee5.
2013-03-13 13:00:14 -04:00
adam-m
10465080dd
log if can't add a listener because pcs not initialized (linux? )
2013-03-13 12:55:39 -04:00
adam-m
698d641283
fix string viewer anchor after last checkin
2013-03-12 16:50:11 -04:00
adam-m
2251087fcf
lower minimum size on result / content viewers so they can be resized more
2013-03-12 16:46:15 -04:00
adam-m
72953430a5
media player -add ability to get number of bytes extracted
2013-03-12 13:03:35 -04:00
adam-m
59ee127492
fixes #165
...
Activate media tab for deleted files and attempt to read / display them.
2013-03-12 11:12:10 -04:00
adam-m
4d65533e22
fix log typo
2013-03-11 16:59:25 -04:00
adam-m
abdfeb4dd8
log memory usage when changing case
2013-03-11 16:56:28 -04:00
adam-m
961492a7b2
log memory usage after adding image
2013-03-07 19:29:20 -05:00
adam-m
2a9154c49a
correct getting virt memory in getAllMemInfo()
2013-03-07 19:29:06 -05:00
adam-m
6cd9190881
move out all methods to get memory from memorymonitor to PlatformUtil so they can be used elsewhere
2013-03-07 19:11:19 -05:00
adam-m
fe33f67efb
log virtual memory used periodically in ingest monitor
2013-03-07 14:36:44 -05:00
adam-m
7037fb8403
Better integration of sigar instrumentation library. Should work on windows, linux, mac.
...
Added PID and virt memory used to log when application starts.
2013-03-07 14:31:22 -05:00
adam-m
55077002d3
remove stub methods in action visitor and use defaultVisit()
2013-03-06 10:24:53 -05:00
adam-m
10c22b9fda
cleanup remaining content actions that needed be - move the default ones to nodes classes
2013-03-06 10:18:47 -05:00
adam-m
f2dee04f57
refactor and cleanup dir tree selection event handler, remove redundant code potentially causing issues
2013-03-04 14:41:18 -05:00
adam-m
26b67977ca
minimize potentially unneeded calls to expandNode() in dir tree
2013-03-04 14:24:13 -05:00
adam-m
ea0e35fea1
Dir tree improve back and forward buttons behavior.
...
Use paths instead of nodes to keep track and do not reset history when tree is refreshed.
2013-03-04 13:31:12 -05:00
adam-m
bd8e76f279
preserve selections when refreshing content tree
2013-03-04 09:56:31 -05:00
adam-m
ded8558545
add a comment about a bug
2013-03-01 11:50:31 -05:00
adam-m
101192f0f3
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-02-28 22:28:56 -05:00
adam-m
06eaa86407
Added support to refresh content tree by modules
2013-02-28 22:27:57 -05:00
adam-m
582facd39d
make get system name() util method public
2013-02-26 21:38:47 -05:00
adam-m
23d5497760
add getter for content to abstract content node
2013-02-26 21:38:26 -05:00
Tim McIver
47982e4d69
Removed extraneous print statement.
2013-02-26 17:15:58 -05:00
Tim McIver
9d9116fbcd
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-02-26 16:35:01 -05:00
Tim McIver
3aba72182d
Fixed bug in DataContentViewerMedia.captureFrames() that was causing
...
problems capturing frames for some video files.
2013-02-26 16:33:34 -05:00
adam-m
67bb174a68
Merge branch 'master' of https://github.com/sleuthkit/autopsy into zipmodule
2013-02-26 13:26:20 -05:00
Tim McIver
ea05517665
Created FrameCapture interface and made DataContentViewerMedia implement it.
...
Added ServiceProvider annotation so that lookup can be used to gain access
to this implementation. Added support class VideoFrame. Added apache commons
io to corelibs project.xml.
2013-02-25 17:57:07 -05:00
adam-m
decee14451
show dir children count in dir tree
2013-02-25 14:23:43 -05:00
adam-m
f39bf71303
add children count method to content node
2013-02-25 13:28:21 -05:00
adam-m
9c136f8e6f
rename ingest context to pipeline context
2013-02-25 10:48:25 -05:00
adam-m
75ae09fbe6
Expose monitor API to get free disk space on ingest output disk to ingest modules
2013-02-22 18:34:37 -05:00
adam-m
2fc2b9af68
Remove ability from ingest context to store arbitrary parameters being passed in between parent/child files being ingested
2013-02-21 16:43:01 -05:00
adam-m
03f5aafccf
dir tree handle case of recursive archives that should not be leafs in the tree
2013-02-21 12:53:55 -05:00
adam-m
3601e1d0f3
Support for passing a copy of ingest context parameters
2013-02-21 12:27:40 -05:00
adam-m
c6cb04463e
better progress bar updates when new file scheduled, minor refactoring
2013-02-21 10:50:54 -05:00
adam-m
98cd322134
add 7zip module reschedule unpacked files
2013-02-21 09:55:32 -05:00
adam-m
a15a035565
add ingest context to ingest module process() method - API change.
...
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
6440a75eaa
use custom logger for enqueue worker
2013-02-20 14:31:46 -05:00
adam-m
2d3ac78bbc
change getter visibility
2013-02-19 22:53:56 -05:00
adam-m
d2727f26fd
- introduce IngestContext
...
- generalize and refactor ScheduledImageTask - to be used to schedule both file and image ingest.
Remove Task redundant class, and simplify scheduled.
- add preliminary API to schedule files.
2013-02-19 17:05:25 -05:00