summaryrefslogtreecommitdiff
path: root/src/libical/icaltz-util.c
Commit message (Expand)AuthorAgeFilesLines
* Mark mutable global variables as ICAL_GLOBAL_VAR, so we can specify storage m...Markus Minichmayr2022-11-221-1/+1
* Merge branch '3.0'Allen Winter2022-10-071-1/+1
|\
| * fix problem found with gcc fortify buildsAllen Winter2022-10-071-1/+1
* | Merge branch '3.0'Allen Winter2022-10-031-1/+1
|\ \ | |/
| * fix coverity warnings - mostly related to YEAR2038 issuesAllen Winter2022-10-011-2/+2
* | REUSE complianceAllen Winter2022-06-061-11/+2
* | various - a few post-merge white space tweaksAllen Winter2022-06-031-1/+1
* | time_t - replace type `time_t` and related functions with our own `icaltime_t...Markus Minichmayr2022-06-031-10/+10
* | src/libical/icaltz-util.c - fix truncated stdio returnAllen Winter2022-02-211-1/+1
* | Fix memory allocation in parse_posix_zone().Markus Minichmayr2022-02-151-1/+1
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-221-18/+19
* | Merge branch '3.0'Allen Winter2021-04-171-1/+3
|\ \ | |/
| * icaltz-util.c, icaltime.h - minor coding styleAllen Winter2021-04-111-1/+0
| * 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
| * 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
| * icalrecur.c - fixes to make splint and cppcheck happyAllen Winter2021-04-111-5/+9
| * icaltz-util.c: check for trailing junk in TZ stringKen Murchison2021-04-111-24/+35
| * icaltz-util.c: initialize recur fields in zone contextKen Murchison2021-04-111-2/+4
| * icaltz-util.c: use RDATEs where possibleKen Murchison2021-04-111-6/+26
| * icaltz-util.c: add support for recurrences that occur on the same day of the ...Ken Murchison2021-04-111-2/+11
| * icaltz-util.c: make sure instances of a RRULE are in contiguous yearsKen Murchison2021-04-111-1/+2
| * icaltz-util.c: need to check both offset from and to UTCKen Murchison2021-04-111-2/+5
| * icaltz-util.c: reorganize RRULE comparison for easier extensibilityKen Murchison2021-04-111-20/+35
| * icaltz-util.c: remove duplicate code by wrapping all standard/daylight tracki...Ken Murchison2021-04-111-170/+100
| * icaltz-util.c: massage size_t into int where appropriateKen Murchison2021-04-111-3/+3
| * icaltz-util.c: properly handle non-month-based POSIX rulesKen Murchison2021-04-111-3/+14
| * icaltz-util.c: read, parse, and use TZ string as last standard and daylight r...Ken Murchison2021-04-111-35/+251
| * icaltz-util.c: need to also check for changes in standard/daylight zone namesKen Murchison2021-04-111-13/+22
| * icaltz-util.c: remove RRULE from a component if it only has a single transitionKen Murchison2021-04-111-27/+36
| * icaltz-util.c: don't use adjust_day_to_rrule(); the transition time should be...Ken Murchison2021-04-111-27/+0
| * src/libical/icaltz-util.c - cast to (const long long int)Allen Winter2021-04-111-1/+1
| * icaltz-util: Correct 64-bit value decode from tzfile on little endianMilan Crha2021-04-111-1/+1
| * various small fixes found by CoverityAllen Winter2021-04-111-27/+15
| * Fix generating wrong recurrence rules from tzdataGyörgy Kurucz2021-04-111-2/+8
* | icaltz-util.c: fix alignment problem detected by clangKen Murchison2021-04-041-1/+1
* | icaltz-util.c, icaltime.h - minor coding styleAllen Winter2021-04-031-48/+37