summaryrefslogtreecommitdiff
path: root/src/libical/icaltimezone.c
Commit message (Expand)AuthorAgeFilesLines
* libical-glib: Add get_zone_directory3.0Jan Tojnar2023-03-241-5/+14
* lots of spelling fixes found by codespellAllen Winter2021-11-281-1/+1
* src/libical/icaltimezone.c - cppcheck suppressionAllen Winter2021-09-161-0/+1
* no_sanitize("thread") attributes for quieting sanitizerAllen Winter2021-01-091-2/+10
* Improve thread safety of icaltimezone_load_builtin_timezone()Milan Crha2021-01-091-0/+6
* src/libical/icaltimezone.c - minor coding styleAllen Winter2020-12-201-2/+3
* icaltimezone.c: Add compatibility code around read of builtin zones by TZIDMilan Crha2020-12-201-37/+59
* icaltimezone.c: Correct handling of builtin timezones propertiesMilan Crha2020-12-201-0/+42
* Move some variables to the read-only sectionДилян Палаузов2020-10-311-1/+1
* Unify all visible docstrings to .h filesMichael McClurg2020-07-181-62/+0
* Add missing, remove duplicate Doxygen filesMichael McClurg2020-07-181-4/+0
* More grammar fixesMichael McClurg2020-07-021-1/+1
* Use more Doxygen headers (@brief, @returns)Michael McClurg2020-07-021-60/+89
* Fix missing or unintentional docsMichael McClurg2020-07-021-5/+7
* Add more periods to end of sentencesMichael McClurg2020-06-301-2/+2
* More verb form fixesMichael McClurg2020-06-301-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
* icaltimezone.c: Fix race condition on zone changes arrayAdam Dingle2019-10-271-2/+2
* src/libical/icaltimezone.c - fix splint warningsAllen Winter2019-07-131-15/+16
* src/libical/icaltimezone.c - minor coding styleAllen Winter2019-07-131-20/+24
* icaltimezone.c: initialize struct icaldatetimeperiodtype fields individuallyKen Murchison2019-07-131-8/+8
* icaltimezone.c: initialize struct rdate fields individuallyKen Murchison2019-07-131-1/+6
* Added icaltimezone_truncate_vtimezone() - fixes issue #371Ken Murchison2019-07-131-0/+473
* icaltimezone.c - fix ical_tzid_prefix global var can be used uninitializedAllen Winter2018-07-231-10/+16
* src/libical/icaltimezone.c - comment changes_lock() in icaltimezone_reset()Allen Winter2018-02-111-2/+2
* src/libical/icaltimezone.c - fix threading problems on BSD-type systemsfixthreadingAllen Winter2018-01-271-22/+2
* icaltimezone.c - Fix a multi-threaded deadlock in icaltimezone_load_builtin_t...Allen Winter2017-11-131-1/+3
* icaltimezone.c - fix build without PTHREADSAllen Winter2017-10-261-0/+2
* icaltimezone.c - handle data-race and use-after-free in multithreadedAllen Winter2017-10-261-22/+96
* src/libical/icaltimezone.c - handle the BUILTIN_TZDATA caseAllen Winter2017-10-141-5/+10
* Merge branch 'remove-is_utc' of https://github.com/ksuther/libical into ksuth...Allen Winter2017-10-031-3/+2
|\
| * Merge branch 'master' into remove-is_utcKent Sutherland2017-10-011-2/+2
| |\
| * | Remove is_utc and only use zone in icaltimetypeKent Sutherland2017-02-121-3/+2
* | | icaltimezone.c, icalssyacc.c, generator.c - clang-analyzer garbage cleaningAllen Winter2017-10-021-1/+1
| |/ |/|
* | Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-2/+2
|/
* cleanup remaining comments about functions we decided not to deprecate.Allen Winter2017-01-011-4/+0
* * Signature changed for functions:Allen Winter2016-12-211-1/+1
* icaltimezone.c - nul-terminate 'location' in fetch_lat_long_from_stringAllen Winter2016-12-191-0/+2
* src/libical/icaltimezone.c - minor in fetch_lat_long_from_stringAllen Winter2016-12-181-2/+2
* icaltimezone.c - fix heap-use-after-free caused by fetch_lat_long_from_string()Allen Winter2016-12-151-10/+8
* Revert "src/libical/icaltimezone.c - build a scanf format string"Allen Winter2016-12-031-16/+11
* src/libical/icaltimezone.c - build a scanf format stringAllen Winter2016-12-031-11/+16
* icalarray.c, icalcomponent.c, icaltimezone.c - icalarray_free fixesAllen Winter2016-11-261-2/+6
* libical/icaltimezone.c - clear the lat array to make scan-build happyAllen Winter2016-09-031-1/+2
* libical/icaltimezone.c - ignore the Coverity tainted_data warningAllen Winter2016-06-121-0/+1
* Check return value of gmtime_r()Milan Crha2016-05-091-1/+3
* icaltimezone.c - rewrite some of icaltimezone_parse_zone_tab()Allen Winter2015-11-051-10/+22
* icaltimezone_get_utc_offset_of_utc_time was missing the same check that was r...Kent Sutherland2015-06-221-0/+9
* Fix comment indentation.Kent Sutherland2015-06-221-1/+1