summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow question marks in plain scalars in flow collections (#105)Tina Müller (tinita)2020-06-011-1/+1
* Emitter: Don't output trailing space for empty scalar nodes (#186)Tina Müller (tinita)2020-06-011-1/+11
* Emitter: Output space after an alias mapping key (#185)Tina Müller (tinita)2020-06-011-0/+2
* Flow indicators can not be part of local or shorthand tags (#179)Tina Müller (tinita)2020-06-011-14/+22
* Fix logic for document end before directiveTina Müller2020-04-191-4/+7
* Allow emitting 1.2 directiveTina Müller2020-04-191-2/+8
* Support %YAML 1.2 directives (#172)Tina Müller (tinita)2020-04-102-2/+8
* Avoid recursion in the document loader. (#127)Michael Drake2020-04-101-103/+203
* Fix missing token in example (#169)Ashutosh Chauhan2020-04-101-0/+1
* Output document end marker after open ended scalars (#162)Tina Müller (tinita)2020-03-281-0/+12
* Always output document end before directive (YAML 1.2 compatibility)Tina Müller2020-03-261-5/+3
* Fix spellingHonkingGoose2019-07-251-1/+1
* Use pointer to const for strings that aren't/shouldn't be modifiedcriptych2019-06-061-11/+11
* Fixed typo.SHIBATA Hiroshi2019-06-062-2/+2
* build: do not install config.hMarty E. Plummer2018-07-191-1/+1
* Fix unconditional yaml_free()Tina Müller2018-07-181-1/+2
* fix version_directive memory leakReini Urban2018-07-181-0/+1
* yaml_stack_extend: guard against integer overflowFlorian Weimer2018-07-181-1/+6
* fix C++ g++-6 errorsReini Urban2018-07-181-3/+3
* fix clang -Wlogical-op warningsReini Urban2018-07-182-3/+3
* fix C++-compat errorReini Urban2018-07-172-2/+2
* Allow colons in plain scalars inside flow collections0.2.2-pre1Tina Müller2018-06-301-3/+14
* Fix yaml_document_deleteReini Urban2018-06-301-5/+0
* Fix typo errorwhiteUnicorn2018-06-301-1/+1
* The closing single quote needs to be indented...Tina Müller2018-06-301-0/+3
* Fix token name typos in commentsViktor Szakats2018-06-301-2/+2
* Don't emit document-end marker at the end of streamTina Müller2018-06-301-7/+0
* Revert removing of open_ended after top level plain scalarTina Müller2018-06-291-0/+4
* Remove need for PTRDIFF_MAXRoger Peppe2018-01-112-25/+14
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-087-58/+78
* Compilation fix for SolarisAndy Grundman2018-01-081-1/+6
* add -no-undefined to src/Makefile.amMarty E. Plummer2018-01-061-1/+1
* Define PTRDIFF_MAX if it's not in stdint.hTina Müller2017-12-231-0/+7
* Forbid escaped singlequote in doublequotesTina Müller2017-12-021-4/+0
* Fix unitialized value crash found by OSS FuzzIan Cordasco2017-05-131-0/+5
* Add -Wall to list of compile flagsIan Cordasco2016-12-291-1/+1
* Fix misspell: preceedLeo Arias2016-12-071-4/+4
* Removed trailing-whitespacesSHIBATA Hiroshi2016-11-236-20/+16
* Picked typofix from Ruby's Psych parserSHIBATA Hiroshi2016-11-232-21/+21
* spec-1.2 rule [53]Ingy döt Net2016-10-061-0/+4
* This code is not needed and breaks testsIngy döt Net2016-09-211-4/+0
* Fixed segfault in yaml_string_write_handler.Kirill Simonov2016-06-051-1/+1
* Removed invalid simple key assertion (thank to Jonathan Gray).Kirill Simonov2014-11-281-7/+0
* Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of t...0.1.6Kirill Simonov2014-03-262-2/+8
* Manually define PTRDIFF_MAX for VS C compiler.0.1.5Kirill Simonov2014-02-031-0/+9
* Forgot to set the error state.Kirill Simonov2014-02-031-2/+6
* Limit input size to SIZE_MAX/2.Kirill Simonov2014-02-032-0/+5
* Guard against overflows in indent and flow_level.Kirill Simonov2014-02-022-7/+14
* Prevent node index overflow (Reported by Florian Weimer).Kirill Simonov2014-02-022-0/+18
* Fixed invalid size_t->int cast (Thank to Florian Weimer).Kirill Simonov2014-01-121-1/+1