summaryrefslogtreecommitdiff
path: root/src/libical/icalcomponent.c
Commit message (Expand)AuthorAgeFilesLines
* REUSE complianceAllen Winter2022-06-061-10/+2
* time_t - replace type `time_t` and related functions with our own `icaltime_t...Markus Minichmayr2022-06-031-5/+5
* minor coding style fixesAllen Winter2022-02-051-1/+2
* Make icalmemory, icalarray and some selected functions from other files more ...Markus Minichmayr2022-01-251-6/+16
* Merge branch '3.0'Allen Winter2022-01-221-0/+1
|\
| * icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-221-0/+1
| * icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-151-15/+53
| * icalcomponent.c: protect against NULL property valuesKen Murchison2021-11-201-2/+8
| * icalcomponent.c: handle the case, when DTEND and DURATION are missingДилян Палаузов2021-11-201-23/+24
| * icalcomponent_get_duration() clarification in commentДилян Палаузов2021-11-201-1/+1
* | Allow configuring implementation of `fprintf` and `assert` to allow more flex...Markus Minichmayr2022-01-221-3/+3
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-221-25/+25
* | icalcomponent.c: actually implement EventPub component constructorsKen Murchison2022-01-181-0/+15
* | Add Event Publishing Extensions (RFC 9073) components, properties, parameters...Ken Murchison2022-01-181-0/+5
* | icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-141-15/+53
* | Merge pull request #519 from dilyanpalauzov/no_duration_no_dtendAllen Winter2021-11-201-23/+24
|\ \
| * | icalcomponent.c: handle the case, when DTEND and DURATION are missingДилян Палаузов2021-11-081-23/+24
* | | Merge pull request #518 from dilyanpalauzov/icalcomponent_get_duration_clarif...Allen Winter2021-11-201-1/+1
|\ \ \
| * | | icalcomponent_get_duration() clarification in commentДилян Палаузов2021-11-081-1/+1
| |/ /
* | | icalcomponent.c: protect against NULL property valuesKen Murchison2021-11-181-2/+8
|/ /
* | Added icalcomponent_[set|get]_x_name() and icalcomponent_get_component_name[_...Ken Murchison2020-11-081-0/+64
* | Fix conflicts, new style issues from mergeMichael McClurg2020-07-271-4/+0
* | Merge branch '3.0'Allen Winter2020-07-211-1/+1
|\ \ | |/
| * various - remove set-and-used variables. found by clang-tidyAllen Winter2020-07-211-1/+1
* | Merge branch '3.0'Allen Winter2020-07-201-173/+13
|\ \ | |/
| * Unify all visible docstrings to .h filesMichael McClurg2020-07-181-164/+0
| * More grammar fixesMichael McClurg2020-07-021-6/+6
| * Use more Doxygen headers (@brief, @returns)Michael McClurg2020-07-021-2/+2
| * Fix missing or unintentional docsMichael McClurg2020-07-021-10/+10
| * Fix spelling errorMichael McClurg2020-06-301-1/+1
| * More verb form fixesMichael McClurg2020-06-301-1/+1
| * Typo and grammatical fixesMichael McClurg2020-06-301-1/+1
| * Fix capitalization errorsMichael McClurg2020-06-301-4/+4
| * Standardize verb formsMichael McClurg2020-06-301-6/+6
| * Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-02-091-0/+1
| * various - use https instead of http where we canAllen Winter2019-12-141-3/+3
| * 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-21/+24
| * icalcomponent.c: need to orphan the props before removal during normalizationKen Murchison2019-08-101-0/+2
| * icalcomponent.c: move test for zero parameters outside of the switch statemen...Ken Murchison2019-08-101-42/+41
| * icalcomponent_normalize: avoid memory leaksBron Gondwana2019-08-071-0/+6
* | Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-01-291-0/+1
* | various - use https instead of http where we canAllen Winter2019-12-141-3/+3
* | 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-21/+24
* | icalcomponent.c: need to orphan the props before removal during normalizationKen Murchison2019-08-071-0/+2
* | icalcomponent.c: move test for zero parameters outside of the switch statemen...Ken Murchison2019-08-071-42/+41
* | icalcomponent_normalize: avoid memory leaksBron Gondwana2019-08-071-0/+6
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-261-3/+8
|/
* TZID on DATE-TIME value can override time specified in UTCMilan Crha2018-08-041-42/+5