summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | minor coding style fixes after latest mergeAllen Winter2022-02-184-220/+218
* | Merge pull request #544 from minichma/malloc_configurability_and_testAllen Winter2022-02-189-10/+386
|\ \
| * | Fix memory allocation in parse_posix_zone().Markus Minichmayr2022-02-151-1/+1
| * | Tests: Introducing custom memory allocation functions that allow testing for ...Markus Minichmayr2022-02-155-0/+270
| * | icalmemory: Making memory management functions configurable.Markus Minichmayr2022-02-153-9/+115
|/ /
* | buildsystem - a C11-compliant C compiler is required for libical-glibAllen Winter2022-02-063-3/+9
* | buildsystem - require C++11 compliance for the C++ bindingsAllen Winter2022-02-053-0/+4
* | minor coding style fixesAllen Winter2022-02-052-3/+3
* | Merge pull request #542 from minichma/malloc_robustnessAllen Winter2022-02-054-10/+62
|\ \
| * | Make icalmemory, icalarray and some selected functions from other files more ...Markus Minichmayr2022-01-254-10/+62
* | | Merge branch '3.0'Allen Winter2022-02-051-1/+5
|\ \ \ | | |/ | |/|
| * | CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.15Allen Winter2022-02-052-1/+5
| * | ReleaseNotes.txt - 3.0.14v3.0.14Allen Winter2022-02-051-2/+2
* | | ReleaseNotes.txt: updated to note RFC9073/9074 supportKen Murchison2022-01-241-0/+1
| |/ |/|
* | Merge branch '3.0'Allen Winter2022-01-223-0/+24
|\ \ | |/
| * icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-223-0/+24
* | make it more explicit that C99 compliance is necessaryAllen Winter2022-01-223-1/+6
* | Merge pull request #541 from minichma/icalassertAllen Winter2022-01-2212-48/+51
|\ \
| * | Allow configuring implementation of `fprintf` and `assert` to allow more flex...Markus Minichmayr2022-01-2212-48/+51
|/ /
* | .krazy - extend maxline length to 120 charsAllen Winter2022-01-221-1/+1
* | Merge pull request #540 from minichma/icalmemory_usageAllen Winter2022-01-2224-235/+259
|\ \
| * | 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-2224-234/+245
|/ /
* | Merge branch '3.0'Allen Winter2022-01-203-1/+101
|\ \ | |/
| * src/libical/icalderivedvalue.c.in - minor coding styleAllen Winter2022-01-201-3/+4
| * Merge pull request #538 from mcrha/3.0Allen Winter2022-01-203-1/+100
| |\
| | * icalvalue: Reset non-UTC icaltimetype::zone on setMilan Crha2022-01-193-1/+100
| |/
* | ReleaseNotes.txt - mention rfc9073 and rfc9074 supportAllen Winter2022-01-201-1/+2
* | src/libical/icalrestriction.c.in - minor coding styleAllen Winter2022-01-201-6/+5
* | Merge pull request #535 from libical/RFC9073_RFC9074Ken Murchison2022-01-2015-362/+722
|\ \
| * | 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
| * | Add RFC9073, RFC9074 to documentationKen Murchison2022-01-183-5/+13
| * | LOCATION-TYPE is a multivalued propertyKen Murchison2022-01-182-2/+3
| * | 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-182-246/+228
| * | icalrestriction.c.in: consolidate STATUS value validation functionsKen Murchison2022-01-182-103/+85
| * | icalcomponent.c: actually implement EventPub component constructorsKen Murchison2022-01-181-0/+15
| * | Add Event Publishing Extensions (RFC 9073) components, properties, parameters...Ken Murchison2022-01-189-3/+323
| * | value-types.csv: add blank lines for readabilityKen Murchison2022-01-181-0/+9
| * | properties.csv: add blank lines for readabilityKen Murchison2022-01-181-0/+13
| * | parameters.csv: add comment for RELTYPE:SNOOZEKen Murchison2022-01-181-0/+1
| * | parameters.csv: add blank lines for readabilityKen Murchison2022-01-181-0/+9
| * | value-types.csv: fix commentKen Murchison2022-01-181-1/+1
| * | Add/update: VALARM Extensions (RFC 9074) properties, parameters, valuesKen Murchison2022-01-184-2/+6
|/ /
* | Merge pull request #537 from libical/restriction_depth_fixAllen Winter2022-01-183-110/+225
|\ \
| * | 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