summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-271-2/+4
* Merge branch '3.0' into mcrha/glib-deprecationAllen Winter2020-01-252-11/+16
|\
| * various - define DB_DBM_HSEARCH, another tryAllen Winter2020-01-253-3/+0
| * 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-231-4/+2
|/
* various - use https instead of http where we canAllen Winter2019-12-14223-627/+542
* 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 '3.0' into mcrha/annotationsAllen Winter2019-10-202-48/+44
|\
| * Merge branch '3.0' into mcrha/attachment-leakAllen Winter2019-10-192-48/+44
| |\
| | * 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-157-27/+86
* | | 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-145-1/+33
|/
* 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
* Don't build stow test on AndroidNicolas Fella2019-08-021-1/+1
* Address commentsNicolas Fella2019-08-021-1/+1
* Add option to not build testsNicolas Fella2019-08-021-1/+3
* various - fix warnings found by cppcheck v1.88Allen Winter2019-08-025-14/+14
* Compress python codeДилян Палаузов2019-07-203-28/+12
* icaltimezone.h - icaltimezone_truncate_vtimezone @since 3.0.6Allen Winter2019-07-131-0/+1
* 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-132-0/+485
* src/test/regression.c - fix a leakAllen Winter2019-07-101-0/+1
* src/libical/icalrecur.c - minor coding style fixesAllen Winter2019-07-101-7/+13
* icalderivedvalue.c.in: make sure the value union actually contains a recurren...Ken Murchison2019-07-071-0/+1
* Don't allow both COUNT and UNTIL in RRULE #391Allen Winter2019-07-073-1/+33
* [libical-glib] Remove out annotation of ICalTimezone.get_utc_offset*Corentin Noël2019-06-201-3/+3
* Fix for issue #376Ken Murchison2019-05-193-0/+25
* Include invalid parameters in the maximum number of allowed parameters Fixes ...Kent Sutherland2019-05-171-0/+1
* Change the icalarray wrapper and update the array.py testMilan Crha2019-05-152-47/+52
* Fix the implementation of the i_cal_value_decode_ical_string() wrapperMilan Crha2019-05-151-4/+4