index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_fs.c
Commit message (
Expand
)
Author
Age
*
Cygwin-centric fixes from Jan Nijtmans.
stephan
2025-03-06
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Fix a bug in test module test_fs.c causing a segfault on OpenBSD.
dan
2019-04-15
*
Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables.
drh
2019-04-13
*
We learn that readdir_r() is deprecated in favor of plain old readdir(), which
drh
2019-03-22
*
Fix a bug in test_fs.c that occurs when the first component of a path contains
dan
2017-06-05
*
Support running the fstree tests in 'vtabH.test' on Windows when not using th...
mistachkin
2016-08-26
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Fix harmless compiler warnings previously seen in 64-bit MSVC builds.
drh
2016-02-15
*
Permit the 'test_fs' test module to be compiled and used on MinGW.
mistachkin
2016-01-05
*
Prevent a segfault on Solaris in the test_fs.c due to differences in the
drh
2015-12-04
*
Add experimental support for the 'test_fs' test module on Win32.
mistachkin
2015-11-30
*
Fix harmless compiler warnings in test_fs.c. Fix typos and clean up the text
drh
2015-11-25
*
Update test_fs.c to include a virtual table that reads a file-system hierarch...
dan
2015-11-25
*
Adjust #ifdefs in test_autoext.c so that it compiles with
drh
2013-08-06
*
Fix harmless compiler warnings coming from MSVC64 in test code. No
drh
2013-03-27
*
Make the 'fs' virtual table module portable to Windows.
mistachkin
2013-01-17
*
Add another test for the fts4 content= option.
dan
2013-01-11