summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* issue #428: ignore BYYEARDAY when used with FREQ=MONTHLYissue_428Ken Murchison2020-05-013-3/+17
* ReleaseNotes.txt - remove a mis-reported item in 3.0.8Allen Winter2020-03-071-1/+0
* ReleaseNotes.txt - final for v3.0.8Allen Winter2020-03-071-2/+3
* ReleaseNotes.txt - updateAllen Winter2020-03-061-0/+1
* 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-022-17/+23
* Merge pull request #420 from niacat/masterAllen Winter2020-02-093-0/+3
|\
| * Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-01-293-0/+3
|/
* .travis.yml - attempt to fix the coverity setupAllen Winter2020-01-261-2/+4
* scripts/buildtests.sh - a bit more whitelist cleaningAllen Winter2020-01-261-1/+1
* generator.c - print nicer failure message in open_file()Allen Winter2020-01-261-8/+7
* src/test/testmime.c - make cppcheck happy (don't use 'sleep')Allen Winter2020-01-261-4/+4
* src/libical/sspm.c - plug a memory leakAllen Winter2020-01-261-0/+3
* ReleaseNotes.txt - update for 3.0.8Allen Winter2020-01-251-1/+2
* libical-glib: Replace usage of deprecated G_TYPE_INSTANCE_GET_PRIVATE()Milan Crha2020-01-252-5/+3
* 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
* CMakeLists.txt, ReleaseNotes.txt - open for 3.0.8Allen Winter2019-12-151-0/+4
* ReleaseNotes.txt - update for 3.0.7 releaseAllen Winter2019-12-151-2/+5
* src/libical/qsort_gen.[c,h] - use https for urls in commentsAllen Winter2019-12-152-4/+4
* various - use https instead of http where we canAllen Winter2019-12-14241-680/+588
* Merge pull request #415 from medovina/masterKen Murchison2019-10-271-2/+2
|\
| * icaltimezone.c: Fix race condition on zone changes arrayAdam Dingle2019-10-261-2/+2
|/
* test/icalattach-leak.c - new for testing icalattach leaksAllen Winter2019-10-201-0/+104
* Let icalattach_new_from_data() use the 'free_fn' argument againMilan Crha2019-10-208-27/+87
* libical-glib: Correct annotation of i_cal_property_set_parameter()Milan Crha2019-10-201-1/+1
* libical-glib: Correct free of xml values in xml-parser.cMilan Crha2019-10-201-60/+82
* libical-glib: Fix ICalAttach handling of the icalattach native structureMilan Crha2019-10-206-1/+37
* update zoneinfo for tzdata2019cAllen Winter2019-10-20592-6822/+2026
* ReleaseNotes.txt - update for the 3.0.6 releaseAllen Winter2019-10-201-2/+3
* 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-162-48/+46
* CMakeLists.txt - remove compiler option -Wmissing-include-dirsAllen Winter2019-08-251-2/+2
* Merge branch 'lantw44-wip/lantw/gtkdoc.cmake-include-cflags-in-gtkdoc-scangob...Allen Winter2019-08-251-0/+1
|\
| * GtkDoc.cmake - include CFLAGS in gtkdoc-scangobj command line as wellTing-Wei Lan2019-08-231-0/+1
|/
* icalproperty.c: need to orphan the params before removal during normalizationKen Murchison2019-08-121-0/+2
* regression.c: need to free components after normalizationKen Murchison2019-08-071-0/+3
* icalcomponent.c: need to orphan the props before removal during normalizationKen Murchison2019-08-071-0/+2
* icalcomponent.c: move test for zero parameters outside of the switch statemen...Ken Murchison2019-08-071-42/+41
* regression.c: added test_icalcomponent_normalize()Ken Murchison2019-08-071-0/+76
* Merge pull request #407 from cyrusimap/normalize-memory-leakKen Murchison2019-08-072-0/+18
|\
| * icalproperty_normalize: don't leak memoryBron Gondwana2019-08-071-0/+12
| * icalcomponent_normalize: avoid memory leaksBron Gondwana2019-08-071-0/+6
|/
* ReleaseNotes.txt - tweakAllen Winter2019-08-021-1/+1
* Merge pull request #405 from nicolasfella/stowandroidAllen Winter2019-08-021-1/+1
|\
| * Don't build stow test on AndroidNicolas Fella2019-08-021-1/+1