summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* codespelling fixesAllen Winter2022-10-056-7/+7
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-0511-28/+30
* icalcomponent_vanew - document passing NULL as final argumentissue585Allen Winter2022-10-053-11/+5
* Merge branch '3.0' into issue585Allen Winter2022-10-052-6/+0
|\
| * ensure compiler warning checks for varargs, where available.Allen Winter2022-10-052-6/+0
* | src/test/regression.c - test_icalcomponent_with_lastmodifiedAllen Winter2022-10-051-2/+13
* | Merge branch '3.0' into issue585Allen Winter2022-10-048-23/+40
|\ \ | |/
| * add clang diagnostic pragmas to quiet unreachable-code warningsAllen Winter2022-10-032-2/+7
| * suppress some coverity issuesAllen Winter2022-10-032-9/+19
| * fix coverity warnings - mostly related to YEAR2038 issuesAllen Winter2022-10-014-11/+11
| * src/libical/icalparser.c - fix a fuzz issue for integer overflowAllen Winter2022-10-011-1/+3
* | regression.c - add test for segfault in icalcomponent_vanew with lastmodified...Allen Winter2022-10-011-2/+18
|/
* icalparser.c - add protection against fuzzAllen Winter2022-09-291-2/+6
* Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-243-2/+34
* Fixes to x-property comma handling and escapingKent Sutherland2022-09-243-3/+23
* improve doxgen documentation. fix doxygen warningsAllen Winter2022-06-0914-194/+194
* libical-glib/api/i-cal-time.xml - improve i_cal_time_compare docAllen Winter2022-06-071-1/+1
* 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
* Add missing property parameters into libical-glibMilan Crha2022-04-271-0/+107
* 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-222-0/+23
* 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/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
* Fix a crash in cleanVObject on invalid valuesMilan Crha2021-12-062-2/+50
* lots of spelling fixes found by codespellAllen Winter2021-11-2843-1029/+1029
* 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
* | Copy in and Use the Kitware FindICU.cmake from CMake 3.21Allen Winter2021-11-072-10/+4
* | Merge pull request #515 from mcrha/3.0Allen Winter2021-11-074-15/+155
|\ \
| * | libical-glib: Simplify memory management around ICalCompIterMilan Crha2021-11-044-15/+155
* | | src/test/regression.c - fix some conversion warningsAllen Winter2021-11-071-13/+13
* | | libical-glib: Enhance comments on i_cal_time_get_timezoneCorentin Noël2021-11-061-2/+2
|/ /
* | libical-glib: Fix annotation of i_cal_time_get_timezoneCorentin Noël2021-10-181-1/+1
|/
* buildsystem - adjust libdir and includedir in generated pkgconfigAllen Winter2021-09-261-2/+10
* icalrecur.c: look harder for tzid and protect against not finding itKen Murchison2021-09-221-3/+12
* libicalvcal: Cast EOF to 'char' to ensure matching its value against itMilan Crha2021-09-183-20/+105
* test: Free VObject in the test_vcal() regression testMilan Crha2021-09-181-0/+2
* libicalvcal: Free memory allocated for parsingMilan Crha2021-09-182-2/+16
* src/libical/icaltimezone.c - cppcheck suppressionAllen Winter2021-09-161-0/+1