summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ReleaseNotes.txt: updated with icaltzutil_fetch_timezone() changesicaltz-util-fixesKen Murchison2021-03-281-0/+2
* icalrecur.c: order BY* parts per the processing order in Section 3.3.10 or RF...Ken Murchison2021-03-231-51/+53
* icalrecur.c: fix placement of ';' following RSCALE/SKIPKen Murchison2021-03-221-1/+1
* regression.c: fixed tests to use new ordering of RRULE partsKen Murchison2021-03-211-3/+3
* src/libical/icaltz-util.c - splint and clang-analyzer fixesAllen Winter2021-03-211-3/+4
* icaltz-util.c: code reorganization and comment tweaksKen Murchison2021-03-211-22/+21
* icaltz-util.c: fix a commentKen Murchison2021-03-211-6/+1
* icaltz-util.c: don't need to pass gmtoff to terminate_rrule()Ken Murchison2021-03-211-5/+5
* icaltz-util.c: tweak a couple of commentsKen Murchison2021-03-211-3/+3
* icalrecur.c: reorder the rrule parts when creating the stringKen Murchison2021-03-211-35/+35
* icaltz-util.c: make RRULEs out of transitions that occur on the same weekday ...Ken Murchison2021-03-211-9/+44
* icaltz-util.c: MUST NOT use previous component for RDATEs when the zone name/...Ken Murchison2021-03-211-0/+1
* icaltz-util.c: fix handling of last transitions for standard/daylightKen Murchison2021-03-211-51/+61
* icaltz-util.c: handle zones with no transition times (e.g. Etc/UTC)Ken Murchison2021-03-211-23/+25
* icaltz-util.c: don't skip the first transition in the fileKen Murchison2021-03-211-3/+2
* icaltz-util.c: properly handle zones that don't terminate with an RRULEKen Murchison2021-03-211-74/+19
* icaltz-util.c: create a macro to wrap icalrecurrencetype_encode_day() - for e...Ken Murchison2021-03-211-5/+4
* icaltz-util.c: use new struct initializersKen Murchison2021-03-211-7/+5
* Added initializers for structured typesKen Murchison2021-03-214-0/+29
* icalrecur.c - fixes to make splint and cppcheck happyAllen Winter2021-03-211-5/+9
* icaltz-util.c: check for trailing junk in TZ stringKen Murchison2021-03-211-24/+35
* icaltz-util.c: initialize recur fields in zone contextKen Murchison2021-03-211-2/+4
* icaltz-util.c: use RDATEs where possibleKen Murchison2021-03-211-6/+26
* icaltz-util.c: add support for recurrences that occur on the same day of the ...Ken Murchison2021-03-211-2/+11
* icaltz-util.c: make sure instances of a RRULE are in contiguous yearsKen Murchison2021-03-211-1/+2
* icaltz-util.c: need to check both offset from and to UTCKen Murchison2021-03-211-2/+5
* icaltz-util.c: reorganize RRULE comparison for easier extensibilityKen Murchison2021-03-211-20/+35
* icaltz-util.c: remove duplicate code by wrapping all standard/daylight tracki...Ken Murchison2021-03-211-170/+100
* icaltz-util.c: massage size_t into int where appropriateKen Murchison2021-03-211-3/+3
* icaltz-util.c: properly handle non-month-based POSIX rulesKen Murchison2021-03-211-3/+14
* icaltz-util.c: read, parse, and use TZ string as last standard and daylight r...Ken Murchison2021-03-211-35/+251
* icaltz-util.c: need to also check for changes in standard/daylight zone namesKen Murchison2021-03-211-13/+22
* icaltz-util.c: remove RRULE from a component if it only has a single transitionKen Murchison2021-03-211-27/+36
* icaltz-util.c: don't use adjust_day_to_rrule(); the transition time should be...Ken Murchison2021-03-211-27/+0
* regression.c: test_zoneinfo_stuff needs to reset the environment upon complet...Ken Murchison2021-03-211-0/+9
* no longer support MSVC versions less then 2013Allen Winter2021-03-182-0/+13
* Merge branch '3.0'Allen Winter2021-03-101-4/+0
|\
| * src/test/timezones.c - reduce max error rate on Mac back to 1%Allen Winter2021-03-101-4/+0
* | Merge branch '3.0'Allen Winter2021-03-092-1/+2
|\ \ | |/
| * ReleaseNotes.txt - add blurb for 3.10 about the recent bugfixAllen Winter2021-03-091-0/+1
| * src/libical/icaltz-util.c - cast to (const long long int)Allen Winter2021-03-091-1/+1
| * icaltz-util: Correct 64-bit value decode from tzfile on little endianMilan Crha2021-03-091-1/+1
* | Merge branch '3.0'Allen Winter2021-02-286-38/+25
|\ \ | |/
| * various small fixes found by CoverityAllen Winter2021-02-286-38/+25
* | Merge branch '3.0'Allen Winter2021-02-271-1/+1
|\ \ | |/
| * Incorrectly placed commaAnthon van der Neut2021-02-271-1/+1
* | Merge pull request #480 from mcclurgm/tz-conversion-docsAllen Winter2021-02-171-5/+20
|\ \
| * | Elaborate docs for icaltime timezone convertersMichael McClurg2021-02-151-5/+20
* | | Merge branch '3.0'Allen Winter2021-02-132-2/+9
|\ \ \ | | |/ | |/|
| * | ReleaseNotes.txt - updateAllen Winter2021-02-131-0/+1