- Jan 28, 2014
-
-
Brian Carrier authored
-
- Jan 27, 2014
-
-
Brian Carrier authored
-
Brian Carrier authored
- Jan 22, 2014
-
-
Brian Carrier authored
-
Brian Carrier authored
-
- Jan 21, 2014
-
-
Brian Carrier authored
Fixed Tls initialization problem
-
Brian Carrier authored
TSK_FS_INFO must be deallocated via tsk_fs_free
-
Brian Carrier authored
-
Brian Carrier authored
-
Brian Carrier authored
-
Brian Carrier authored
-
- Jan 17, 2014
-
-
APriestman authored
Added additional calls to registerError() in auto_db.cpp
-
- Jan 16, 2014
-
-
Brian Carrier authored
-
Brian Carrier authored
-
- Jan 15, 2014
-
-
Brian Carrier authored
-
- Dec 28, 2013
-
-
Brian Carrier authored
-
- Dec 27, 2013
-
-
esaunders authored
Added private method to TskImgDBPostgreSQL that looks for an existing module based on its name and returns the module id. This method is called by TskImgDBPostgreSQL::addModule() to initially check if the module already exists. If the module does not exist we attempt to insert. This insert attempt may fail if another node in a distributed environment creates the module entry. In that case we again fall back on the new getModuleId() method.
-
- Dec 26, 2013
-
-
antonkukoba authored
-
antonkukoba authored
-
antonkukoba authored
-
antonkukoba authored
-
antonkukoba authored
Otherwise the critical section in TSK_FS_INFO is not freed
-
antonkukoba authored
Visual Studio optimization removes GetTlsIndex class constructor execution in release builds, due to it's not used anywhere. So the previous code has never initialized tlsIndex variable with anything. Such behavior sometime caused the crashes due to error code was not saved into unallocated TLS. I've made the explicit calls of GetTlsIndex methods to force class instance creation. p.s. You may see it yourself how TlsGetValue() fails each time by running the release build under MS Application verifier.
-
- Dec 18, 2013
-
-
Brian Carrier authored
-
- Dec 17, 2013
-
-
Joachim Metz authored
-
Brian Carrier authored
Sqlite jar update
-
- Dec 13, 2013
-
-
Brian Carrier authored
Check for libtsk dll instead of it's parent dir
-
- Dec 10, 2013
-
-
Jeff Wallace authored
-
- Dec 03, 2013
- Nov 22, 2013
-
-
Brian Carrier authored
-
Brian Carrier authored
-
Brian Carrier authored
New lib loading
-
Brian Carrier authored
-
antonkukoba authored
Fixed memory leak on ewf images
-
antonkukoba authored
Fixed unclosed file handles
-
- Nov 21, 2013
-
-
Jeff Wallace authored
-
Jeff Wallace authored
-