summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12> 32 nested balanced parens in a link is bananasYuki Izumi
2017-07-11Merge pull request #213 from github/upstream/undefined-shiftJohn MacFarlane
2017-07-11Merge pull request #212 from github/upstream/memcpy-nonnullJohn MacFarlane
2017-07-11Use unsigned integer when shiftingPhil Turnbull
2017-07-06Avoid memcpy'ing NULL pointersPhil Turnbull
2017-06-29Updated spec.txt.John MacFarlane
2017-06-29DeMorgan simplification of some tests in emphasis parser.John MacFarlane
2017-06-29Fixed undefined shift in commonmark writer.John MacFarlane
2017-06-29latex writer: fix memory overflow.John MacFarlane
2017-06-29Makefile: add libFuzzer to phonyJohn MacFarlane
2017-06-27Merge pull request #209 from philipturnbull/libFuzzerJohn MacFarlane
2017-06-27Check for NULL pointer in get_link_typePhil Turnbull
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-06-27Move fuzzing dictionary into single filePhil Turnbull
2017-06-23Add hyphen to dictionaryPhil Turnbull
2017-06-23Merge pull request #207 from github/upstream/oob-readJohn MacFarlane
2017-06-23Reset bytes after UTF8 procYuki Izumi
2017-06-21Merge pull request #205 from github/dont-scan-past-eolJohn MacFarlane
2017-06-21Don't scan past newline eitherYuki Izumi
2017-06-21Don't scan past an EOLYuki Izumi
2017-06-02Merge pull request #195 from github/revert-194-upstream/remove-normalizeJohn MacFarlane
2017-06-02Document cases where get_ functions return NULL.John MacFarlane
2017-06-02Properly handle backslashes in link destinations.John MacFarlane
2017-06-02Fixed bug with unescaped left angle bracket in link destination.John MacFarlane
2017-06-02Fixed cmark_node_get_list_start to return 0 for bullet lists...John MacFarlane
2017-05-30Use CMARK_NO_DELIM for bullet lists. Closes #201.John MacFarlane
2017-05-18Merge pull request #198 from PavloKapyshin/masterJohn MacFarlane
2017-05-16Add link to Python wrapperPavlo Kapyshin
2017-05-16Prettify languages listPavlo Kapyshin
2017-05-15README: Add link to cmark-scala (#196)Tim Nieradzik
2017-05-07Re-add CMARK_OPT_NORMALIZE without effect.Yuki Izumi
2017-05-05Remove normalize as an option per #190 (#194)Yuki Izumi
2017-04-03Fixed code for freeing delimiter stack.John MacFarlane
2017-04-03Removed abort outside of conditional (typo).John MacFarlane
2017-04-03Removed coercion in error message when aborting from buffer.John MacFarlane
2017-04-03Print message to stderr when we abort due to memory demands.John MacFarlane
2017-02-05libcmark.pc: use CMAKE_INSTALL_LIBDIR (#185)Jens Petersen
2017-01-20Fixed buffer overflow error in S_parser_feed.John MacFarlane
2017-01-08Update emphasis parsing for spec change.John MacFarlane
2017-01-08Update spec.John MacFarlane
2017-01-07Fixes for the LaTeX renderer (#182)Doeme
2017-01-06Merge pull request #179 from winterheart/cmakeJohn MacFarlane
2017-01-06Make shared and static libraries optionalAzamat H. Hackimov
2017-01-06Added support for built-in ${LIB_SUFFIX} featureAzamat H. Hackimov
2017-01-05Automatic code reformatting.John MacFarlane
2017-01-05Added a test for NULL when freeing subj->last_delim.John MacFarlane
2017-01-05Cleaned up setting of lower bounds for openers.John MacFarlane
2017-01-03Fixes #178, quadratic parsing bug.John MacFarlane
2017-01-03Added pathological test for #178 (quadratic).John MacFarlane
2017-01-03Slight improvement of clarity of logic in emph matching.John MacFarlane