summaryrefslogtreecommitdiff
path: root/src/libical/icalparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* skip over the Unicode byte order mark (BOM character) when parsing.Allen Winter2018-05-231-0/+7
* src/libical/icalrecur.c - shutup some EXC_BAD_ACCESSAllen Winter2018-04-281-1/+1
* FIX: icalparser_line_gen_func is not declared as a pointer.Yoshimasa Niwa2018-03-051-2/+2
* libical/icalparser.{c,h} - creates typedef for line_gen_funcPatrick Elsen2017-07-121-3/+3
* Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-10/+11
* icalderivedproperty.c.in, icalparser.c, icalrecur.c - minor found by splintAllen Winter2016-12-251-4/+3
* - handle properties which don't have "default" value typesKen Murchison2016-12-231-117/+13
* RFC6868 parameter value en/decodingKen Murchison2016-12-231-0/+32
* icalparser.c: make sure to return a NULL heap when parser_get_param_name_heap...Ken Murchison2016-12-221-0/+1
* src/libical/icalparser.c - minor coding formatAllen Winter2016-12-131-6/+12
* icalparser.c: sanity check VALUE parameter against what is allowedKen Murchison2016-12-131-2/+67
* plug various memory leaks found by CoverityAllen Winter2016-12-051-3/+2
* icalparser.c: don't create two ICAL_XLICINVALID_COMPONENT for an invalid comp...Ken Murchison2016-12-021-6/+0
* icalparser.c: make sure we have a prev_char before checking itKen Murchison2016-12-021-1/+1
* libical/icalparser.c - use ptrdiff_t for pointer arithmeticAllen Winter2016-09-031-5/+3
* libical/icalparser.c - another attempt to make Coverity happyAllen Winter2016-06-131-4/+0
* libical/icalparser.c - try to avoid a Coverity use-after-free warningAllen Winter2016-06-121-2/+8
* libical/icalparser.c - more attempts to fix memory usageAllen Winter2016-06-111-11/+8
* libical/icalparser.c - fix resource leaks found by CoverityAllen Winter2016-06-111-8/+12
* icalparser.c - fix 2 memory leaks found by CoverityAllen Winter2016-06-111-0/+7
* coding style and some cleanupsAllen Winter2016-05-131-1/+2
* Bugfix: support malformed input with only CR and no LF (e.g. from Kerio Conne...Martin Drößler2015-08-211-1/+12
* Change RFC2445/2446 references to RFC5545/5546Ken Murchison2015-08-181-10/+10
* icalparser.c - compile fixes for Windows and some code styleAllen Winter2015-08-141-18/+24
* Use strncpy and explicitly set a null terminator instead of strlcpy.Kent Sutherland2015-08-101-2/+5
* Renamed parser_get_param_name to parser_get_param_name_heap. Added parser_get...Kent Sutherland2015-08-101-35/+96
* Rewrote parser_get_next_char to perform fewer pointer lookups. These changes ...Kent Sutherland2015-08-101-15/+15
* src/libical - consistent coding style enforcedAllen Winter2015-05-311-609/+564
* need stddef.h for ptrdiff_t to fix buildAllen Winter2015-05-101-1/+1
* Coverity Scan and Splint fixesAllen Winter2015-05-091-7/+3
* Splint fixes. and unhide some symbolsAllen Winter2015-05-071-41/+27
* cleanup _unused() function variablesAllen Winter2015-05-071-1/+1
* remove all the ifdef UNCLEAN blocksAllen Winter2015-05-031-41/+7
* massive include file cleaning. partially doneAllen Winter2015-04-271-568/+570