summaryrefslogtreecommitdiff
path: root/src/libical
Commit message (Expand)AuthorAgeFilesLines
* icalrecur.c, icaltz-util.c - coding styleAllen Winter2020-11-152-11/+17
* src/libical/icaltz-util.c - type casting for lint happinessAllen Winter2020-11-151-7/+7
* icalrcur.c: don't run past the end of the year if we start with weekno > 1Ken Murchison2020-11-151-1/+1
* icaltzutil_fetch_timezone() should read v2/v3 data when availableKen Murchison2020-11-131-17/+86
* icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of week fr...Ken Murchison2020-11-081-2/+2
* icalrecur.c: fixed handling of BYWEEKNO=1 with BYDAY (added tests for first a...Ken Murchison2020-11-081-8/+33
* icalrecur.c: move nweeks to where is actually neededKen Murchison2020-11-081-2/+2
* icalrecur.c: index value 0 in the daysmask is the last day of the previous ye...Ken Murchison2020-11-081-10/+9
* icalrecur.c: properly handle BYWEEKNO=-1, etcKen Murchison2020-11-081-12/+19
* icalrecur.c: properly handle multiple BYWEEKNO valuesKen Murchison2020-11-081-2/+6
* icalrecur.c: don't fill daysmask twice for BYWEEKNO + BYDAYKen Murchison2020-11-081-16/+19
* libical/CMakeLists.txt - compiled-in path for build-in tzdataAllen Winter2020-11-011-1/+1
* Fix build with icu-68.1Allen Winter2020-10-311-2/+8
* Move some variables to the read-only sectionДилян Палаузов2020-10-316-7/+7
* Typo in icalrecur.hArun Grover2020-10-091-1/+1
* various - remove set-and-used variables. found by clang-tidyAllen Winter2020-07-211-1/+1
* src/libical/sspm.c - plug 2 more memory leaksAllen Winter2020-07-211-1/+7
* Merge pull request #431 from mcclurgm/docs-fixes-3.0Allen Winter2020-07-1933-745/+770
|\
| * Grammar/style fix from @winterzMichael McClurg2020-07-194-10/+10
| * Fix duplicate word typosMichael McClurg2020-07-184-5/+5
| * Unify all visible docstrings to .h filesMichael McClurg2020-07-1816-594/+574
| * Add missing, remove duplicate Doxygen filesMichael McClurg2020-07-186-9/+7
| * More grammar fixesMichael McClurg2020-07-022-7/+7
| * Use more Doxygen headers (@brief, @returns)Michael McClurg2020-07-025-103/+138
| * Fix missing or unintentional docsMichael McClurg2020-07-027-31/+43
| * Merge branch '3.0' of github.com:libical/libical into docs-fixes-3.0Michael McClurg2020-07-012-3/+3
| |\
| * | Fix doxygen markup errorMichael McClurg2020-06-301-2/+2
| * | Fix spelling errorMichael McClurg2020-06-302-2/+2
| * | Add more periods to end of sentencesMichael McClurg2020-06-309-57/+55
| * | More verb form fixesMichael McClurg2020-06-306-25/+25
| * | More verb form fixes in glibMichael McClurg2020-06-301-4/+4
| * | Typo and grammatical fixesMichael McClurg2020-06-303-5/+5
| * | Fix small missing pieces of documentationMichael McClurg2020-06-303-1/+4
| * | Fix capitalization errorsMichael McClurg2020-06-309-28/+28
| * | Standardize verb formsMichael McClurg2020-06-3021-74/+73
| * | Typo fixesMichael McClurg2020-05-163-3/+3
* | | src/libical/sspm.c - fix memleak in sspm_build_header()Allen Winter2020-07-031-0/+4
| |/ |/|
* | Add support for empty parameters, e.g. CN=""Ken Murchison2020-06-222-3/+3
|/
* icalrecurrencetype_as_string(): if a icalrecurrencetype contains both COUNT a...Ken Murchison2020-03-061-5/+1
* Include <limits.h> in files that use INT_MAX or CHAR_BITnia2020-02-093-0/+3
* i-cal-attach.xml, icalattach.c - improve memory handlingMilan Crha2020-01-251-0/+16
* various - use https instead of http where we canAllen Winter2019-12-1465-228/+189
* icaltimezone.c: Fix race condition on zone changes arrayAdam Dingle2019-10-271-2/+2
* Merge branch '3.0' into mcrha/annotationsAllen Winter2019-10-202-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-154-20/+21
|/
* icalproperty.c: need to orphan the params before removal during normalizationKen Murchison2019-08-131-0/+2
* 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