summaryrefslogtreecommitdiff
path: root/src/libical/icalparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* icalparser.c - cppcheck fixes and minor coding style cleaningAllen Winter2015-04-181-119/+107
* new _unused() macro to deal with unused argumentsAllen Winter2014-09-081-1/+1
* Eliminate many compiler warnings from gccAllen Winter2014-09-071-0/+1
* strstriplt(): minor. add a comment and cleanup indentingAllen Winter2014-07-131-6/+8
* Merge pull request #163 from ksuther/apple-structured-location-workaroundAllen Winter2014-06-031-1/+16
|\
| * Don't hardcode the length of the X-APPLE-STRUCTURE-LOCATION property name in ...Kent Sutherland2014-06-031-2/+5
| * Adding a workaround for X-APPLE-STRUCTURED-LOCATION, which uses a comma to se...Kent Sutherland2014-06-021-0/+12
* | Better handling of invalid TZIDs that look like GMT+05:00Kent Sutherland2014-06-021-5/+19
* | Using icalvalue_new instead of icalvalue_new_text to create a typeless value ...Kent Sutherland2014-06-021-1/+1
|/
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+1331