summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* icaltimezone.c: actually use the icaltimezone_set_tzid_prefix() value, even i...tzid_prefix_fixKen Murchison2021-09-151-4/+1
* libicalss/icalbdbset.c - more fix builds against BerkeleyDB v6Allen Winter2021-08-221-1/+5
* Merge branch '3.0'Allen Winter2021-08-212-0/+12
|\
| * CMakeLists.txt - fix builds against BerkeleyDB v6 and higherAllen Winter2021-08-212-0/+12
* | Merge branch '3.0'Allen Winter2021-08-152-2/+3
|\ \ | |/
| * 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
| * scripts/buildtests.sh - don't required gnu sedAllen Winter2021-04-251-2/+2
* | .codespellrc - add codespell configurationAllen Winter2021-08-151-0/+4
* | various - fix a few more misspellingsAllen Winter2021-08-153-4/+4
* | src/python/Collection.py - remove extra blank lineAllen Winter2021-08-151-1/+0
* | Merge pull request #501 from warmsocks/masterAllen Winter2021-08-1555-115/+117
|\ \
| * | Fix typos and misspellings found by CodeSpell 2.1.0.Shaun Case2021-07-1255-115/+117
* | | buildsystem - minor cleanups found with cmake --warn-uninitializedAllen Winter2021-08-143-6/+10
* | | src/libical/icaltimezone.c - cppcheck suppressionAllen Winter2021-08-141-0/+1
|/ /
* | scripts/builtests.sh - cmake --warn-uninitialized -Werror=devAllen Winter2021-06-221-1/+1
* | Merge pull request #500 from Lionelon/masterAllen Winter2021-06-221-2/+2
|\ \
| * | libical-glib: modify xml->[ch] only for files, not folder nameLionel Vitte2021-06-221-2/+2
|/ /
* | icalrecur.c: ICU returns supported calendar systems as uppercase, we should d...Ken Murchison2021-05-061-1/+1
* | Merge branch '3.0'Allen Winter2021-04-181-18/+21
|\ \ | |/
| * 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-184-13/+72
* | Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly recurre...Ken Murchison2021-04-184-13/+73
* | Merge branch '3.0'Allen Winter2021-04-171-0/+4
|\ \ | |/
| * CMakeLists.txt, ReleaseNotes.txt - for a future 3.0.11 releaseAllen Winter2021-04-172-1/+5
* | Merge branch '3.0'Allen Winter2021-04-174-4/+9
|\ \ | |/
| * ReleaseNotes.txt - 3.0.10 releasev3.0.10Allen Winter2021-04-171-2/+2
| * 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
| * Merge branch '3.0.10' into 3.0fixAllen Winter2021-04-16612-1490/+1771
| |\
| | * update builtin zoneinfo for tzdata2021a3.0.10Allen Winter2021-04-11594-1193/+1194
| | * 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
| | * buildtests.sh - whitelist compile warning in libical-glib-scan.cAllen Winter2021-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
| | * ReleaseNotes.txt: updated with icaltzutil_fetch_timezone() changesKen Murchison2021-04-111-0/+2
| | * 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