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