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
*
Merge branch '3.0'
Allen Winter
2022-10-11
1
-0
/
+32
|
\
|
*
regrression.c: Extend test_icaltime_as_timet.
Markus Minichmayr
2022-10-11
1
-0
/
+32
|
*
fix trailing-whitespace issues
Allen Winter
2022-10-10
1
-8
/
+8
*
|
Merge branch '3.0'
Allen Winter
2022-10-07
1
-1
/
+1
|
\
\
|
|
/
|
*
fix problem found with gcc fortify builds
Allen Winter
2022-10-07
1
-1
/
+1
*
|
Merge branch '3.0'
Allen Winter
2022-10-06
3
-33
/
+45
|
\
\
|
|
/
|
*
fix a few resource leaks in the tests and examples
Allen Winter
2022-10-06
2
-14
/
+9
|
*
Ensure all vanew_foo() calls finish with (void*)0 (not 0)
Allen Winter
2022-10-05
3
-17
/
+17
|
*
icalcomponent_vanew - document passing NULL as final argument
issue585
Allen Winter
2022-10-05
1
-11
/
+1
|
*
src/test/regression.c - test_icalcomponent_with_lastmodified
Allen Winter
2022-10-05
1
-2
/
+13
|
*
Merge branch '3.0' into issue585
Allen Winter
2022-10-04
3
-8
/
+11
|
|
\
|
*
|
regression.c - add test for segfault in icalcomponent_vanew with lastmodified...
Allen Winter
2022-10-01
1
-2
/
+18
*
|
|
libical-glib/recurrence: Return arrays with the right computed size.
Corentin Noël
2022-10-04
1
-43
/
+18
*
|
|
src/test/regression.c - suppress Coverity warning for weak_crypto
Allen Winter
2022-10-03
1
-0
/
+1
*
|
|
src/test/test-malloc.h - remove 'extern'. no needed
Allen Winter
2022-10-03
1
-6
/
+6
*
|
|
Merge branch '3.0'
Allen Winter
2022-10-03
3
-8
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
add clang diagnostic pragmas to quiet unreachable-code warnings
Allen Winter
2022-10-03
1
-0
/
+3
|
*
|
fix coverity warnings - mostly related to YEAR2038 issues
Allen Winter
2022-10-01
2
-8
/
+8
|
|
/
*
|
src/test/test-malloc.h - use extern vice LIBICAL_ICAL_EXPORT
Allen Winter
2022-10-03
1
-8
/
+6
*
|
src/test/libical-glib/*.py - fix PyGIWarning by setting ICalGLib min version
Allen Winter
2022-09-27
13
-40
/
+18
*
|
src/test/libical-glib/*.py - pylint and autopep cleaning
Allen Winter
2022-09-26
13
-704
/
+699
*
|
src/test/regression.c - SIZEOF_TIME_T => SIZEOF_ICALTIME_T
Allen Winter
2022-09-24
1
-1
/
+1
*
|
Merge branch '3.0'
Allen Winter
2022-09-24
1
-0
/
+24
|
\
\
|
|
/
|
*
Fix icaltime_as_timet to support dates after year 2100.
Markus Minichmayr
2022-09-24
1
-0
/
+24
*
|
fix trailing-whitespace for entire project
Allen Winter
2022-09-24
1
-8
/
+8
*
|
Merge branch '3.0'
Allen Winter
2022-09-24
1
-0
/
+19
|
\
\
|
|
/
|
*
Fixes to x-property comma handling and escaping
Kent Sutherland
2022-09-24
1
-0
/
+19
*
|
src/test/test-malloc.[c,h] - fix misspelling
Allen Winter
2022-06-18
2
-2
/
+2
*
|
Fix Stack-buffer-overflow in simple_str_to_doublestr
Allen Winter
2022-06-12
1
-0
/
+12
*
|
Internally represent GEO properties as text
Allen Winter
2022-06-11
1
-0
/
+45
*
|
consider libical-glib as stable now
Allen Winter
2022-06-06
1
-2
/
+0
*
|
REUSE compliance
Allen Winter
2022-06-06
37
-340
/
+76
*
|
Use `icalctime`, `icalmktime`, `icallocaltime_r` instead of `ctime`, etc.
Markus Minichmayr
2022-06-03
5
-22
/
+22
*
|
time_t - replace type `time_t` and related functions with our own `icaltime_t...
Markus Minichmayr
2022-06-03
7
-28
/
+28
*
|
CMake files - cmake-linting
Allen Winter
2022-06-01
1
-5
/
+8
*
|
buildsystem - fix more uninitialized cmake variables
Allen Winter
2022-03-05
1
-1
/
+3
*
|
buildsystem - fix all uninitialized cmake warnings
Allen Winter
2022-03-05
1
-2
/
+15
*
|
fix some minor coding style issues after recent commits
Allen Winter
2022-02-26
2
-6
/
+5
*
|
test - check for memory leaks during regression tests
Markus Minichmayr
2022-02-25
1
-8
/
+37
*
|
test-malloc - Export functions and access global members only via getters to ...
Markus Minichmayr
2022-02-25
2
-7
/
+17
*
|
regression-utils - fix inconsistent function signatures of _ok() and related.
Markus Minichmayr
2022-02-25
1
-3
/
+3
*
|
src/test/test-malloc.c - use liberror_assert
Allen Winter
2022-02-20
1
-4
/
+10
*
|
Fix inconsistencies in use of icalmemory.
Markus Minichmayr
2022-02-19
1
-1
/
+1
*
|
buildsystem - entire project can be built with memory consistency
Allen Winter
2022-02-18
2
-3
/
+7
*
|
src/test/test-malloc.c - remove bad cppcheck-suppress
Allen Winter
2022-02-18
1
-1
/
+0
*
|
minor coding style fixes after latest merge
Allen Winter
2022-02-18
2
-205
/
+199
*
|
Tests: Introducing custom memory allocation functions that allow testing for ...
Markus Minichmayr
2022-02-15
5
-0
/
+270
*
|
Merge branch '3.0'
Allen Winter
2022-01-22
1
-0
/
+22
|
\
\
|
|
/
|
*
icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...
Kent Sutherland
2022-01-22
1
-0
/
+22
*
|
Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...
Markus Minichmayr
2022-01-22
1
-4
/
+4
[next]