index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
fileio.c
Commit message (
Expand
)
Author
Age
*
Fix an out-of-order local variable declaration in ext/misc/fileio.c.
drh
2025-06-19
*
Adjustments to ext/misc/fileio.c in an attempt to get it to build using mingw.
drh
2025-06-09
*
Remove the clunky test_windirent.h and test_windirent.c files from src/
drh
2025-06-05
*
Enhance the FSDIR virtual table with a new "level" column. The query planner
drh
2025-06-05
*
First cut at enhancing the fsdir virtual table so that it works with
drh
2025-05-13
*
Avoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of...
dan
2025-01-03
*
Have the zipfile and fileio extensions use sqlite3_stdio.c when it is
drh
2024-09-25
*
Fix comment typo in the fileio.c extension. No changes to code.
drh
2024-09-20
*
When extracting links from sqlar archives, clobber any existing file or link,...
dan
2024-05-06
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
New defenses against OOM and corrupt database problems in the CLI.
drh
2021-12-16
*
Accomplish fileio standalone for Win32 with less intervention.
larrybr
2021-09-20
*
Allow fileio extension to be a stand-alone DLL for Win32
larrybr
2021-09-20
*
When compiling the shell for WinRT, avoid using Win32 APIs that are unavailable.
mistachkin
2020-04-09
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Fix harmless compiler warnings.
drh
2019-03-26
*
Fix the writefile() SQL function implemented by ext/misc/fileio.c such that
drh
2019-03-25
*
Fix various harmless compiler warnings seen with MSVC.
mistachkin
2019-03-20
*
Fix the readfile() UDF so that it returns an empty BLOB, not an OOM error,
drh
2019-02-27
*
Use 64-bit APIs in the fileio.c extension.
drh
2019-01-11
*
Improved detection and reporting of errors in the readfile() extension SQL
drh
2019-01-11
*
Use 64-bit math to compute the sizes of memory allocations in extensions.
drh
2019-01-08
*
Enhance the xBestIndex interface of virtual table so that if the xBestIndex
drh
2018-11-16
*
Fix comments and make magic numbers into #defines in the fsdir
drh
2018-11-16
*
Fix a problem with virtual table "fsdir" and some join queries.
dan
2018-11-16
*
Initial code to make shadow tables read-only to ordinary SQL. The now
drh
2018-11-05
*
Fix typo in the Win32-specific code for the fileio extension.
mistachkin
2018-09-08
*
Fix harmless compiler warnings seen with MSVC.
mistachkin
2018-03-23
*
Win32 portability fixes to the 'fileio' extension.
mistachkin
2018-03-16
*
Draft fix for an fsdir() issue reported via the mailing list.
mistachkin
2018-03-15
*
Add unix-only tests to check that the "unzip" program can unpack archives
dan
2018-01-29
*
Fix the modification-time setting logic in the fileio.c extension on Windows
drh
2018-01-23
*
Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI.
drh
2018-01-17
*
Always use utimes() instead of utimensat() since the latter is not available
drh
2018-01-12
*
In the fileio.c extension, change the filetype(MODE) function into lsmode(MODE).
drh
2018-01-10
*
Add the "filetype()" SQL function for interpreting file modes to the
drh
2018-01-10
*
Attempt to fix the fileio.c extension so that it builds on MinGW-64.
drh
2018-01-09
*
Avoid a compiler warning when building with newer versions of MinGW
drh
2018-01-09
*
Remove a superfluous define from the 'fileio' extension when compiled for Win32.
mistachkin
2018-01-08
*
Avoid the use of utimensat() on older unix platforms.
drh
2018-01-07
*
Fix a bug introduced by efforts to reduce compiler warnings in
drh
2018-01-05
*
Fix compiler warnings.
mistachkin
2018-01-05
*
Fix compiler warnings.
drh
2018-01-05
*
In the 'fileio' extension code for Win32, use the FILE_FLAG_BACKUP_SEMANTICS ...
mistachkin
2018-01-04
*
Get the shell enhancements compiling with MSVC.
mistachkin
2018-01-04
*
Have the writefile() function optionally set the modification-time of the
dan
2017-12-14
*
Add support for parsing options in non-traditional tar form to the ".ar"
dan
2017-12-12
*
Enhance virtual table "fsdir" in ext/misc/fileio.c. Add support for "-C" to
dan
2017-12-11
*
Add the ".ar x" command to the shell. For extracting the contents of sqlar
dan
2017-12-07
*
Begin adding support for the sqlar archive format to shell.c. There is no
dan
2017-12-07
[next]