index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
fuzzershell.c
Commit message (
Expand
)
Author
Age
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Make USE_FULLWARN=1 the default for MSVC and fix harmless compiler warnings.
mistachkin
2017-04-14
*
Enhance fuzzershell.c to read and execute SQL commands in the autoexec table
drh
2016-12-17
*
Fix the ossfuzz.c test module so that it does not segfault after a
drh
2016-11-14
*
Build the generate_series(START,END,STEP) table-valued function into
drh
2016-09-03
*
Fix uses of ctype functions (ex: isspace()) on signed characters in test
drh
2015-10-29
*
Fix the fuzzershell utility program so that it compiles with the
drh
2015-10-16
*
Add the --disable-lookaside option to the fuzzershell utility program.
drh
2015-09-19
*
Adjust fuzzershell so that it adds the json1 extension separately for each
drh
2015-09-19
*
Include json1.c in fuzzcheck and fuzzershell.
drh
2015-09-19
*
Improved error messages in fuzzershell when unable to open the database.
drh
2015-05-22
*
Fix a bug in fuzzershell caused by an uninitialized local variable.
drh
2015-05-22
*
Add the --database option to the fuzzershell test program.
drh
2015-05-22
*
Improvements to fuzzershell: Avoid excess memory allocations when loading
drh
2015-05-02
*
Enhance the fuzzershell --uniquecases option to output results in order of
drh
2015-05-01
*
Enhance fuzzershell to accept multiple input files. Add the test/fuzzdata2.txt
drh
2015-05-01
*
Fuzzershell: change the error summary output to work with releasetest.tcl.
drh
2015-04-25
*
Add the fuzzoomtest target to the makefiles. Invoke fuzzoomtest from
drh
2015-04-25
*
In fuzzershell: (1) comment fixes. (2) Set and clear g.zTestName[] correctly.
drh
2015-04-25
*
In the fuzzershell, always invoke the trace and log callbacks even if output
drh
2015-04-25
*
Add fflush() calls to fuzzershell to keep stderr and stdout synchronized.
drh
2015-04-25
*
Add the --oom option to fuzzershell.
drh
2015-04-24
*
Fix fuzzershell so that it works with SQLITE_OMIT_TRACE.
drh
2015-04-24
*
Run fuzzershell as part of the valgrindtest makefile target.
drh
2015-04-24
*
Add AFL-generated test cases in the test/fuzzdata1.txt file. Automatically
drh
2015-04-24
*
Add the --unique-cases option to fuzzershell.
drh
2015-04-24
*
Fuzzershell enhancements: (1) Add the --verbose and --quiet flags
drh
2015-04-24
*
Improved filtering of input for fuzzershell for modes other than generic.
drh
2015-04-22
*
Change the printf, strftime, and glob modes of fuzzershell so that they
drh
2015-04-22
*
Add the --mode option to fuzzershell.
drh
2015-04-20
*
Many new configuration options for fuzzershell.
drh
2015-04-20
*
Enhance fuzzershell to support multiple blocks of SQL, each run in its own
drh
2015-04-20
*
Add the tool/fuzzershell.c utility program.
drh
2015-04-17