summaryrefslogtreecommitdiff
path: root/src/libical/icalvalue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0'Allen Winter2022-10-251-1/+2
|\
| * Escape comma in x-property TEXT valuesRobert Stepanek2022-10-251-1/+2
* | Merge branch '3.0'Allen Winter2022-10-061-3/+3
|\ \ | |/
| * Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-051-3/+3
* | Merge branch '3.0'Allen Winter2022-09-241-1/+2
|\ \ | |/
| * Fixes to x-property comma handling and escapingKent Sutherland2022-09-241-1/+2
* | Fix Stack-buffer-overflow in simple_str_to_doublestrAllen Winter2022-06-121-6/+6
* | Internally represent GEO properties as textAllen Winter2022-06-111-20/+20
* | REUSE complianceAllen Winter2022-06-061-11/+2
* | Merge branch '3.0'Allen Winter2022-06-021-2/+5
|\ \ | |/
| * src/libical/icalvalue.c - fix format-truncation warningAllen Winter2022-06-021-2/+5
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-221-18/+18
* | LOCATION-TYPE is a multivalued propertyKen Murchison2022-01-181-1/+2
* | Merge branch '3.0'Allen Winter2020-07-201-2/+2
|\ \ | |/
| * Fix duplicate word typosMichael McClurg2020-07-181-2/+2
| * various - use https instead of http where we canAllen Winter2019-12-141-5/+4
| * Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotationsMilan Crha2019-10-151-1/+7
| * src/libical/icalvalue.c,src/test/regression.c - fix an overrunMilan Crha2019-05-141-3/+6
* | various - use https instead of http where we canAllen Winter2019-12-141-5/+4
* | Let icalattach_new_from_data() use the 'free_fn' argument againMilan Crha2019-10-201-1/+7
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-261-1/+6
* | src/libical/icalvalue.c,src/test/regression.c - fix an overrunMilan Crha2019-05-141-3/+6
|/
* icalvalue.c - in simple_str_to_double(), look for NUL charsAllen Winter2019-01-121-7/+5
* icalvalue.c, sspm.c - fallthrough commentsAllen Winter2018-01-201-0/+1
* icalparameter.c, icalvalue.c - plug memory leaks found by clang-analyzerAllen Winter2017-10-021-0/+3
* icalvalue.c: don't leak RSCALE after parsing RRULEKen Murchison2017-08-041-0/+1
* Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-2/+2
* icalvalue.c - plug a memory leak found by CoverityAllen Winter2016-12-301-0/+1
* make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue...Allen Winter2016-12-181-0/+2
* icalrestriction.c.in, icalvalue.c - plug memory leaks found by CoverityAllen Winter2016-12-141-7/+8
* plug various memory leaks found by CoverityAllen Winter2016-12-051-12/+13
* icalrecur.c, icalvalue.c: RSCALE field in icalrecurrencetype can't be allocat...Ken Murchison2016-11-221-3/+2
* icalvalue: properly parse and output boolean valued propertiesKen Murchison2016-09-261-6/+23
* use cmake discovery for GetNumberFormat()Allen Winter2015-12-271-2/+2
* Change RFC2445/2446 references to RFC5545/5546Ken Murchison2015-08-181-2/+2
* icalvalue.c - icalvalue_new_from_string_with_error() improve warningAllen Winter2015-06-011-2/+5
* src/libical - consistent coding style enforcedAllen Winter2015-05-311-717/+680
* small Splint fixesAllen Winter2015-05-191-1/+1
* make print_date_to_string and parser_datetime_to_string library externalAllen Winter2015-05-191-9/+5
* Coverity Scan and Splint fixesAllen Winter2015-05-091-10/+9
* hide all symbols by default. make symbols visible only as needed.Allen Winter2015-05-051-7/+5
* remove all the ifdef UNCLEAN blocksAllen Winter2015-05-031-29/+4
* WIP: more include file cleaningAllen Winter2015-04-301-1/+0
* massive include file cleaning. partially doneAllen Winter2015-04-271-538/+543
* remove ICAL_FREE_ON_LIST_IS_ERROR conditional compilationAllen Winter2015-04-181-8/+3
* Updated VPOLL to draft-york-vpoll-03 (restrictions are still a work in progress)Ken Murchison2015-01-201-0/+4
* fix issue74: Do not escape double character " to \"Allen Winter2014-09-201-4/+9
* eliminate compiler warnings found by gcc on CygwinAllen Winter2014-09-081-4/+4
* Eliminate many compiler warnings from gccAllen Winter2014-09-071-7/+0
* icalvalue.c: properly handle UTCOFFSETs of the form +/-00mmssKen Murchison2014-08-271-1/+1