aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/sqlite3_stdio.c
Commit message (Expand)AuthorAge
* Apparently I got the logic of [abfe488ed67e2e35] confused, even backwards.drh2025-01-28
* Fix a potential one-byte buffer overrun when reading from the Windowsdrh2025-01-17
* Use Win32 APIs to read/write the console in Windows unless thedrh2024-11-11
* sqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free() instead of malloc()/...stephan2024-11-05
* Fix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as...stephan2024-11-04
* Be consistent about using "CRLF" instead of "CRNL".drh2024-10-14
* Additional clarification in the comments to sqlite3_stdio.c. No changesdrh2024-10-11
* Update comments in ext/misc/sqlite3_stdio.c to reflect the latest enhancements.drh2024-10-11
* Avoid undesirable NL to CRLF translation when doing binary output to thedrh2024-10-11
* Provide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO compile-time optionsdrh2024-09-26
* Port sqlite3_analyzer.exe to use sqlite3_stdio.drh2024-09-24
* Port sqldiff over to use sqlite3_stdio.drh2024-09-24
* Add the sqlite3_stdio.h library for Windows console I/O.drh2024-09-24