summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | LibIcalMacrosInternal.cmake - improve libical_deprecated_option()Allen Winter2022-02-211-1/+4
* | src/libical/icaltz-util.c - fix truncated stdio returnAllen Winter2022-02-211-1/+1
* | buildtests.sh - follow CMake LIBICAL_DEVMODE option namechangeAllen Winter2022-02-211-3/+3
* | buildsystem - prepend dev cmake options with "LIBICAL_DEMODE"Allen Winter2022-02-211-16/+16
* | buildtests.sh - add tests for LIBICAL_DEVMODE_MEMORY_CONSISTENCYAllen Winter2022-02-211-5/+33
* | Merge pull request #546 from libical/work/memory-consistencyAllen Winter2022-02-208-9/+48
|\ \
| * | src/test/test-malloc.c - use liberror_assertAllen Winter2022-02-201-4/+10
| * | CMakeLists.txt - force debug of LIBICAL_DEV_MODE_MEMORY_CONSISTENCYAllen Winter2022-02-201-0/+1
| * | Fix inconsistencies in use of icalmemory.Markus Minichmayr2022-02-192-3/+2
| * | buildsystem - entire project can be built with memory consistencyAllen Winter2022-02-186-7/+40
|/ /
* | src/libical/icalmemory.c - skip splint false positivesAllen Winter2022-02-181-3/+3
* | scripts/buildtests.sh - add ICALMEMORY_DEFAULT definesAllen Winter2022-02-181-0/+3
* | src/test/test-malloc.c - remove bad cppcheck-suppressAllen Winter2022-02-181-1/+0
* | 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