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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_w...
Allen Winter
2019-04-28
1
-0
/
+43
*
various - doc for icalproperty_get_datetime_with_component()
Allen Winter
2019-04-20
1
-0
/
+18
*
recurrence.py - remove references to new functions
3.0-libical-glib
Allen Winter
2019-04-13
1
-20
/
+0
*
remove no longer needed files from src/test/libical-glib
Allen Winter
2019-04-06
3
-227
/
+0
*
merge test/libical-glib from master
Allen Winter
2019-04-06
14
-43
/
+649
*
Fixed incorrect handling of a weekly RRULE at the beginning of the year
Kent Sutherland
2019-01-12
1
-0
/
+15
*
Set of DATE/DATE-TIME doesn't reset VALUE parameter
Milan Crha
2018-11-17
1
-0
/
+49
*
various - follow cppcheck incode suppression changes
Allen Winter
2018-11-11
1
-1
/
+1
*
Fix includes when BDB is found.
Christophe Giboudeaux
2018-11-06
1
-0
/
+4
*
various - icalderived(value|parameter|property) enum iteration
Allen Winter
2018-08-12
1
-0
/
+74
*
test/stow.c - better fix for the -Wformat-truncation compiler warnings
Allen Winter
2018-08-04
1
-10
/
+10
*
TZID on DATE-TIME value can override time specified in UTC
Milan Crha
2018-08-04
1
-0
/
+75
*
libical/icalcomponent.c, test/stow.c - fix minor compiler warnings
Allen Winter
2018-07-21
1
-5
/
+6
*
skip over the Unicode byte order mark (BOM character) when parsing.
Allen Winter
2018-05-23
1
-0
/
+20
*
icalrecur.c: fix FREQ=MONTHLY;BYMONTH (With test)
Ken Murchison
2018-05-17
2
-0
/
+9
*
src/test/regression.c - plug a memory leak in test_recur_iterator_set_start()
Allen Winter
2018-03-24
1
-0
/
+1
*
Regression to demonstrate icalrecur_iterator_next is returning icaltimetype s...
Kent Sutherland
2018-02-28
1
-0
/
+12
*
src/test/regression.c - fix compile with older MSVC versions
Allen Winter
2018-02-23
1
-1
/
+3
*
src/test/regression.c - silence unused parameters warning. fix coding style
Allen Winter
2018-02-23
1
-126
/
+124
*
Added regression tests for icalcomponent_foreach_recurrence().
Markus Minichmayr
2018-02-23
1
-0
/
+145
*
test/CMakeLists.txt - Windows: if ICU is found add its bindir to %PATH%
Allen Winter
2018-02-17
1
-1
/
+5
*
src/test/timezones.c - Fix possible use-after-free in 'timezones' test
Allen Winter
2017-11-02
1
-3
/
+8
*
src/test/libical-glib/array.py - increase element size
Allen Winter
2017-11-02
1
-1
/
+1
*
src/test/icaltm_test.c - add new test for checking threading
Allen Winter
2017-10-25
2
-0
/
+68
*
CMakeLists.txt, src/test/CMakeLists.txt - no longer support old CMake Policy ...
Allen Winter
2017-10-14
1
-1
/
+1
*
src/test/libical-glib/CMakeLists.txt - remove debugging prints
Allen Winter
2017-10-14
1
-3
/
+0
*
test/libical-glib/timezone.py, CMakeLists.txt - fix test when using BUILTIN_T...
Allen Winter
2017-10-14
2
-1
/
+20
*
Merge branch 'master' into remove-is_utc
Kent Sutherland
2017-10-01
33
-505
/
+262
|
\
|
*
CMakeLists.txt - set the STATIC_DEFINES when building static-only
Allen Winter
2017-07-19
1
-4
/
+0
|
*
icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs rathe...
Kent Sutherland
2017-05-27
1
-8
/
+2
|
*
Relicense to MPL 2.0 instead of MPL 1.0
Allen Winter
2017-05-07
30
-267
/
+261
|
*
remove .dsp files, which we no longer support or maintain
Allen Winter
2017-05-06
2
-227
/
+0
*
|
Remove is_utc and only use zone in icaltimetype
Kent Sutherland
2017-02-12
1
-5
/
+0
|
/
*
icaltime_compare wouldn't compare correctly if one time had a zone set and on...
Kent Sutherland
2017-01-30
1
-0
/
+23
*
buildsystem: setup feature_summary for icu, bdb and python3.
Allen Winter
2017-01-06
4
-7
/
+7
*
libical-glib - document and test recur iterator
Allen Winter
2017-01-05
1
-0
/
+24
*
icalrecur.c: added icalrecur_iterator_set_start()
Ken Murchison
2017-01-01
4
-95
/
+263
*
- handle properties which don't have "default" value types
Ken Murchison
2016-12-23
1
-10
/
+13
*
regression.c: enabled and fixed test for RFC6868 parameter value encoding
Ken Murchison
2016-12-23
1
-7
/
+2
*
* Signature changed for functions:
Allen Winter
2016-12-21
5
-40
/
+37
*
created new DATE-TIME-DATE type for those properties that accept both DATE-TI...
Ken Murchison
2016-12-20
1
-4
/
+4
*
libical-glib/component.py, property.py - follow removal of deprecated
Allen Winter
2016-12-19
2
-4
/
+5
*
minor formatting
Allen Winter
2016-12-19
1
-2
/
+4
*
Merge remote-tracking branch 'libical/master' into remove-deprecated
Kent Sutherland
2016-12-18
1
-0
/
+7
|
\
|
*
Add setprops after add_test to try to fix Windows build failure
Kent Sutherland
2016-12-18
1
-1
/
+2
|
*
Run parser test on all the ics files in test-data
Kent Sutherland
2016-12-18
1
-0
/
+6
*
|
Remove deprecated icaltime_from_timet
Kent Sutherland
2016-12-18
4
-40
/
+32
*
|
Remove deprecated icaltime_start_doy_of_week
Kent Sutherland
2016-12-18
1
-2
/
+2
|
/
*
Set visibility of icalerrorenum to default
Kent Sutherland
2016-12-17
1
-3
/
+0
*
src/test/regression.c - fix a leak found by ASAN
Allen Winter
2016-12-14
1
-2
/
+0
[prev]
[next]