summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libicalss/icalbdbset_cxx.h - fix compile found by abi-compliance-checkerv2.0.0Allen Winter2015-12-281-4/+6
* ReleaseNotes.txt - for 2.0.0Allen Winter2015-12-281-1/+5
* minor cleanings, coding styleAllen Winter2015-12-283-45/+78
* CMakeLists.txt - set cmake policy 0042 for MACOS_RPATH warningAllen Winter2015-12-271-0/+3
* ConfigureChecks.cmake - don't corrupt CMAKE_REQUIRED_LIBRARIESAllen Winter2015-12-271-0/+2
* use cmake discovery for GetNumberFormat()Allen Winter2015-12-273-2/+8
* icalproperty.c - avoid possible null ptr deref in icalproperty_new_cloneAllen Winter2015-12-191-1/+2
* icaltimezone.c - rewrite some of icaltimezone_parse_zone_tab()Allen Winter2015-11-051-10/+22
* icalrecur.c: handle BYMONTHDAY= +/-30 when it skips back/fwd a year (non-Greg...Ken Murchison2015-09-291-87/+107
* icalrecur.c: remove unused variableKen Murchison2015-09-281-1/+0
* icalrecur.c: added support for BYYEARDAY= +/-366Ken Murchison2015-09-285-20/+129
* icalrecur.c: rewrote set_month() to handle SKIP by month and expand_bymonth_d...Ken Murchison2015-09-265-103/+158
* icalrecur_test.c, icalrecur_withicu_*test.out: change RSCALE DAILY rules to Y...Ken Murchison2015-09-253-20/+20
* icalrecur_test.c: add -v option to show progress on stdoutKen Murchison2015-09-251-2/+10
* Revert "icalrecur_withicu_*test.out: update output to match commit 4d10a9fd56...Ken Murchison2015-09-252-4/+4
* icalrecur.c: removed some apparently unnecessary code - icalrecur_test comple...Ken Murchison2015-09-251-151/+26
* icalrecur.c: don't use UCAL_UNKNOWN_ZONE_ID since its not UChar*Ken Murchison2015-09-251-1/+1
* Merge pull request #222 from rsto/icalrecur_tzid_as_ucharKen Murchison2015-09-251-5/+15
|\
| * icalrecur: convert UTF8 timezoneid to ICU UCharRobert Stepanek2015-09-251-5/+15
|/
* icalrecur.c: fix typoKen Murchison2015-09-241-1/+1
* icalrecur.c: fix splint warnings on daysmask_*()Ken Murchison2015-09-241-6/+5
* Merge branch 'rsto-icalrecur_export_converters'Allen Winter2015-09-242-7/+20
|\
| * icalrecur: export recurrence enum conversion routinesRobert Stepanek2015-09-242-7/+20
|/
* icalrecur.c: make days[] an actual bitmask of year days rather than array (no...Ken Murchison2015-09-231-65/+98
* Merge pull request #220 from rsto/icaltime_as_string_fixdocKen Murchison2015-09-231-1/+5
|\
| * icaltime_as_ical_string_r: fix doc stringRobert Stepanek2015-09-231-1/+5
|/
* icalrecur.c: leverage new and existing rewrites for FREQ=YEARLY to simplify F...Ken Murchison2015-09-221-403/+232
* icalrecur.c - fix Windows buildAllen Winter2015-09-191-8/+9
* icalrecur.c: minor tweak to checking of YEARLY + BYWEEKNO combinationsKen Murchison2015-09-192-2/+3
* icalrecur.c: complete rewrite and simplification of expand_year_days() and ex...Ken Murchison2015-09-193-433/+174
* icalrecur_withicu_*test.out: update output to match commit 4d10a9fd5601d3276e...Ken Murchison2015-09-172-4/+4
* icalrecur.c: more icalrecur_iterator_new() cleanupKen Murchison2015-09-171-25/+31
* icalrecur.c: simply checking that Byxxx rule parts used in RRULE are legal fo...Ken Murchison2015-09-171-110/+19
* icalrecur.c: we shouldn't be doing SKIP processing when BYMONTH is limiting (...Ken Murchison2015-09-171-97/+23
* icalrecur.c: clean up some of the expand_map[] codeKen Murchison2015-09-161-21/+21
* icalrecur.c: lines > 80 chars were driving me nutsKen Murchison2015-09-161-168/+186
* icalrecur.c: make days of year array a bitmask rather than a list of values s...Ken Murchison2015-09-111-54/+89
* Merge branch 'master' of github.com:libical/libicalKen Murchison2015-09-111-22/+31
|\
| * icalrecur.c - minor code formatting and 1 tiny splint fixAllen Winter2015-09-111-22/+31
* | src/test/CMakeLists.txt: add build target for icalrecur_testKen Murchison2015-09-111-0/+7
|/
* icalrecur.c: fix some type mismatch nitsKen Murchison2015-09-111-2/+3
* Merge branch 'master' of github.com:libical/libicalKen Murchison2015-09-118-10/+141
|\
| * fix spelling errorsAllen Winter2015-09-055-9/+9
| * .dir-locals.el - oopsie. forgot closing parenAllen Winter2015-09-051-1/+1
| * iOS.cmake - CMake toolchain file for building on iOSAllen Winter2015-09-032-0/+131
* | icalrecur.c: better validation of rule-part valuesKen Murchison2015-09-112-101/+213
|/
* Merge branch 'Iridias-master'Allen Winter2015-08-251-1/+12
|\
| * Bugfix: support malformed input with only CR and no LF (e.g. from Kerio Conne...Martin Drößler2015-08-211-1/+12
|/
* Change RFC2445/2446 references to RFC5545/5546Ken Murchison2015-08-1813-46/+52
* properties.csv: note that EXRULE has been deprecatedKen Murchison2015-08-181-2/+3