alexjacks92
|
596d8c9274
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2014-03-04 09:44:06 -05:00 |
|
Brian Carrier
|
8f0bf32fb8
|
Ensured that all SwingWorkers all call get() to check for exceptions
|
2014-03-04 00:04:49 -05:00 |
|
alexjacks92
|
c7898f2449
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2014-03-03 09:45:50 -05:00 |
|
Brian Carrier
|
cc03f81652
|
minor comment in installer about which libraries get loaded where
|
2014-02-26 22:59:36 -05:00 |
|
Richard Cordovano
|
1bd29069a4
|
Merge pull request #503 from bcarrier/case_event_enum
Added enum to case to store all event names. Shortened names a bit
|
2014-02-26 15:32:47 -05:00 |
|
alexjacks92
|
29b425b8cd
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2014-02-26 09:47:08 -05:00 |
|
Brian Carrier
|
cbaa64dc5d
|
Added enum to case to store all event names. Shortened names a bit
|
2014-02-25 23:23:56 -05:00 |
|
Samuel H. Kenyon
|
412c0b4ce3
|
Added comment about EDT to DataResultViewerTable.setNode().
|
2014-02-25 18:04:13 -05:00 |
|
alexjacks92
|
aa5fc97668
|
Trying a different logging method.
|
2014-02-25 14:50:31 -05:00 |
|
alexjacks92
|
a33fb0f115
|
Making log statement a bit more clear.
|
2014-02-25 14:26:04 -05:00 |
|
alexjacks92
|
9ea848b525
|
Logging to see which module is hanging up regression tests.
|
2014-02-25 14:17:42 -05:00 |
|
Brian Carrier
|
45543b7cb2
|
do not try to cast the wait node to get preferred actions
|
2014-02-24 16:41:18 -05:00 |
|
raman-bt
|
584c1bc59a
|
Fixed the access specifier on the exception constructor so it it actually be constructed (outside this pkg)
|
2014-02-21 13:35:59 -05:00 |
|
raman-bt
|
c1d90f878f
|
Defined IngestModuleException that an ingest module may throw if init() fails.
|
2014-02-21 13:10:47 -05:00 |
|
Richard Cordovano
|
27fa63191b
|
Merge pull request #484 from raman-bt/develop
Cleanup of DataSourceProcessor interface and implementations.
|
2014-02-13 10:24:24 -05:00 |
|
Samuel H. Kenyon
|
59a0599057
|
Merge remote-tracking branch 'upstream/develop' into drp_mods1
|
2014-02-12 12:12:28 -05:00 |
|
raman-bt
|
53e767dd03
|
Clean up the DataSourceProcessor Interface definition and the current implementations.
|
2014-02-12 09:19:06 -05:00 |
|
raman-bt
|
53f420d6ea
|
Fix a potential race condition in AddImageTask in the case where user cancels the add image operation.
|
2014-02-11 08:28:48 -05:00 |
|
Brian Carrier
|
34299ed9cf
|
Merge pull request #477 from shahit2/meta
changed timezone of metadata to reflect global settings
|
2014-02-07 12:05:48 -05:00 |
|
Brian Carrier
|
f67a76086b
|
Merge pull request #462 from shahit2/imageA
image md5 hash updated
|
2014-02-07 11:51:54 -05:00 |
|
Samuel H. Kenyon
|
75961e7294
|
Cleanup some comments and whitespace.
|
2014-02-06 17:59:56 -05:00 |
|
Samuel H. Kenyon
|
c3ce0d7311
|
Revert some recent additions that are not actually useful.
|
2014-02-06 17:55:08 -05:00 |
|
Samuel H. Kenyon
|
6529ab0f96
|
Merge remote-tracking branch 'upstream/develop' into drp_mods1
|
2014-02-06 17:23:19 -05:00 |
|
Samuel H. Kenyon
|
d366a634ce
|
Make DataResultViewerTable class public.
|
2014-02-06 17:11:16 -05:00 |
|
U-BASIS\tshahi
|
aacd44cc0a
|
changed timezone of metadata to reflect global settings
|
2014-02-06 13:07:50 -05:00 |
|
Brian Carrier
|
0ee9f629ac
|
Added comments about loading native libraries and added to dev guide
|
2014-02-05 21:57:26 -05:00 |
|
Brian Carrier
|
149370b9cb
|
Added size to metadata panel
|
2014-02-04 22:41:28 -05:00 |
|
Brian Carrier
|
1609773787
|
Added more info to metadata view
|
2014-02-04 20:39:36 -05:00 |
|
Brian Carrier
|
80e66d2b78
|
refactored tasks and pipeline context data model to make it more clear and inline with original goals
|
2014-01-30 23:20:59 -05:00 |
|
Brian Carrier
|
8a4a8003ca
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into develop
|
2014-01-30 19:55:47 -05:00 |
|
Brian Carrier
|
4a099a2da6
|
basic comments
|
2014-01-30 19:51:37 -05:00 |
|
Samuel H. Kenyon
|
bb85548e67
|
Allow using DataResultPanel without a content viewer.
|
2014-01-30 17:10:04 -05:00 |
|
Samuel H. Kenyon
|
53c088a002
|
Added overload for new createInstanceUninitialized() method.
|
2014-01-30 13:58:03 -05:00 |
|
Richard Cordovano
|
3fd32fd3bc
|
Merge pull request #466 from SynapticNulship/publicize
Make these classes public.
|
2014-01-30 06:16:16 -08:00 |
|
Samuel H. Kenyon
|
a684318e18
|
Merge branch 'publicize' into develop
|
2014-01-29 16:22:30 -05:00 |
|
Samuel H. Kenyon
|
d7333cb102
|
Make these classes public.
|
2014-01-29 16:15:48 -05:00 |
|
Richard Cordovano
|
9bb241c685
|
Merge pull request #459 from shahit2/TryCatch1255
adding try/catch statements
|
2014-01-29 11:26:27 -08:00 |
|
Samuel H. Kenyon
|
60c1889f5e
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2014-01-29 13:50:27 -05:00 |
|
Samuel H. Kenyon
|
e3e8d72c7a
|
whitespace?
|
2014-01-29 13:50:23 -05:00 |
|
Samuel H. Kenyon
|
6930328197
|
Added createInstanceUninitialized() method.
|
2014-01-29 13:49:24 -05:00 |
|
U-BASIS\tshahi
|
c069910171
|
image md5 hash updated
|
2014-01-29 09:51:33 -05:00 |
|
shahit2
|
98612dd36d
|
adding try/catch statements
|
2014-01-27 16:52:34 -05:00 |
|
Richard Cordovano
|
9458fbe12b
|
Restored public access to NoTabsTabDisplayerUI class
|
2014-01-27 15:44:45 -05:00 |
|
Richard Cordovano
|
c38faeb15f
|
Restored public access to GeneralFilter and ImageFilePanel classes
|
2014-01-27 11:11:13 -05:00 |
|
Richard Cordovano
|
e38c22d652
|
Restored public access to hash db manager and case action exception
|
2014-01-27 10:56:16 -05:00 |
|
Richard Cordovano
|
be1e052852
|
Made tagging dialogs public again
|
2014-01-27 10:20:00 -05:00 |
|
Richard Cordovano
|
94ddd2616b
|
Merge pull request #451 from shahit2/API_Public
Api public
|
2014-01-24 10:45:54 -08:00 |
|
shahit2
|
2e0b2fc1bb
|
reverting unneeded changes to form files and bundles
|
2014-01-24 11:20:26 -05:00 |
|
Brian Carrier
|
f6ccd898e6
|
renamed execute method in IngestManager to scheduleDataSource
|
2014-01-23 17:16:12 -05:00 |
|
Brian Carrier
|
cfa50f4345
|
reporting uses new extension code, displays full path and tag names, can be moved around (relative paths)
|
2014-01-23 16:07:19 -05:00 |
|