summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* ibicalss/icalgauge.c - fix void-pointer-to-enum-cast warningsAllen Winter2021-04-111-2/+3
* 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
* icaltz-util.c: handle zones with no transition times (e.g. Etc/UTC)Ken Murchison2021-04-111-23/+25
* icaltz-util.c: don't skip the first transition in the fileKen Murchison2021-04-111-3/+2
* icaltz-util.c: properly handle zones that don't terminate with an RRULEKen Murchison2021-04-111-74/+19
* icaltz-util.c: create a macro to wrap icalrecurrencetype_encode_day() - for e...Ken Murchison2021-04-111-5/+4
* icaltz-util.c: use new struct initializersKen Murchison2021-04-111-7/+5
* Added initializers for structured typesKen Murchison2021-04-114-0/+29
* icalrecur.c - fixes to make splint and cppcheck happyAllen Winter2021-04-111-5/+9