adam-m
3415c49b04
keyword search: fixes duplicates during ingest for Local Files - when local file set added, ensures to only search the currently ingested sources
2013-06-18 12:48:39 -04:00
adam-m
2167f41bbe
updated NEWS to include yaffs2 and ext4
2013-06-18 09:42:20 -04:00
adam-m
cc17142ca6
timeline: reset current nodes before loading nodes for a new day
2013-06-17 17:04:39 -04:00
adam-m
cea8e4d337
timeline: use lazy loading rather than background loading of nodes for the day - better for huge number of nodes
2013-06-17 16:55:42 -04:00
adam-m
b65d810879
another timeline optimization to avoid unneccessary file object creation when populating the chart from mactime
2013-06-17 16:25:45 -04:00
adam-m
4a242017e5
reduce heap memory footprint in Timeline
2013-06-17 15:19:34 -04:00
adam-m
5d47d58d8a
update date on quick start guide
2013-06-17 10:37:25 -04:00
adam-m
514d6b182d
update timeline comment re: memory issues
2013-06-17 10:27:52 -04:00
Adam
0b4c2ab724
fix pcs initialization issues for good (linux) by lazy instantiating pcs before it's used
2013-06-13 14:16:03 -04:00
adam-m
3dec1b1e16
better way to ensure pcs has been initialized
2013-06-13 13:35:25 -04:00
adam-m
5524ca766f
Merge branch 'master' of https://github.com/sleuthkit/autopsy
...
Conflicts:
Core/src/org/sleuthkit/autopsy/casemodule/ImageFilePanel.java
2013-06-13 13:08:50 -04:00
adam-m
9f1eaf3327
fix in add source dialogs: initialize proeprty change support after object has been fully initialized
2013-06-13 13:07:02 -04:00
adam-m
cdfe03290f
fix race condition likely causing null ptr exception when registering a listener.
...
Fixes #218
2013-06-12 22:38:51 -04:00
adam-m
da6943426b
Body file report: use findFilesWhere() API instead of SQL API
2013-06-11 10:35:18 -04:00
adam-m
9a84e1c8e3
fix file size filter to work on local files
2013-06-10 18:15:39 -04:00
adam-m
0f58743bc6
show warning message / red in dialog when RA-like modules are selected on non-root level data source
2013-06-10 18:08:46 -04:00
adam-m
d00791ae10
better/sooner setting input content on a panel / ingest configurator
2013-06-10 18:07:36 -04:00
adam-m
565e01a9cf
adjust fuzzy query (no logic/result change)
2013-06-10 17:14:13 -04:00
adam-m
96677929dd
remove set/get arguments from ingest module API
2013-06-10 15:51:29 -04:00
adam-m
99110f394c
update scalpel module with new design
2013-06-10 15:32:10 -04:00
adam-m
e25fb77ee2
better order setting unalloc on manager
2013-06-10 11:33:23 -04:00
adam-m
e096a5f598
1. when adding logical files FileManager returns root new file set object to enable data source ingest on it
...
2. Add progress updater on adding logical files
2013-06-10 11:02:37 -04:00
adam-m
fbe2dd76eb
Changed image-level ingest to data-source Content-level ingest.
...
Related changes, such as FileManager API adjustments and fixes in client code.
Simplifications in RecentActivity logic to get files per current data source (no need to use deprecated method)
2013-06-07 18:49:59 -04:00
adam-m
10d2897a23
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-06-06 16:19:36 -04:00
adam-m
30b0b887ef
Improve and simplify ingest inbox message resizing by using CardLayout instead or LayeredPane.
...
Also fixed "freeze" issue when ingest is running and window is initialized first time.
2013-06-06 16:19:05 -04:00
Brian Carrier
74accca3c0
Doxygen updates
2013-06-06 11:15:59 -04:00
Brian Carrier
c8f4bf4bee
Merge branch 'master' of github.com:sleuthkit/autopsy
2013-06-06 10:54:59 -04:00
Brian Carrier
b29a2b5c88
Cleaned up Doxygen docs. Removed getDefault() from image modules
2013-06-06 10:54:11 -04:00
adam-m
ebf53d3711
update modules versions for the release
2013-06-05 12:49:07 -04:00
adam-m
681fd812b3
add debug info to update_version when it fails
2013-06-05 12:13:11 -04:00
adam-m
3df1ca1062
add version to news
2013-06-05 11:58:52 -04:00
adam-m
dec9a14ea4
advanced installer updates
2013-06-05 11:56:34 -04:00
adam-m
5eaa372122
remove excessive logging from URL analyzer
2013-06-05 11:41:13 -04:00
adam-m
2922a839cb
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-06-05 10:21:07 -04:00
adam-m
746868948c
fix javadoc warnings
2013-06-05 10:20:51 -04:00
adam-m
129acbef95
fix quick guide typo
2013-06-04 20:46:52 -04:00
adam-m
ec11ff4a53
fix docs typo
2013-06-04 19:09:53 -04:00
adam-m
aed291021e
update quick start guide
2013-06-04 19:07:02 -04:00
adam-m
788a5fb66f
more wording update (wizard, docs)
2013-06-04 18:45:40 -04:00
adam-m
f34b440039
update user docs and screen shots (add data source wizard)
2013-06-04 18:27:52 -04:00
adam-m
949d09f7b6
add double click actions to file size view nodes
2013-06-04 17:54:55 -04:00
adam-m
371c919a44
view file by size feature
2013-06-04 17:44:41 -04:00
adam-m
5d9bf3ff1f
Ingest module API change to include configuration context (placeholder)
2013-06-04 16:07:56 -04:00
adam-m
7665a2cac1
ExecutableFilter - make IDs unique
2013-06-03 17:09:30 -04:00
adam-m
2ad888c249
fix showing some deleted contents in file view
2013-06-03 17:06:12 -04:00
adam-m
6280e8b1ed
fix a bug with Recent Files View returning different results if clicked multiple times for the same Node instance cached
2013-06-03 16:59:16 -04:00
adam-m
ffbbd75b22
make member private
2013-06-03 16:55:36 -04:00
adam-m
eefc7d9002
add child counts to other Views
2013-06-03 16:17:02 -04:00
adam-m
d17a4740cd
add counts display to file views
2013-06-03 15:49:56 -04:00
adam-m
b20087ea06
fix compile warning
2013-06-03 15:09:08 -04:00