index
:
delta/libical-git.git
0.48
1.0
1.0.0
2.0
3.0
3.0-backports
3.0-libical-glib
3.0.10
3.10
RFC9073_RFC9074
allen/findicu
byweekno_no_byday
concurrency_mode_threadlocal
coverity_scan
fix_timet_32bit_1902_30
fix_timet_32bit_1902_master
fixthreading
flexbison
gh-pages
glib
icalrecur_iterator_prev
icaltime_as_timet_y2100
icaltime_as_timet_y2100_v3.0
icaltz-util-fixes
issue428
issue585
issue_428
issue_428_v2
jengelh-master
master
mcclurgm-readme-mainpage
mcrha/annotations
mcrha/attachment-leak
mcrha/glib-deprecation
mem-manage
pre-commit-ci-update-config
restriction_depth_fix
rrule_until+count
rscale_tzid_fix
tintou/ical-glib-generator-leaks
tintou/ical-time-format
tintou/libical-glib-fixes
tintou/modern-gobject
tintou/nullable-optional
tzid_prefix_fix
tzif_v2+
vpatch
winterz/flexbison
winterz/geo-text
github.com: libical/libical.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libical
/
icaltimezone.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3.0'
HEAD
master
Allen Winter
2023-03-24
1
-5
/
+14
|
\
|
*
libical-glib: Add get_zone_directory
3.0
Jan Tojnar
2023-03-24
1
-5
/
+14
|
*
lots of spelling fixes found by codespell
Allen Winter
2021-11-28
1
-1
/
+1
|
*
src/libical/icaltimezone.c - cppcheck suppression
Allen Winter
2021-09-16
1
-0
/
+1
*
|
Typos a/an
Дилян Палаузов
2022-12-10
1
-1
/
+1
*
|
CMAKE option LIBICAL_SYNC_MODE_THREADLOCAL: Allow compiling all global variab...
Markus Minichmayr
2022-11-22
1
-5
/
+5
*
|
Mark mutable global variables as ICAL_GLOBAL_VAR, so we can specify storage m...
Markus Minichmayr
2022-11-22
1
-8
/
+8
*
|
Mark read-only static variables as const.
Markus Minichmayr
2022-11-22
1
-1
/
+1
*
|
REUSE compliance
Allen Winter
2022-06-06
1
-10
/
+2
*
|
time_t - replace type `time_t` and related functions with our own `icaltime_t...
Markus Minichmayr
2022-06-03
1
-5
/
+5
*
|
Allow configuring implementation of `fprintf` and `assert` to allow more flex...
Markus Minichmayr
2022-01-22
1
-6
/
+6
*
|
Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...
Markus Minichmayr
2022-01-22
1
-32
/
+32
*
|
Merge pull request #501 from warmsocks/master
Allen Winter
2021-08-15
1
-1
/
+1
|
\
\
|
*
|
Fix typos and misspellings found by CodeSpell 2.1.0.
Shaun Case
2021-07-12
1
-1
/
+1
|
|
/
*
|
src/libical/icaltimezone.c - cppcheck suppression
Allen Winter
2021-08-14
1
-0
/
+1
|
/
*
no_sanitize("thread") attributes for quieting sanitizer
Allen Winter
2021-01-09
1
-2
/
+10
*
Improve thread safety of icaltimezone_load_builtin_timezone()
Milan Crha
2021-01-09
1
-0
/
+6
*
src/libical/icaltimezone.c - minor coding style
Allen Winter
2020-12-20
1
-2
/
+3
*
icaltimezone.c: Add compatibility code around read of builtin zones by TZID
Milan Crha
2020-12-20
1
-37
/
+59
*
icaltimezone.c: Correct handling of builtin timezones properties
Milan Crha
2020-12-20
1
-0
/
+42
*
Move some variables to the read-only section
Дилян Палаузов
2020-10-31
1
-1
/
+1
*
Unify all visible docstrings to .h files
Michael McClurg
2020-07-18
1
-62
/
+0
*
Add missing, remove duplicate Doxygen files
Michael McClurg
2020-07-18
1
-4
/
+0
*
More grammar fixes
Michael McClurg
2020-07-02
1
-1
/
+1
*
Use more Doxygen headers (@brief, @returns)
Michael McClurg
2020-07-02
1
-60
/
+89
*
Fix missing or unintentional docs
Michael McClurg
2020-07-02
1
-5
/
+7
*
Add more periods to end of sentences
Michael McClurg
2020-06-30
1
-2
/
+2
*
More verb form fixes
Michael McClurg
2020-06-30
1
-1
/
+1
*
Include <limits.h> in files that use INT_MAX or CHAR_BIT
nia
2020-02-09
1
-0
/
+1
*
various - use https instead of http where we can
Allen Winter
2019-12-14
1
-2
/
+2
*
icaltimezone.c: Fix race condition on zone changes array
Adam Dingle
2019-10-27
1
-2
/
+2
*
src/libical/icaltimezone.c - fix splint warnings
Allen Winter
2019-07-13
1
-15
/
+16
*
src/libical/icaltimezone.c - minor coding style
Allen Winter
2019-07-13
1
-20
/
+24
*
icaltimezone.c: initialize struct icaldatetimeperiodtype fields individually
Ken Murchison
2019-07-13
1
-8
/
+8
*
icaltimezone.c: initialize struct rdate fields individually
Ken Murchison
2019-07-13
1
-1
/
+6
*
Added icaltimezone_truncate_vtimezone() - fixes issue #371
Ken Murchison
2019-07-13
1
-0
/
+473
*
icaltimezone.c - fix ical_tzid_prefix global var can be used uninitialized
Allen Winter
2018-07-23
1
-10
/
+16
*
src/libical/icaltimezone.c - comment changes_lock() in icaltimezone_reset()
Allen Winter
2018-02-11
1
-2
/
+2
*
src/libical/icaltimezone.c - fix threading problems on BSD-type systems
fixthreading
Allen Winter
2018-01-27
1
-22
/
+2
*
icaltimezone.c - Fix a multi-threaded deadlock in icaltimezone_load_builtin_t...
Allen Winter
2017-11-13
1
-1
/
+3
*
icaltimezone.c - fix build without PTHREADS
Allen Winter
2017-10-26
1
-0
/
+2
*
icaltimezone.c - handle data-race and use-after-free in multithreaded
Allen Winter
2017-10-26
1
-22
/
+96
*
src/libical/icaltimezone.c - handle the BUILTIN_TZDATA case
Allen Winter
2017-10-14
1
-5
/
+10
*
Merge branch 'remove-is_utc' of https://github.com/ksuther/libical into ksuth...
Allen Winter
2017-10-03
1
-3
/
+2
|
\
|
*
Merge branch 'master' into remove-is_utc
Kent Sutherland
2017-10-01
1
-2
/
+2
|
|
\
|
*
|
Remove is_utc and only use zone in icaltimetype
Kent Sutherland
2017-02-12
1
-3
/
+2
*
|
|
icaltimezone.c, icalssyacc.c, generator.c - clang-analyzer garbage cleaning
Allen Winter
2017-10-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Relicense to MPL 2.0 instead of MPL 1.0
Allen Winter
2017-05-07
1
-2
/
+2
|
/
*
cleanup remaining comments about functions we decided not to deprecate.
Allen Winter
2017-01-01
1
-4
/
+0
*
* Signature changed for functions:
Allen Winter
2016-12-21
1
-1
/
+1
[next]