summaryrefslogtreecommitdiff
path: root/src/libical
Commit message (Expand)AuthorAgeFilesLines
* libical-glib: Add get_zone_directory3.0Jan Tojnar2023-03-242-5/+17
* misc: Update sources to more modern CMilan Crha2022-11-135-9/+7
* Escape comma in x-property TEXT valuesRobert Stepanek2022-10-251-1/+2
* disable so versions for Androidheinzchen2022-10-241-8/+12
* Revert "icalparser.c - add protection against fuzz"Allen Winter2022-10-171-6/+2
* icaltime_as_timet: Support dates staring with year 1902 also for 32-bit time_...Markus Minichmayr2022-10-112-2/+11
* fix trailing-whitespace issuesAllen Winter2022-10-101-3/+3
* Revert "src/libical/icalparser.c - fix a fuzz issue for integer overflow"Allen Winter2022-10-101-3/+1
* fix problem found with gcc fortify buildsAllen Winter2022-10-071-1/+1
* codespelling fixesAllen Winter2022-10-053-4/+4
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-055-8/+10
* icalcomponent_vanew - document passing NULL as final argumentissue585Allen Winter2022-10-052-0/+4
* ensure compiler warning checks for varargs, where available.Allen Winter2022-10-052-6/+0
* suppress some coverity issuesAllen Winter2022-10-031-8/+17
* fix coverity warnings - mostly related to YEAR2038 issuesAllen Winter2022-10-012-3/+3
* src/libical/icalparser.c - fix a fuzz issue for integer overflowAllen Winter2022-10-011-1/+3
* icalparser.c - add protection against fuzzAllen Winter2022-09-291-2/+6
* Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-242-2/+10
* Fixes to x-property comma handling and escapingKent Sutherland2022-09-242-3/+4
* improve doxgen documentation. fix doxygen warningsAllen Winter2022-06-0912-184/+184
* icaltime.c - icaltime_days_in_month - ensure a valid monthAllen Winter2022-06-021-1/+3
* src/libical/icalvalue.c - fix format-truncation warningAllen Winter2022-06-021-2/+5
* icalenums.c - ensure we can't overflow request_status_mapAllen Winter2022-03-061-5/+10
* icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-221-0/+1
* src/libical/icalderivedvalue.c.in - minor coding styleAllen Winter2022-01-201-3/+4
* icalvalue: Reset non-UTC icaltimetype::zone on setMilan Crha2022-01-191-0/+6
* icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-152-22/+66
* Add include path to the exported target definitionNicolas Fella2022-01-151-0/+2
* lots of spelling fixes found by codespellAllen Winter2021-11-2814-21/+21
* 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
* Copy in and Use the Kitware FindICU.cmake from CMake 3.21Allen Winter2021-11-071-5/+2
* icalrecur.c: look harder for tzid and protect against not finding itKen Murchison2021-09-221-3/+12
* src/libical/icaltimezone.c - cppcheck suppressionAllen Winter2021-09-161-0/+1
* src/libical/icalrecur.c - fix some types, found by splintAllen Winter2021-04-181-2/+4
* src/libical/icalrecur.c - minor coding style fixesAllen Winter2021-04-181-16/+17
* Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly recurre...Ken Murchison2021-04-181-12/+61
* icaltz-util.c, icaltime.h - minor coding styleAllen Winter2021-04-112-3/+2
* icaltz-util.c: we don't have icalrecurrencetype_encode_day() in the 3.0 branchKen Murchison2021-04-111-1/+1
* icaltz-util.c: fix alignment problem detected by clangKen Murchison2021-04-111-1/+1
* src/libical/icaltz-util.c - minor coding styleAllen Winter2021-04-111-48/+40
* src/libical/icaltz-util.c - splint and clang-analyzer fixesAllen Winter2021-04-111-3/+4
* icaltz-util.c: code reorganization and comment tweaksKen Murchison2021-04-111-22/+21
* icaltz-util.c: fix a commentKen Murchison2021-04-111-6/+1
* icaltz-util.c: don't need to pass gmtoff to terminate_rrule()Ken Murchison2021-04-111-5/+5
* icaltz-util.c: tweak a couple of commentsKen Murchison2021-04-111-3/+3
* icaltz-util.c: make RRULEs out of transitions that occur on the same weekday ...Ken Murchison2021-04-111-9/+44
* icaltz-util.c: MUST NOT use previous component for RDATEs when the zone name/...Ken Murchison2021-04-111-0/+1
* icaltz-util.c: fix handling of last transitions for standard/daylightKen Murchison2021-04-111-51/+61