adam-m
424050b03d
upgrade RCP platform to 7.3.1
2013-06-24 11:25:26 -04:00
Smoss
9eac53937d
Added instructions for upgrading USB Database.
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-24 10:40:07 -04:00
Smoss
5c242f7fb0
Changed regression.py
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-21 16:20:41 -04:00
Smoss
aa3dad2125
Updated regression.py
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-21 11:44:52 -04:00
Smoss
5a2cebbb20
Restructured regression.py
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-20 18:23:31 -04:00
U-BASIS\smoss
43c7ae3668
Merge https://www.github.com/sleuthkit/autopsy
2013-06-20 11:33:46 -04:00
Smoss
2f871f43ad
Changed regression.py
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-20 11:28:37 -04:00
adam-m
444ad8515f
Ensure to call ModuleInstall super.restored() when case installer runs
2013-06-19 18:50:11 -04:00
Smoss
5725411496
Fixed regression.py.
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-19 18:39:49 -04:00
Smoss
b7c252ea8b
fixed regression.py
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-18 16:33:54 -04:00
U-BASIS\smoss
7e81142c50
Merge https://www.github.com/sleuthkit/autopsy
2013-06-18 16:20:02 -04:00
Smoss
c532328afd
Updated regression.py
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-18 15:53:43 -04:00
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
Smoss
24bbf75d9f
Fixed regression.py
2013-06-17 18:21:31 -04:00
Smoss
6c13476fb0
Updated regression.py
2013-06-17 18:09:00 -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
Smoss
52d8d11219
Updated Regression.py
2013-06-17 10:32:37 -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
Smoss
c83f4c744c
Updated USBExtraction
2013-06-11 19:04:24 -04:00
Smoss
5ea8ed18cd
Made changes to ExtractUSB method and class names and behavior.
2013-06-11 15:24:46 -04:00
Sean-M
4f7911fc9e
Merge commit
...
Signed-off-by: Sean-M <Smoss117@gmail.com>
2013-06-11 15:00:13 -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
Sean-M
6e3d951e45
fixed ExtractUSB
...
Signed-off-by: Sean-M <Smoss117@gmail.com>
2013-06-05 13:41:47 -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
U-BASIS\smoss
89c30f9cf5
Merge https://www.github.com/sleuthkit/autopsy
2013-06-05 12:00:54 -04:00