summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ReleaseNotes.txt - final for v3.0.8v3.0.8Allen Winter2020-03-071-2/+2
* ReleaseNotes.txt - updateAllen Winter2020-03-061-0/+1
* src/test/testmime.c - make cppcheck happy (don't use 'sleep')Allen Winter2020-03-061-4/+4
* generator.c - print nicer failure message in open_file()Allen Winter2020-03-061-8/+7
* icalrecurrencetype_as_string(): if a icalrecurrencetype contains both COUNT a...Ken Murchison2020-03-062-12/+8
* CMakeLists.txt - enable_language(cxx) higher in the fileAllen Winter2020-03-021-21/+21
* Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-02-093-0/+3
* Revert "libical-glib: Replace usage of deprecated G_TYPE_INSTANCE_GET_PRIVATE()"Allen Winter2020-01-272-3/+5
* ReleaseNotes.txt - update for 3.0.8Allen Winter2020-01-251-1/+2
* Merge branch 'mcrha/glib-deprecation' into 3.0Allen Winter2020-01-252-5/+3
|\
| * Merge branch '3.0' into mcrha/glib-deprecationAllen Winter2020-01-254-12/+18
| |\ | |/ |/|
* | various - define DB_DBM_HSEARCH, another tryAllen Winter2020-01-254-3/+1
* | scripts/buildtests.sh - adapt COMPILE_WARNINGS whitelistAllen Winter2020-01-251-1/+1
* | various - better fix or defining DB_DBM_HSEARCHAllen Winter2020-01-254-1/+3
* | src/libicalss/CMakeLists.txt = define DB_DBM_HSEARCHAllen Winter2020-01-251-0/+1
* | i-cal-attach.xml, icalattach.c - improve memory handlingMilan Crha2020-01-252-11/+16
| * libical-glib: Replace usage of deprecated G_TYPE_INSTANCE_GET_PRIVATE()mcrha/glib-deprecationMilan Crha2020-01-232-5/+3
|/
* CMakeLists.txt, ReleaseNotes.txt - open for 3.0.8Allen Winter2019-12-152-2/+6
* ReleaseNotes.txt - update for 3.0.7 releasev3.0.7Allen Winter2019-12-151-2/+5
* various - use https instead of http where we canAllen Winter2019-12-14241-681/+589
* icaltimezone.c: Fix race condition on zone changes arrayAdam Dingle2019-10-271-2/+2
* test/icalattach-leak.c - new for testing icalattach leaksAllen Winter2019-10-201-0/+104
* Merge branch 'mcrha/annotations' into 3.0Allen Winter2019-10-209-28/+88
|\
| * Merge branch '3.0' into mcrha/annotationsAllen Winter2019-10-203-49/+45
| |\ | |/ |/|
* | Merge branch 'mcrha/attachment-leak' into 3.0Allen Winter2019-10-196-62/+116
|\ \
| * \ Merge branch '3.0' into mcrha/attachment-leakAllen Winter2019-10-193-49/+45
| |\ \ | |/ / |/| |
* | | buildtests.sh - ignore clang-tidy warnings for hicpp-varargAllen Winter2019-10-191-1/+1
* | | icalproperty.c, icalcomponent.c - minor coding styleAllen Winter2019-10-192-4/+2
* | | icalcomponent.c, icalproperty.c: Rewrite of normalization code to (hopefully)...Ken Murchison2019-10-192-48/+46
| | * Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotationsMilan Crha2019-10-158-27/+87
| | * libical-glib: Correct annotation of i_cal_property_set_parameter()Milan Crha2019-10-151-1/+1
| |/
| * libical-glib: Correct free of xml values in xml-parser.cmcrha/attachment-leakMilan Crha2019-10-141-60/+82
| * libical-glib: Fix ICalAttach handling of the icalattach native structureMilan Crha2019-10-146-2/+34
|/
* CMakeLists.txt, ReleaseNotes.txt - open for 3.0.7Allen Winter2019-09-142-2/+6
* ReleaseNotes.txt - set release datev3.0.6Allen Winter2019-09-141-1/+1
* update zoneinfo for tzdata2019cAllen Winter2019-09-14593-6822/+2027
* CMakeLists.txt - remove compiler option -Wmissing-include-dirs3.0-backportsAllen Winter2019-08-251-2/+2
* GtkDoc.cmake - include CFLAGS in gtkdoc-scangobj command line as wellTing-Wei Lan2019-08-251-0/+1
* icalproperty.c: need to orphan the params before removal during normalizationKen Murchison2019-08-131-0/+2
* regression.c: need to free components after normalizationKen Murchison2019-08-101-0/+3
* icalcomponent.c: need to orphan the props before removal during normalizationKen Murchison2019-08-101-0/+2
* icalcomponent.c: move test for zero parameters outside of the switch statemen...Ken Murchison2019-08-101-42/+41
* src/test/regression.c - cleanup after cherry-pickAllen Winter2019-08-101-35/+0
* regression.c: added test_icalcomponent_normalize()Ken Murchison2019-08-101-0/+111
* icalproperty_normalize: don't leak memoryBron Gondwana2019-08-071-0/+12
* icalcomponent_normalize: avoid memory leaksBron Gondwana2019-08-071-0/+6
* CMakeLists.txt - fix build - overeager cherry-pick from masterAllen Winter2019-08-031-1/+6
* Don't build stow test on AndroidNicolas Fella2019-08-021-1/+1
* Address commentsNicolas Fella2019-08-023-2/+7
* Add option to not build testsNicolas Fella2019-08-022-1/+5