aboutsummaryrefslogtreecommitdiff
path: root/harnesses
AgeCommit message (Expand)AuthorFilesLines
2020-03-24use onig_set_subexp_call_max_nest_level()K.Kosako1-0/+3
2020-03-14add all encodings into base.cK.Kosako1-5/+37
2020-03-10add BACKWARD_SEARCH flagK.Kosako1-0/+6
2020-02-28fix output destinationK.Kosako1-2/+2
2020-02-28use many compile time optionsK.Kosako1-5/+11
2020-02-28use STAT_PATH for output switchK.Kosako1-2/+5
2020-02-28use DUMP_DATA_INTERVAL instead of DUMP_FILEK.Kosako1-3/+4
2020-02-28use STAT_FP for output statistics infoK.Kosako1-6/+17
2020-02-28add dump_file()K.Kosako1-0/+21
2020-02-28change EXEC_PRINT_INTERVAL valueK.Kosako1-1/+1
2020-02-17tuned parameter in base.c (for oss-fuzz test)K.Kosako1-1/+1
2020-02-13use onig_set_retry_limit_in_search() instead of onig_set_retry_limit_in_match()K.Kosako3-13/+13
2020-02-10tuned parameter in base.cK.Kosako1-1/+1
2020-02-10don't try another search if ONIGERR_RETRY_LIMIT_IN_MATCH_OVER caseK.Kosako1-4/+6
2020-02-10fix output of backslash charK.Kosako1-1/+4
2020-02-10add syntax_names for STANDALONEK.Kosako1-2/+17
2020-02-10add dump_data() for STANDALONE modeK.Kosako1-27/+39
2020-02-07tuned parameters in base.cK.Kosako1-4/+3
2020-02-07escape division by zero by INPUT_COUNT overflowK.Kosako1-6/+12
2020-02-07refactoringK.Kosako1-2/+4
2020-02-07don't use INPUT_COUNT for randomization of pattern_sizeK.Kosako1-46/+20
2020-02-07refactoringK.Kosako4-22/+22
2020-02-05add fuzzer.options fileK.Kosako1-0/+2
2020-02-03add output START time in regset.cK.Kosako1-7/+20
2020-01-23add output START timeK.Kosako1-7/+20
2019-12-25rename target programs in harnessesK.Kosako1-16/+16
2019-12-23add some pattern into dictionaryK.Kosako1-0/+2
2019-12-06rename some target program namesK.Kosako1-4/+3
2019-12-06rename deluxe-encode-harness.c to deluxe.cK.Kosako2-3/+3
2019-12-06rename regset-harness.c to regset.cK.Kosako2-3/+3
2019-12-06rename encode-harness.c to base.cK.Kosako2-11/+11
2019-11-21increase utf-8 encoding ratioK.Kosako1-0/+1
2019-11-20fix pattern_size repeat rangeK.Kosako1-1/+1
2019-11-20scan pattern_size for WITH_READ_MAIN modeK.Kosako1-0/+33
2019-11-20refactoringK.Kosako1-3/+2
2019-11-20refactoringK.Kosako1-33/+43
2019-11-19change encoding set in fuzzer testK.Kosako1-4/+3
2019-11-14change pattern size to be randomv6.9.4_rc2K.Kosako1-4/+9
2019-11-12change output interval valueK.Kosako1-1/+1
2019-11-12add check fatal error code from onig_search()K.Kosako1-1/+9
2019-11-12add search() call for pattern stringK.Kosako1-0/+2
2019-11-08remove syntax-harness.cK.Kosako1-141/+0
2019-11-08use encode-harness.c for syntax testK.Kosako2-23/+52
2019-11-08refactoringK.Kosako1-3/+4
2019-11-08refactoringK.Kosako1-17/+15
2019-11-07remove CP1251 and KOI8_R encodings from testK.Kosako1-2/+2
2019-11-07add some entries into ascii_compatible.dictK.Kosako1-0/+4
2019-11-06remove strlen() because there is no null terminatorK.Kosako1-9/+15
2019-10-31refactoringK.Kosako1-9/+10
2019-10-30remove some default targets from harnesses/makefileK.Kosako1-5/+7