index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
sqlite3_stdio.c
Commit message (
Expand
)
Author
Age
*
Apparently I got the logic of [abfe488ed67e2e35] confused, even backwards.
drh
2025-01-28
*
Fix a potential one-byte buffer overrun when reading from the Windows
drh
2025-01-17
*
Use Win32 APIs to read/write the console in Windows unless the
drh
2024-11-11
*
sqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free() instead of malloc()/...
stephan
2024-11-05
*
Fix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as...
stephan
2024-11-04
*
Be consistent about using "CRLF" instead of "CRNL".
drh
2024-10-14
*
Additional clarification in the comments to sqlite3_stdio.c. No changes
drh
2024-10-11
*
Update comments in ext/misc/sqlite3_stdio.c to reflect the latest enhancements.
drh
2024-10-11
*
Avoid undesirable NL to CRLF translation when doing binary output to the
drh
2024-10-11
*
Provide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO compile-time options
drh
2024-09-26
*
Port sqlite3_analyzer.exe to use sqlite3_stdio.
drh
2024-09-24
*
Port sqldiff over to use sqlite3_stdio.
drh
2024-09-24
*
Add the sqlite3_stdio.h library for Windows console I/O.
drh
2024-09-24