Dick Fickling
ba0995140c
Add dialog after image add to kick off Ingest
2012-02-01 16:41:37 -05:00
Alexander Ebadirad
b6e4928e3b
Restored IE history functionality
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-02-01 14:04:06 -07:00
adam-m
3416e1bab2
fix stats error counting
2012-02-01 15:53:47 -05:00
adam-m
ff90fdeffe
fix stats init
2012-02-01 15:46:08 -05:00
Alexander Ebadirad
e3e4600577
Changes to update to new API -- TO DO get registry and IE working again
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-02-01 10:47:53 -07:00
Dick Fickling
660627c05c
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-02-01 11:27:54 -05:00
adam-m
96d7b50174
Call init() for fs services later than autopsy start. Called when a new worker thread is started.
2012-02-01 11:27:19 -05:00
Dick Fickling
074c21bb7b
Change posted messages to better utilize API
2012-02-01 11:26:59 -05:00
Dick Fickling
af0b9af2f5
Add blackboard artifacts to Directory Tree
2012-02-01 10:13:51 -05:00
Dick Fickling
a6b128ea9a
HashDB ingest service updates
2012-02-01 10:01:19 -05:00
Dick Fickling
73dc7de2aa
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-02-01 10:00:24 -05:00
Dick Fickling
fae5528cf6
Fix possible null-pointer exception in add image wizard
2012-02-01 10:00:15 -05:00
Alexander Ebadirad
10b59d9d0d
Adding jar file
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-01-31 15:41:05 -07:00
adam-m
54d1d50322
gracefully shutdown also the enqueue worker thread if it is running when case closed
2012-01-31 17:33:38 -05:00
Alexander Ebadirad
f30e4e4975
Merge branch 'master' of https://github.com/sleuthkit/autopsy
...
Conflicts:
Ingest/src/org/sleuthkit/autopsy/ingest/IngestManager.java
Ingest/src/org/sleuthkit/autopsy/ingest/IngestTopComponent.form
Ingest/src/org/sleuthkit/autopsy/ingest/IngestTopComponent.java
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-01-31 15:31:04 -07:00
Alexander Ebadirad
590e1034c0
Addition to blackboard for ff/chrome, registered ingester service -- TO DO remove topcomponent
...
Signed-off-by: Alexander Ebadirad <aebadirad@42six.com>
2012-01-31 14:37:10 -07:00
adam-m
81479adeb3
Improve maximize of inbox window
2012-01-31 15:14:27 -05:00
Dick Fickling
219d865f64
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-31 15:05:35 -05:00
adam-m
8ababea862
fix event firing from ingest manager
2012-01-31 15:03:41 -05:00
adam-m
5177115210
- move service initialization away from constructor (avoid potential reference leak)
...
- workaround for jdbc call still in progress after worker terminates
2012-01-31 14:44:12 -05:00
Dick Fickling
90e1777a2a
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-31 14:01:43 -05:00
adam-m
b13997e752
added property change support to IngestManager to notify of service events
2012-01-31 13:10:20 -05:00
adam-m
6810c188f3
Gracefully shutdown ingest when autopsy or case is closed.
2012-01-31 12:25:17 -05:00
adam-m
a99e448071
- report file names in file ingest
...
- disable example image ingest service
- remove debugging gui messages from keyword search
2012-01-31 11:08:10 -05:00
Dick Fickling
fd39a1168b
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-31 10:48:44 -05:00
adam-m
91af79fdfb
- report file names in file ingest
...
- disable example image ingest service
- remove debugging gui messages from keyword search
2012-01-31 10:41:04 -05:00
adam-m
0c71ca2dd4
fix: when fs worker completes, notify only fs services.
...
improve logging and progress bars wording
2012-01-31 10:12:28 -05:00
adam-m
a6259af403
fixed concurrency issue when stopping running workers, e.g. when changing a case
2012-01-30 17:56:56 -05:00
adam-m
45c41e363a
1. implemented multiple image workers and services (1 per image), concurrently
...
2. added image worker controller API for service to report progress and cancel itself
3. handled case change while ingesting
4. do not try to enqueue work if no images/services selected
2012-01-30 17:30:08 -05: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
601abce8a3
use separate mutexes for image and fscontent queues
...
use os independent EOL
2012-01-30 10:28:27 -05:00
adam-m
44edb98219
Added method to manager to enable queing of single image and multiple services (e.g. from wizard)
2012-01-30 10:11:37 -05:00
adam-m
1cbf3b7a68
- move out gui code from ingest manager
...
- when cancelled, don't display report and reset the explorer progress bar
2012-01-30 10:04:38 -05:00
adam-m
d1ac864a74
Update progress bar in explorer and file ingest progresses
2012-01-27 16:41:04 -05:00
adam-m
88a54e2786
Allow user to resize the message inbox
2012-01-27 16:13:07 -05:00
adam-m
69e3efe160
Show dialog with summary when ingest complete
2012-01-27 15:21:22 -05:00
Dick Fickling
3b7bc1dd64
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-27 14:40:01 -05:00
adam-m
6e886bbd11
Fix progress reporting with multiple services running
2012-01-27 14:38:35 -05:00
Dick Fickling
39296d10c7
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-27 14:06:29 -05:00
adam-m
80f3973371
Improve Queueing progress bar updates
2012-01-27 14:04:44 -05:00
Dick Fickling
d2be6678d5
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-27 13:42:38 -05:00
adam-m
97aece5d73
Implement queueing of services / images / files in a worker thread as well due to blocking GUI when enqueing large images. Add progress bar and cancel action.
2012-01-27 13:41:37 -05:00
adam-m
8d7dd13f3e
Message "inbox" fix transparency, improve resizing
2012-01-27 12:51:46 -05:00
adam-m
de597a83a3
Custom rendering of ingest message "inbox" notification area, keeping track of visited, rendering error, warnings.
...
Other misc. improvements.
2012-01-27 12:12:53 -05:00
Dick Fickling
f0c29c5441
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-01-27 10:11:59 -05:00
Dick Fickling
228e713247
Hash Database Ingest Service
2012-01-27 10:11:40 -05:00
adam-m
5da8528780
Basic ingest message viewer "inbox" widget
2012-01-27 10:04:32 -05:00
adam-m
a91376c3e7
Ingest service dummy examples
2012-01-26 14:43:50 -05:00
adam-m
dd2a3e83ec
Add ability to cancel ingest tasks
2012-01-26 13:38:11 -05:00
adam-m
726ecb8234
Better handling of progress when new files enqueued to running worker (scale rather then restart bar from 0)
...
Format total running time in ingest summary
2012-01-26 10:04:11 -05:00