aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/fileio.c
Commit message (Expand)AuthorAge
* Fix an out-of-order local variable declaration in ext/misc/fileio.c.drh2025-06-19
* Adjustments to ext/misc/fileio.c in an attempt to get it to build using mingw.drh2025-06-09
* Remove the clunky test_windirent.h and test_windirent.c files from src/drh2025-06-05
* Enhance the FSDIR virtual table with a new "level" column. The query plannerdrh2025-06-05
* First cut at enhancing the fsdir virtual table so that it works withdrh2025-05-13
* Avoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of...dan2025-01-03
* Have the zipfile and fileio extensions use sqlite3_stdio.c when it isdrh2024-09-25
* Fix comment typo in the fileio.c extension. No changes to code.drh2024-09-20
* When extracting links from sqlar archives, clobber any existing file or link,...dan2024-05-06
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* New defenses against OOM and corrupt database problems in the CLI.drh2021-12-16
* Accomplish fileio standalone for Win32 with less intervention.larrybr2021-09-20
* Allow fileio extension to be a stand-alone DLL for Win32larrybr2021-09-20
* When compiling the shell for WinRT, avoid using Win32 APIs that are unavailable.mistachkin2020-04-09
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Fix harmless compiler warnings.drh2019-03-26
* Fix the writefile() SQL function implemented by ext/misc/fileio.c such thatdrh2019-03-25
* Fix various harmless compiler warnings seen with MSVC.mistachkin2019-03-20
* Fix the readfile() UDF so that it returns an empty BLOB, not an OOM error,drh2019-02-27
* Use 64-bit APIs in the fileio.c extension.drh2019-01-11
* Improved detection and reporting of errors in the readfile() extension SQLdrh2019-01-11
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
* Enhance the xBestIndex interface of virtual table so that if the xBestIndexdrh2018-11-16
* Fix comments and make magic numbers into #defines in the fsdirdrh2018-11-16
* Fix a problem with virtual table "fsdir" and some join queries.dan2018-11-16
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
* Fix typo in the Win32-specific code for the fileio extension.mistachkin2018-09-08
* Fix harmless compiler warnings seen with MSVC.mistachkin2018-03-23
* Win32 portability fixes to the 'fileio' extension.mistachkin2018-03-16
* Draft fix for an fsdir() issue reported via the mailing list.mistachkin2018-03-15
* Add unix-only tests to check that the "unzip" program can unpack archivesdan2018-01-29
* Fix the modification-time setting logic in the fileio.c extension on Windowsdrh2018-01-23
* Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI.drh2018-01-17
* Always use utimes() instead of utimensat() since the latter is not availabledrh2018-01-12
* In the fileio.c extension, change the filetype(MODE) function into lsmode(MODE).drh2018-01-10
* Add the "filetype()" SQL function for interpreting file modes to thedrh2018-01-10
* Attempt to fix the fileio.c extension so that it builds on MinGW-64.drh2018-01-09
* Avoid a compiler warning when building with newer versions of MinGWdrh2018-01-09
* Remove a superfluous define from the 'fileio' extension when compiled for Win32.mistachkin2018-01-08
* Avoid the use of utimensat() on older unix platforms.drh2018-01-07
* Fix a bug introduced by efforts to reduce compiler warnings indrh2018-01-05
* Fix compiler warnings.mistachkin2018-01-05
* Fix compiler warnings.drh2018-01-05
* In the 'fileio' extension code for Win32, use the FILE_FLAG_BACKUP_SEMANTICS ...mistachkin2018-01-04
* Get the shell enhancements compiling with MSVC.mistachkin2018-01-04
* Have the writefile() function optionally set the modification-time of thedan2017-12-14
* Add support for parsing options in non-traditional tar form to the ".ar"dan2017-12-12
* Enhance virtual table "fsdir" in ext/misc/fileio.c. Add support for "-C" todan2017-12-11
* Add the ".ar x" command to the shell. For extracting the contents of sqlardan2017-12-07
* Begin adding support for the sqlar archive format to shell.c. There is nodan2017-12-07