Age | Commit message (Expand) | Author | Files | Lines | ||
---|---|---|---|---|---|---|
2016-08-15 | Language XML files: add new fields. | Mounir IDRASSI | 1 | -0/+2 | ||
2016-08-15 | Language XML files: update XML files with new fields and some changes. | Mounir IDRASSI | 1 | /*
Derived from source code of TrueCrypt 7.1a, which is
Copyright (c) 2008-2012 TrueCrypt Developers Association and which is governed
by the TrueCrypt License 3.0.
Modifications and additions to the original source code (contained in this file)
and all other portions of this file are Copyright (c) 2013-2017 IDRIX
and are governed by the Apache License 2.0 the full text of which is
contained in the file License.txt included in VeraCrypt binary and source
code distribution packages.
*/
#ifndef DICTIONARY_H
#define DICTIONARY_H
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif
#define DATA_POOL_CAPACITY 1000000
void AddDictionaryEntry (char *key, int intKey, void *value);
void *GetDictionaryValue (const char *key);
void *GetDictionaryValueByInt (int intKey);
void *AddPoolData (void *data, size_t dataSize);
void ClearDictionaryPool ();
#ifdef __cplusplus
}
#endif
#endif
| 1 | -0/+5 |
2015-10-18 | Language XML files: remove unused ID. | Mounir IDRASSI | 1 | -1/+0 | ||
2015-10-07 | Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16 | Mounir IDRASSI | 1 | -1/+1 | ||
2015-10-07 | Windows Language files: update language XML files with added new fields. | Mounir IDRASSI | 1 | -0/+2 | ||
2015-09-26 | Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15 | Mounir IDRASSI | 1 | -1/+1 | ||
2015-09-26 | Windows Language files: update language XML files with added new fields. | Mounir IDRASSI | 1 | -0/+2 | ||
2015-09-16 | Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14 | Mounir IDRASSI | 1 | -1/+1 | ||
2015-09-16 | Windows Language files: update language XML files with added new fields. | Mounir IDRASSI | 1 | -0/+12 | ||
2015-09-01 | Language files: update XML files with new fields. | Mounir IDRASSI | 1 | -3/+5 | ||
2015-08-27 | Language XML translations: use correct abbreviation for VeraCrypt Rescue Disk... | Mounir IDRASSI | 1 | -1/+1 | ||
2015-08-09 | Increment version to 1.13VeraCrypt_1.13 | Mounir IDRASSI | 1 | -1/+1 | ||
2015-08-06 | Increment version to 1.12. Update user guide PDF file. | Mounir IDRASSI | 1 | -1/+1 | ||
2015-08-06 | Language files: Remove duplicated entry in XML files. | Mounir IDRASSI | 1 | -1/+0 | ||
2015-07-29 | Language files: add new field related to bootloader fingerprint checking | Mounir IDRASSI | 1 | -0/+1 | ||
2015-07-25 | Language files: update XML language files with new fields | Mounir IDRASSI | 1 | -13/+35 | ||
2015-05-22 | Language files: update XML language files with new fields | Mounir IDRASSI | 1 | -2/+29 | ||
2015-04-19 | Language XML: add new IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT field to translat... | Mounir IDRASSI | 1 | -0/+1 | ||
2015-04-06 | Language: Update language XML files | Mounir IDRASSI | 1 | -2/+5 | ||
2015-02-16 | Language: Update language XML files with new added fields | Mounir IDRASSI | 1 | -3/+5 | ||
2015-01-04 | Increment version to 1.0f-1 and update language files and PDF with informatio... | Mounir IDRASSI | 1 | -2/+2 | ||
2014-12-31 | Increment version to 1.0f and update language XML files with new fields. | Mounir IDRASSI | 1 | -1/+4 | ||
2014-12-20 | Increment version to 1.0f-BETA3 and update language XML files with new fields. | Mounir IDRASSI | 1 | -7/+22 | ||
2014-11-08 | Increment version to 1.0e for the next release | Mounir IDRASSI | 1 | -1/+1 | ||
2014-11-08 | Add description string for the new wipe mode WIPE_MODE_256 in language files. | Mounir IDRASSI | 1 | -0/+1 | ||
2014-11-08 | Modify language files from TrueCrypt to make them compatible with VeraCrypt. ... | Mounir IDRASSI | 1 | -307/+307 | ||
2014-11-08 | Add original TrueCrypt 7.1a translation language files | Mounir IDRASSI | 1 | -0/+1341 |