summaryrefslogtreecommitdiff
path: root/src/yaml_private.h
Commit message (Expand)AuthorAgeFilesLines
* Limit input size to SIZE_MAX/2.Kirill Simonov2014-02-031-0/+1
* Guard against overflows in indent and flow_level.Kirill Simonov2014-02-021-0/+1
* Prevent node index overflow (Reported by Florian Weimer).Kirill Simonov2014-02-021-0/+6
* Fixed non-ANSI initializations (fixes #115).Kirill Simonov2009-02-231-0/+5
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-081-2/+4
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-071-7/+23
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.Kirill Simonov2006-12-111-0/+36
* Implement everything except tag and scalar writers.Kirill Simonov2006-07-281-0/+249
* Implement Emitter state machine.Kirill Simonov2006-07-261-0/+1
* Add yaml_emitter_emit_* set of functions.Kirill Simonov2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.Kirill Simonov2006-07-231-4/+130
* Refactor internal and external API.Kirill Simonov2006-07-211-0/+205