summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-222-0/+23
* | Allow configuring implementation of `fprintf` and `assert` to allow more flex...Markus Minichmayr2022-01-2211-48/+48
* | Implement `icalmemory_strdup` based on `icalmemory_new_buffer` rather than on...Markus Minichmayr2022-01-221-1/+14
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-2223-233/+244
* | Merge branch '3.0'Allen Winter2022-01-202-0/+100
|\ \ | |/
| * src/libical/icalderivedvalue.c.in - minor coding styleAllen Winter2022-01-201-3/+4
| * icalvalue: Reset non-UTC icaltimetype::zone on setMilan Crha2022-01-192-0/+99
* | src/libical/icalrestriction.c.in - minor coding styleAllen Winter2022-01-201-6/+5
* | icalrestriction.c.in: special restriction callbacks can be called with prop =...RFC9073_RFC9074Ken Murchison2022-01-191-5/+11
* | icalrestriction.c.in: be legacy compiler friendlyKen Murchison2022-01-191-3/+5
* | LOCATION-TYPE is a multivalued propertyKen Murchison2022-01-181-1/+2
* | regression.c: add invalid VALARM to restriction testKen Murchison2022-01-181-1/+9
* | restrictions.csv, icalrestriction.c.in: consolidate VALARM restrictions and v...Ken Murchison2022-01-181-51/+171
* | icalrestriction.c.in: consolidate STATUS value validation functionsKen Murchison2022-01-181-91/+73
* | icalcomponent.c: actually implement EventPub component constructorsKen Murchison2022-01-181-0/+15
* | Add Event Publishing Extensions (RFC 9073) components, properties, parameters...Ken Murchison2022-01-183-0/+14
* | Merge pull request #537 from libical/restriction_depth_fixAllen Winter2022-01-182-103/+198
|\ \
| * | icalrestriction.c.in: no need to iterate all props/comps if no restriction fo...restriction_depth_fixKen Murchison2022-01-171-17/+24
| * | icalrestriction.c.in: remove unused assignmentKen Murchison2022-01-171-2/+0
| * | icalrestriction.c.in: add checks for mandatory components in VCALENADR and VT...Ken Murchison2022-01-101-1/+27
| * | icalrestriction.c.in: make sure we always recurse into child componentsKen Murchison2022-01-101-1/+3
| * | icalrestriction.c.in: check restrictions for nested components at ANY levelKen Murchison2022-01-061-104/+165
| * | icalenums.h: add terminating value to icalcomponent_kind enumKen Murchison2022-01-061-1/+2
* | | Merge branch '3.0'Allen Winter2022-01-172-1/+5
|\ \ \ | | |/ | |/|
| * | src/test/regression-component.c - fix compile warningAllen Winter2022-01-161-1/+1
| * | src/libicalss/icalbdbset.c - fix the Krazy excludeAllen Winter2022-01-161-1/+1
| * | config.h.cmake, icalbdbset.c - fix compile with BDB on WindowsAllen Winter2022-01-161-0/+4
| * | icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-153-22/+127
| * | Add include path to the exported target definitionNicolas Fella2022-01-151-0/+2
* | | Merge pull request #534 from dilyanpalauzov/icalcomponent_get_duration_vevent...Allen Winter2022-01-153-22/+127
|\ \ \
| * | | icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-143-22/+127
| | |/ | |/|
* | | Merge pull request #510 from nicolasfella/includepathsAllen Winter2022-01-151-0/+2
|\ \ \ | |/ / |/| |
| * | Add include path to the exported target definitionNicolas Fella2021-10-101-0/+2
* | | Merge branch '3.0'Allen Winter2021-12-062-2/+50
|\ \ \ | | |/ | |/|
| * | Fix a crash in cleanVObject on invalid valuesMilan Crha2021-12-062-2/+50
* | | Merge branch '3.0'Allen Winter2021-11-282-969/+969
|\ \ \ | |/ /
| * | lots of spelling fixes found by codespellAllen Winter2021-11-2843-1029/+1029
* | | Merge branch '3.0'Allen Winter2021-11-271-5/+5
|\ \ \ | |/ /
| * | Merge pull request #530 from wrobelda/libical_glib_fixAllen Winter2021-11-271-5/+5
| |\ \
| | * | Fix building libical-glib when STATIC_ONLY is enabled.Dawid Wróbel2021-11-251-5/+5
| * | | libical-glib: Get rid of all the allow-none annotationsCorentin Noël2021-11-2012-64/+63
| * | | generator.c - Handle the optional parameterCorentin Noël2021-11-201-1/+32
| * | | 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-202-24/+25
| * | | icalcomponent_get_duration() clarification in commentДилян Палаузов2021-11-201-1/+1
* | | | Merge pull request #524 from libical/tintou/nullable-optionalAllen Winter2021-11-2012-65/+95
|\ \ \ \
| * | | | generator.c - Handle the optional parametertintou/nullable-optionalCorentin Noël2021-11-161-1/+32
| * | | | libical-glib: Get rid of all the allow-none annotationsCorentin Noël2021-11-1612-64/+63
* | | | | Merge pull request #519 from dilyanpalauzov/no_duration_no_dtendAllen Winter2021-11-202-24/+25
|\ \ \ \ \
| * | | | | icalcomponent.c: handle the case, when DTEND and DURATION are missingДилян Палаузов2021-11-082-24/+25