summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/test/CMakeLists.txt - icalrecur reference file for no-UICAllen Winter2020-11-212-1/+287
* scripts/buildtests.sh - ensure LD_LIBRARY_PATH for make testAllen Winter2020-11-161-0/+7
* 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
* ReleaseNotes.txt: Fix reading TZif files with empty v1 data (use v2+ whenever...Ken Murchison2020-11-131-0/+1
* icaltzutil_fetch_timezone() should read v2/v3 data when availableKen Murchison2020-11-131-17/+86
* ReleaseNotes.txt: Several fixes for recurrences containing BYWEEKNOKen Murchison2020-11-081-0/+1
* icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of week fr...Ken Murchison2020-11-082-3/+3
* icalrecur.c: fixed handling of BYWEEKNO=1 with BYDAY (added tests for first a...Ken Murchison2020-11-083-8/+51
* 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-012-1/+2
* libicalvcal: move variables to read-only sectionДилян Палаузов2020-11-011-2/+2
* GObjectIntrospectionMacros.cmake - possible fix for parallel buildsAllen Winter2020-11-011-1/+1
* Fix build with icu-68.1Allen Winter2020-10-314-2/+13
* CMakeLists.txt - mark some cmake options as advanced.Allen Winter2020-10-311-4/+8
* Move some variables to the read-only sectionДилян Палаузов2020-10-316-7/+7
* ReleaseNotes.txt - accept VTIMEZONE with more than one X- propertyAllen Winter2020-10-241-0/+1
* restrictions: VTIMEZONE can contain any number of X propertiesДилян Палаузов2020-10-241-1/+1
* Typo in icalrecur.hArun Grover2020-10-091-1/+1
* libical-glib: install src-generator to CMAKE_INSTALL_LIBEXECDIRBen Wolsieffer2020-10-041-11/+11
* ReleaseNotes.txt - updateAllen Winter2020-09-291-0/+1
* libical-glib: export src-generator from native build for cross-compilationBen Wolsieffer2020-09-291-6/+29
* tests: Change how libical-glib python tests are invokedMilan Crha2020-08-081-1/+1
* doc/Doxyfile.cmake - HTML_TIMESTAMP=YESAllen Winter2020-07-211-0/+1
* scripts/buildtests.sh - whitelistsAllen Winter2020-07-211-2/+2
* various - remove set-and-used variables. found by clang-tidyAllen Winter2020-07-214-21/+12
* src/libical/sspm.c - plug 2 more memory leaksAllen Winter2020-07-211-1/+7
* src/test/stow.c - "get get" => "get"Allen Winter2020-07-202-2/+1
* Merge pull request #431 from mcclurgm/docs-fixes-3.0Allen Winter2020-07-1999-3062/+3076
|\
| * Grammar/style fix from @winterzMichael McClurg2020-07-197-14/+14
| * Style fix from @winterzMichael McClurg2020-07-191-1/+1
| * Spell out some unnecessary abbreviationsMichael McClurg2020-07-191-8/+8
| * Fix duplicate word typosMichael McClurg2020-07-187-73/+73
| * Unify all visible docstrings to .h filesMichael McClurg2020-07-1824-696/+659
| * Add missing, remove duplicate Doxygen filesMichael McClurg2020-07-187-14/+15
| * More grammar fixesMichael McClurg2020-07-027-158/+158
| * Use more Doxygen headers (@brief, @returns)Michael McClurg2020-07-027-112/+149
| * Fix missing or unintentional docsMichael McClurg2020-07-0210-57/+70
| * Capitalize STDOUTMichael McClurg2020-07-013-3/+3
| * Merge branch '3.0' of github.com:libical/libical into docs-fixes-3.0Michael McClurg2020-07-017-7/+52
| |\
| * | Fix content/consistency errors in glib i-cal-timeMichael McClurg2020-06-301-2/+2
| * | Fix doxygen markup errorMichael McClurg2020-06-301-2/+2
| * | Capitalize first letter of sentencesMichael McClurg2020-06-301-3/+3
| * | Add more periods to end of sentencesMichael McClurg2020-06-305-43/+43
| * | Fix spelling errorMichael McClurg2020-06-303-4/+4