summaryrefslogtreecommitdiff
path: root/src/libical/icalparser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0'Allen Winter2022-10-171-6/+2
|\
| * Revert "icalparser.c - add protection against fuzz"Allen Winter2022-10-171-6/+2
* | Merge branch '3.0'Allen Winter2022-10-101-3/+1
|\ \ | |/
| * Revert "src/libical/icalparser.c - fix a fuzz issue for integer overflow"Allen Winter2022-10-101-3/+1
* | Merge branch '3.0'Allen Winter2022-10-061-1/+1
|\ \ | |/
| * Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-051-1/+1
* | Merge branch '3.0'Allen Winter2022-10-011-1/+3
|\ \ | |/
| * src/libical/icalparser.c - fix a fuzz issue for integer overflowAllen Winter2022-10-011-1/+3
* | Merge branch '3.0'Allen Winter2022-09-291-2/+6
|\ \ | |/
| * icalparser.c - add protection against fuzzAllen Winter2022-09-291-2/+6
* | Merge branch '3.0'Allen Winter2022-09-241-2/+2
|\ \ | |/
| * Fixes to x-property comma handling and escapingKent Sutherland2022-09-241-2/+2
| * lots of spelling fixes found by codespellAllen Winter2021-11-281-4/+4
* | REUSE complianceAllen Winter2022-06-061-23/+3
* | Make icalmemory, icalarray and some selected functions from other files more ...Markus Minichmayr2022-01-251-0/+3
* | Allow configuring implementation of `fprintf` and `assert` to allow more flex...Markus Minichmayr2022-01-221-5/+5
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-221-4/+4
* | Fix typos and misspellings found by CodeSpell 2.1.0.Shaun Case2021-07-121-4/+4
* | Added icalcomponent_[set|get]_x_name() and icalcomponent_get_component_name[_...Ken Murchison2020-11-081-1/+5
* | Merge branch '3.0'Allen Winter2020-07-201-6/+2
|\ \ | |/
| * Unify all visible docstrings to .h filesMichael McClurg2020-07-181-5/+1
| * Merge branch '3.0' of github.com:libical/libical into docs-fixes-3.0Michael McClurg2020-07-011-2/+2
| |\
| | * Add support for empty parameters, e.g. CN=""Ken Murchison2020-06-221-2/+2
| * | Add more periods to end of sentencesMichael McClurg2020-06-301-1/+1
| * | Fix capitalization errorsMichael McClurg2020-06-301-1/+1
| * | Standardize verb formsMichael McClurg2020-06-301-1/+1
| |/
| * various - use https instead of http where we canAllen Winter2019-12-141-6/+5
| * Include invalid parameters in the maximum number of allowed parameters Fixes ...Kent Sutherland2019-05-171-0/+1
| * Fix a use after freeKent Sutherland2019-05-131-0/+1
| * Cap the number of parameters and properties to prevent unbounded memory usage...Kent Sutherland2019-05-131-2/+6
| * Revert "Set a maximum length per line before calling icalparser_add_line This...Kent Sutherland2019-05-131-10/+1
| * Revert "src/libical/icalparser.c - include <string.h>"Kent Sutherland2019-05-131-3/+2
| * Revert "libical/icalparser.c - another attempt to make Coverity happy"Allen Winter2019-05-121-0/+4
| * src/libical/icalparser.c - include <string.h>Allen Winter2019-05-121-2/+3
| * Set a maximum length per line before calling icalparser_add_line This provide...Kent Sutherland2019-05-121-1/+10
| * Reset the parser level to 0 when encountering a line with END before BEGIN Fi...Kent Sutherland2019-05-111-2/+9
* | Add support for empty parameters, e.g. CN=""Ken Murchison2020-06-221-2/+2
* | various - use https instead of http where we canAllen Winter2019-12-141-6/+5
* | Make VS2012 happyKent Sutherland2019-07-011-2/+2
* | Set a limit on the number of times insert_error can run for a single parse.Kent Sutherland2019-06-261-11/+20
* | Fix timeout found by fuzzer (oss-fuzz issue 14881)Kent Sutherland2019-06-141-3/+11
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-261-1/+1
* | Include invalid parameters in the maximum number of allowed parameters Fixes ...Kent Sutherland2019-05-171-0/+1
* | Fix a use after freeKent Sutherland2019-05-131-0/+1
* | Cap the number of parameters and properties to prevent unbounded memory usage...Kent Sutherland2019-05-131-2/+6
* | Revert "Set a maximum length per line before calling icalparser_add_line This...Kent Sutherland2019-05-131-10/+1
* | Revert "src/libical/icalparser.c - include <string.h>"Kent Sutherland2019-05-131-3/+2
* | Revert "libical/icalparser.c - another attempt to make Coverity happy"Allen Winter2019-05-121-0/+4
* | src/libical/icalparser.c - include <string.h>Allen Winter2019-05-121-2/+3
* | Set a maximum length per line before calling icalparser_add_line This provide...Kent Sutherland2019-05-121-1/+10