summaryrefslogtreecommitdiff
path: root/src/libical/icalproperty.c
Commit message (Expand)AuthorAgeFilesLines
* fix spelling - found with newer codespell v2.2.1Allen Winter2022-09-241-1/+1
* REUSE complianceAllen Winter2022-06-061-11/+2
* Allow configuring implementation of `fprintf` and `assert` to allow more flex...Markus Minichmayr2022-01-221-1/+1
* Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-221-13/+13
* Merge branch '3.0'Allen Winter2020-10-311-1/+1
|\
| * Move some variables to the read-only sectionДилян Палаузов2020-10-311-1/+1
* | Merge branch '3.0'Allen Winter2020-07-201-34/+1
|\ \ | |/
| * Unify all visible docstrings to .h filesMichael McClurg2020-07-181-33/+0
| * Standardize verb formsMichael McClurg2020-06-301-4/+4
| * various - use https instead of http where we canAllen Winter2019-12-141-5/+4
| * icalproperty.c, icalcomponent.c - minor coding styleAllen Winter2019-10-191-2/+1
| * icalcomponent.c, icalproperty.c: Rewrite of normalization code to (hopefully)...Ken Murchison2019-10-191-27/+22
| * icalproperty.c: need to orphan the params before removal during normalizationKen Murchison2019-08-131-0/+2
| * icalproperty_normalize: don't leak memoryBron Gondwana2019-08-071-0/+12
| * improve testing for icalproperty_get_datetime_with_compoment()Milan Crha2019-05-111-1/+1
| * icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_w...Allen Winter2019-04-281-0/+3
| * various - doc for icalproperty_get_datetime_with_component()Allen Winter2019-04-201-2/+0
* | various - use https instead of http where we canAllen Winter2019-12-141-5/+4
* | icalproperty.c, icalcomponent.c - minor coding styleAllen Winter2019-10-191-2/+1
* | icalcomponent.c, icalproperty.c: Rewrite of normalization code to (hopefully)...Ken Murchison2019-10-161-27/+22
* | icalproperty.c: need to orphan the params before removal during normalizationKen Murchison2019-08-121-0/+2
* | icalproperty_normalize: don't leak memoryBron Gondwana2019-08-071-0/+12
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-261-3/+8
* | improve testing for icalproperty_get_datetime_with_compoment()Milan Crha2019-05-111-1/+1
* | icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_w...Allen Winter2019-04-281-0/+3
* | various - doc for icalproperty_get_datetime_with_component()Allen Winter2019-04-201-2/+0
|/
* ReleaseNotes.txt - mention the DATE/DATE-TIME VALUE patchAllen Winter2018-11-171-1/+2
* Set of DATE/DATE-TIME doesn't reset VALUE parameterMilan Crha2018-11-171-0/+13
* various - tiny fixes for cppcheck and krazyAllen Winter2018-08-041-1/+2
* TZID on DATE-TIME value can override time specified in UTCMilan Crha2018-08-041-0/+47
* Merge branch 'vpatch'Ken Murchison2017-10-211-0/+112
|\
| * Added icalcomponent/icalproperty normalization functionsKen Murchison2017-08-041-0/+112
* | Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-2/+2
|/
* - handle properties which don't have "default" value typesKen Murchison2016-12-231-24/+18
* Remove deprecated icalproperty_remove_parameterKent Sutherland2016-12-181-11/+0
* Don't emit VALUE= parameter when the property contains the default value typeKen Murchison2016-06-261-0/+6
* icalproperty.c - avoid possible null ptr deref in icalproperty_new_cloneAllen Winter2015-12-191-1/+2
* Change RFC2445/2446 references to RFC5545/5546Ken Murchison2015-08-181-1/+1
* Use memset to zero the allocated memory instead of naming each field individu...Kent Sutherland2015-08-101-4/+2
* src/libical - consistent coding style enforcedAllen Winter2015-05-311-316/+251
* icalproperty.c - remove dead code in icalproperty_get_value_kind()Allen Winter2015-05-201-18/+9
* small Splint fixesAllen Winter2015-05-191-3/+3
* static symbols for local functions that were never exportedAllen Winter2015-05-101-3/+0
* hide all symbols by default. make symbols visible only as needed.Allen Winter2015-05-051-14/+1
* remove all the ifdef UNCLEAN blocksAllen Winter2015-05-031-26/+4
* massive include file cleaning. partially doneAllen Winter2015-04-271-243/+248
* remove ICAL_FREE_ON_LIST_IS_ERROR conditional compilationAllen Winter2015-04-181-8/+3
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+1063