Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for SQLite.Interop/src/win/crypt.c
2020-03-05
| ||
00:36 | More work on tests. Rename the new environment variable. file: [48cc2a30a9] check-in: [f6f755c1ee] user: mistachkin branch: trunk, size: 15074 | |
2020-03-04
| ||
03:25 | When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions. file: [9179530d8f] check-in: [e877217109] user: mistachkin branch: trunk, size: 15068 | |
2018-10-06
| ||
19:31 | Update SQLite core library to the 3.25.2 release. file: [e613b104f5] check-in: [f63d42cac7] user: mistachkin branch: trunk, size: 13892 | |
2017-10-27
| ||
00:23 | Coding style and readability improvements. file: [d5323af6c6] check-in: [4029ce4a8a] user: mistachkin branch: trunk, size: 13800 | |
2016-03-09
| ||
22:34 | Fix the (unsupported) legacy CryptoAPI based codec so that it no longer prevents page size changes. file: [56333e5065] check-in: [e39ba4bf1a] user: mistachkin branch: trunk, size: 13783 | |
2015-11-06
| ||
20:10 | Update the legacy CryptoAPI codec to adapt to changes in ZipVFS. file: [45a3c2b7ee] check-in: [77aac8142e] user: mistachkin branch: trunk, size: 13781 | |
2014-11-19
| ||
23:09 | Update SQLite core library to the 3.8.7.2 release. file: [e86de9c8c0] check-in: [919cb869dc] user: mistachkin branch: trunk, size: 13773 | |
2014-10-08
| ||
00:09 | Update SQLite core library to the latest trunk code. file: [dde6f37bb6] check-in: [3c2212a03d] user: mistachkin branch: trunk, size: 13678 | |
2013-05-29
| ||
23:03 | Adjust CryptoAPI codec to support v2 interfaces. file: [4bb2d6fd6c] check-in: [4a11e7c65a] user: mistachkin branch: trunk, size: 13456 | |
2013-02-26
| ||
02:51 | Style fix. file: [c4f76b2c99] check-in: [44eb94e4ec] user: mistachkin branch: trunk, size: 13214 | |
00:39 | Protect access to the CryptoAPI provider handle with a mutex. file: [76e72dc476] check-in: [2847ced366] user: mistachkin branch: trunk, size: 13212 | |
2012-09-20
| ||
11:53 | Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [9e36f0b9b9] check-in: [5759e099be] user: mistachkin branch: trunk, size: 12789 | |
2012-09-17
| ||
10:52 | Add/fix some file header comments. file: [9302cfbdc3] check-in: [83553a13b0] user: mistachkin branch: trunk, size: 12830 | |
2012-09-14
| ||
09:14 | Fix compiler warning. file: [9d8c145344] check-in: [76637ea284] user: mistachkin branch: vs2012, size: 12544 | |
2012-03-19
| ||
23:09 | Update SQLite core to the latest trunk. Skip test for ticket [72905c9a77] in the debug build, due to the extra trace output. file: [6b4308ad2b] check-in: [39ca5d3494] user: mistachkin branch: trunk, size: 12537 | |
2011-07-22
| ||
23:13 | Experimental changes to permit the unit test suite to pass with the debug version of SQLite. file: [3154167738] check-in: [937230cef0] user: mistachkin branch: debugInteropFix, size: 12526 | |
2011-04-23
| ||
23:41 | Removed the need for the sqlite3.def file. This should fix issue [e486f6be57]. file: [992ffe54e4] check-in: [c3a442319f] user: shaneh branch: trunk, size: 12454 | |
2011-04-08
| ||
04:32 | Fix compiler warning. file: [1f4a17343a] check-in: [75fa3f2f06] user: shaneh branch: trunk, size: 12432 | |
2011-02-26
| ||
10:21 | Renamed SQLite.Interop/crypt.c → SQLite.Interop/src/win/crypt.c. Added interop project to streamlined build system. Updated SQLite to version 3.7.5. Fixed several warnings about unused local variables in extension-functions.c and interop.c. Group the source files by their origin (for clarity). Heavily revised the RC file for consistency and to centralize version information. Unfortunately, VS2008 / VS2010 use entirely different schemas for their property files; therefore, two sets of property files are required. Deleted the extraneous resource.h file. file: [512f58daf9] check-in: [98361f4a6b] user: mistachkin branch: trunk, size: 12392 | |