summaryrefslogtreecommitdiff
path: root/src/libical/icaltz-util.c
Commit message (Expand)AuthorAgeFilesLines
* icaltzutil_fetch_timezone() should read v2/v3 data when availabletzif_v2+Ken Murchison2020-11-111-17/+86
* Merge branch '3.0'Allen Winter2020-10-311-1/+1
|\
| * Move some variables to the read-only sectionДилян Палаузов2020-10-311-1/+1
| * Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-02-091-0/+1
| * various - use https instead of http where we canAllen Winter2019-12-141-2/+2
| * various - fix warnings found by cppcheck v1.88Allen Winter2019-08-021-9/+13
* | Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-01-291-0/+1
* | various - use https instead of http where we canAllen Winter2019-12-141-2/+2
* | various - fix warnings found by cppcheck v1.88Allen Winter2019-08-021-9/+13
* | Merge branch '3.0'Allen Winter2018-08-041-1/+1
|\ \ | |/
| * various - tiny fixes for cppcheck and krazyAllen Winter2018-08-041-1/+1
* | icaltz-util.[c,h], test/regression.c, et.al - support TZDIRAllen Winter2018-07-221-11/+36
|/
* Set zone to UTC instead of setting is_utc (which is now removed).Kent Sutherland2017-10-011-5/+5
* icaltz-util.c - icaltzutil_fetch_timezone(), init some local varsAllen Winter2017-05-281-4/+4
* icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs rathe...Kent Sutherland2017-05-271-176/+188
* Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-11/+8
* src/libical/icaltz-util.c - remove unreachable code, found by CoverityAllen Winter2016-12-301-5/+1
* Remove deprecated icaltime_from_timetKent Sutherland2016-12-181-7/+7
* various cppcheck suppressionsAllen Winter2016-11-261-0/+1
* -Wwrite-stringsAllen Winter2016-08-031-2/+2
* libical/icaltz-util.c - zname_from_stridx() signatureAllen Winter2016-06-121-4/+6
* OpenBSD: define bswap_32Antoine Jacoutot2015-06-191-0/+4
* Revert "portability: define bswap_32 if not defined already"Allen Winter2015-06-181-3/+3
* portability: define bswap_32 if not defined alreadyAntoine Jacoutot2015-06-171-3/+3
* BuildTime+RunTime preference for exact vs. inter-operable timezonesAllen Winter2015-06-151-49/+249
* Fix uninitialized variable warning on clang.Kent Sutherland2015-06-131-1/+2
* src/libical - consistent coding style enforcedAllen Winter2015-05-311-222/+221
* remove some Dead storeEtienne CHAMPETIER2015-05-271-1/+0
* icaltz-util.c - remember to free tzid in icaltzutil_fetch_timezoneAllen Winter2015-05-211-0/+3
* icaltz-util.c - major cleanup, and test malloc and calloc failuresAllen Winter2015-05-201-165/+208
* icaltimezone - new functon icaltimezone_tzid_prefix library-only funcAllen Winter2015-05-191-4/+2
* icaltz-util.c - fix splint complaints, esp. use snprintf vs. sprintf.Allen Winter2015-05-191-61/+64
* restore the byte-swapping insanityAllen Winter2015-04-281-280/+253
* massive include file cleaning. partially doneAllen Winter2015-04-271-24/+33
* icaltzutil_fetch_timezone(): don't read the system timezonesAllen Winter2014-09-181-1/+6
* fix compiler warnings for MinGW on WindowsAllen Winter2014-09-151-2/+1
* unleash and repair a bunch of tests that now work on Linux at least.Allen Winter2014-09-111-1/+1
* Initialize num_types to 0 to silence a clang warning.Kent Sutherland2014-06-161-3/+3
* Changed import of icalerror.h and icaltz-util.h to look for icalerror.h locally.Kent Sutherland2014-06-101-2/+2
* Removed unused variables from icaltzutil_fetch_timezone.Kent Sutherland2014-06-091-22/+3
* Added explicit casts to silence sign-compare warnings.Kent Sutherland2014-06-091-2/+2
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+439