summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* libicalss/icalbdbset.c - more fix builds against BerkeleyDB v6Allen Winter2021-08-211-1/+5
* CMakeLists.txt - fix builds against BerkeleyDB v6 and higherAllen Winter2021-08-211-0/+11
* src/libicalss/icalcalendar.c - fix a memory leakMilan Crha2021-08-151-0/+1
* libical-glib: modify xml->[ch] only for files, not folder nameLionel Vitte2021-06-221-2/+2
* 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-183-12/+71
* src/test/icalrecur_test.c - fix for loop initial declarationAllen Winter2021-04-171-1/+2
* src/test/stow.c - return in main to avoid -Werror=return-typeAllen Winter2021-04-171-0/+2
* 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