summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-25Allow spaces in link destination delimited with pointy brackets.John MacFarlane
2018-03-25Adjust max length of decimal/numeric entities.John MacFarlane
2018-03-25Fix inline raw HTML parsing.John MacFarlane
2018-03-25Don't allow list markers to be indented >= 4 spaces.John MacFarlane
2018-02-20Check for empty buffer when renderingPhil Turnbull
2017-11-14Generate export header for static-only buildNick Wellnhofer
2017-11-05Merge pull request #217 from github/upstream/limit-nested-parensJohn MacFarlane
2017-11-02Merge branch 'master' into upstream/inline-sourceposAshe Connor
2017-10-19Include GNUInstallDirs in src/CMakeLists.txtNick Wellnhofer
2017-10-12Fixed regression in install dest for static library.John MacFarlane
2017-10-10Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.John MacFarlane
2017-09-14blocks: Fix quadratic behavior in `finalize`Vicent Marti
2017-08-10Skip sourcepos tracking if disabledYuki Izumi
2017-08-10Fix inlines spanning newlines, text in non-paraYuki Izumi
2017-08-09--smart: open quote can never occur right after `]` or `)`.John MacFarlane
2017-08-09Add sourcepos info for inlinesYuki Izumi
2017-08-03Reformat source code with 'make format'Nguyễn Thái Ngọc Duy
2017-08-01Advertise --validate-utf8 in usage informationNguyễn Thái Ngọc Duy
2017-07-17Fix URL scanner.Yuki Izumi
2017-07-13Reverted mistaken fix to #193.John MacFarlane
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-11Use unsigned integer when shiftingPhil Turnbull
2017-07-06Avoid memcpy'ing NULL pointersPhil Turnbull
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-27Check for NULL pointer in get_link_typePhil Turnbull
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-06-23Reset bytes after UTF8 procYuki Izumi
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-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-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