summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ReleaseNotes.txt: ical_[set|get]_invalid_rrule_handling_setting()issue_428_v2Ken Murchison2020-12-281-0/+2
* icalrecur.c: use recur_map while parsing to remove semi-duplicate codeKen Murchison2020-11-171-94/+44
* icalrecur.c: if we ignore an invalid BY* part, actually ignore the data so we...Ken Murchison2020-11-172-41/+35
* icalrecur.c: check for BY* part combination validity at parse timeKen Murchison2020-11-172-51/+89
* issue #428: runtime setting to ignore invalid BYxxx part combos in RRULEsKen Murchison2020-11-172-5/+63
* Merge branch '3.0'Allen Winter2020-11-152-18/+24
|\
| * 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
* | 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/+2
* | Merge pull request #457 from libical/tzif_v2+Ken Murchison2020-11-131-17/+86
|\ \
| * | icaltzutil_fetch_timezone() should read v2/v3 data when availabletzif_v2+Ken Murchison2020-11-111-17/+86
* | | libicalvcal/vcc.c - remove defines for strcasecmp and snprintfAllen Winter2020-11-121-7/+0
|/ /
* | Added icalcomponent_[set|get]_x_name() and icalcomponent_get_component_name[_...Ken Murchison2020-11-084-1/+84
* | Merge pull request #455 from libical/byweekno_no_bydayKen Murchison2020-11-082-4/+4
|\ \
| * | icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of week fr...byweekno_no_bydayKen Murchison2020-11-062-4/+4
* | | icalrecur.c: move freq_map, skip_map, and wd_map to read-only section (based ...Ken Murchison2020-11-061-9/+9
|/ /
* | icalrecur.c: fixed handling of BYWEEKNO=1 with BYDAY (added tests for first a...Ken Murchison2020-11-063-8/+53
* | icalrecur.c: move nweeks to where is actually neededKen Murchison2020-11-051-2/+2
* | icalrecur.c: index value 0 in the daysmask is the last day of the previous ye...Ken Murchison2020-11-051-12/+10
* | icalrecur.c: properly handle BYWEEKNO=-1, etcKen Murchison2020-11-051-12/+19
* | icalrecur.c: properly handle multiple BYWEEKNO valuesKen Murchison2020-11-051-2/+6
* | icalrecur.c: don't fill daysmask twice for BYWEEKNO + BYDAYKen Murchison2020-11-051-16/+19
* | Merge branch '3.0'Allen Winter2020-11-012-1/+2
|\ \ | |/
| * libical/CMakeLists.txt - compiled-in path for build-in tzdataAllen Winter2020-11-012-1/+2
* | Merge branch '3.0'Allen Winter2020-11-012-3/+3
|\ \ | |/
| * libicalvcal: move variables to read-only sectionДилян Палаузов2020-11-011-2/+2
| * GObjectIntrospectionMacros.cmake - possible fix for parallel buildsAllen Winter2020-11-011-1/+1
* | Merge branch '3.0'Allen Winter2020-10-314-2/+13
|\ \ | |/
| * Fix build with icu-68.1Allen Winter2020-10-314-2/+13
* | Merge branch '3.0'Allen Winter2020-10-311-4/+8
|\ \ | |/
| * CMakeLists.txt - mark some cmake options as advanced.Allen Winter2020-10-311-4/+8
* | Merge branch '3.0'Allen Winter2020-10-316-7/+7
|\ \ | |/
| * Move some variables to the read-only sectionДилян Палаузов2020-10-316-7/+7
* | Merge branch '3.0'Allen Winter2020-10-241-0/+1
|\ \ | |/
| * 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
* | Merge pull request #446 from dilyanpalauzov/masterKen Murchison2020-10-241-1/+1
|\ \