aboutsummaryrefslogtreecommitdiff
path: root/src/test_fs.c
Commit message (Expand)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Fix a bug in test module test_fs.c causing a segfault on OpenBSD.dan2019-04-15
* Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables.drh2019-04-13
* We learn that readdir_r() is deprecated in favor of plain old readdir(), whichdrh2019-03-22
* Fix a bug in test_fs.c that occurs when the first component of a path containsdan2017-06-05
* Support running the fstree tests in 'vtabH.test' on Windows when not using th...mistachkin2016-08-26
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Fix harmless compiler warnings previously seen in 64-bit MSVC builds.drh2016-02-15
* Permit the 'test_fs' test module to be compiled and used on MinGW.mistachkin2016-01-05
* Prevent a segfault on Solaris in the test_fs.c due to differences in thedrh2015-12-04
* Add experimental support for the 'test_fs' test module on Win32.mistachkin2015-11-30
* Fix harmless compiler warnings in test_fs.c. Fix typos and clean up the textdrh2015-11-25
* Update test_fs.c to include a virtual table that reads a file-system hierarch...dan2015-11-25
* Adjust #ifdefs in test_autoext.c so that it compiles with drh2013-08-06
* Fix harmless compiler warnings coming from MSVC64 in test code. Nodrh2013-03-27
* Make the 'fs' virtual table module portable to Windows.mistachkin2013-01-17
* Add another test for the fts4 content= option.dan2013-01-11