summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buildsystem - replace option() with libical_option(Allen Winter2019-06-303-72/+33
* scripts/buildtests.sh - improved test namingAllen Winter2019-06-301-16/+16
* src/libical/icaltimezone.c - fix splint warningsAllen Winter2019-06-301-15/+16
* src/test/regression.c - fix a leakAllen Winter2019-06-301-0/+1
* src/libical/icaltimezone.c - minor coding styleAllen Winter2019-06-301-20/+24
* [libical-glib] Remove out annotation of ICalTimezone.get_utc_offset*Corentin Noël2019-06-201-3/+3
* icalrecur.c: remove no-opKen Murchison2019-06-181-8/+0
* icalrecur.c: if month is < 0, we have to backup at least one yearKen Murchison2019-06-181-0/+1
* icalrecur.c: fixed return with no valueKen Murchison2019-06-161-1/+1
* icalrecur.c: change daymask_find_next_bit() APIKen Murchison2019-06-161-13/+15
* icalrecur.c: pass the interval to the next_yearday() callback as an argumentKen Murchison2019-06-161-7/+7
* icalrecur.c: clean up out-of-bounds checks at end of icalrecur_iterator_next()Ken Murchison2019-06-161-9/+5
* icalrecur.c: support negative increments in __increment_month()Ken Murchison2019-06-151-0/+4
* icalrecur.c: make 'inc' a parameter to increment_month()Ken Murchison2019-06-151-6/+4
* icalrecur.c: generalize some of the next_*() functions into next_unit()Ken Murchison2019-06-151-109/+37
* icalrecur.c: remove unused cruftKen Murchison2019-06-151-8/+2
* Merge pull request #397 from ksuther/fuzzing-timeout-strspnKen Murchison2019-06-151-3/+11
|\
| * Fix timeout found by fuzzer (oss-fuzz issue 14881)Kent Sutherland2019-06-141-3/+11
* | icalrecur.c: Per RFC 5545, Section 3.3.10: each recur-rule-part MUST NOT occu...Ken Murchison2019-06-141-39/+115
* | icaltimezone.c: initialize struct icaldatetimeperiodtype fields individuallyKen Murchison2019-06-141-8/+8
* | icaltimezone.c: initialize struct rdate fields individuallyKen Murchison2019-06-141-1/+6
* | Revert "icalrecur.[ch]: move all ICAL_BY_*_SIZE macros into icalrecur.h"Ken Murchison2019-06-142-12/+13
|/
* icalrecur.c: Now that we support RSCALE=GREGORIAN without ICU, we need to adv...Ken Murchison2019-06-131-5/+7
* Merge pull request #391 from libical/rrule_until+countKen Murchison2019-06-113-1/+33
|\
| * regression.c: Added tests for UNTIL + COUNTrrule_until+countKen Murchison2019-06-061-0/+21
| * icalrecur.c: Return a NULL string if RRULE contains both UNTIL and COUNTKen Murchison2019-06-061-0/+4
| * Don't allow both COUNT and UNTIL in RRULEKen Murchison2019-05-262-1/+8
* | Added icaltimezone_truncate_vtimezone() - fixes issue #371Ken Murchison2019-06-112-0/+485
* | icalrecur.[ch]: move all ICAL_BY_*_SIZE macros into icalrecur.hKen Murchison2019-06-102-12/+12
* | CMakeLists.txt: run RSCALE tests even if we don't have ICUKen Murchison2019-06-101-17/+17
* | Support RSCALE=GREGORIAN and SKIP even if we don't have ICUKen Murchison2019-06-095-38/+96
* | CMakeLists.txt - new macros for C and C++ compiler flag checkingAllen Winter2019-05-272-54/+44
* | Remove our hand-written FindICU.cmake with the CMake versionallen/findicuAllen Winter2019-05-268-157/+29
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-2641-121/+227
* | Improve memory efficiency of icalarray_sort()Markus Minichmayr2019-05-255-23/+264
* | scripts/buildtests.sh - comment out clang-based glib testsAllen Winter2019-05-251-4/+4
|/
* Fix for issue #376Ken Murchison2019-05-183-0/+25
* Include invalid parameters in the maximum number of allowed parameters Fixes ...Kent Sutherland2019-05-171-0/+1
* Change the icalarray wrapper and update the array.py testMilan Crha2019-05-162-47/+52
* Fix the implementation of the i_cal_value_decode_ical_string() wrapperMilan Crha2019-05-161-4/+4
* scripts/buildtests.sh - test more build option combinationsAllen Winter2019-05-151-0/+5
* ReleaseNotes.txt - final for release 3.0.5Allen Winter2019-05-141-10/+10
* src/libical/icalvalue.c,src/test/regression.c - fix an overrunMilan Crha2019-05-142-3/+49
* Fix a use after freeKent Sutherland2019-05-131-0/+1
* Cap the number of parameters and properties to prevent unbounded memory usage...Kent Sutherland2019-05-131-2/+6
* Revert "Set a maximum length per line before calling icalparser_add_line This...Kent Sutherland2019-05-131-10/+1
* Revert "src/libical/icalparser.c - include <string.h>"Kent Sutherland2019-05-132-4/+2
* Revert "libical/icalparser.c - another attempt to make Coverity happy"Allen Winter2019-05-121-0/+4
* ReleaseNotes.txt - mention defuzzAllen Winter2019-05-121-1/+2
* src/libical/icalparser.c - include <string.h>Allen Winter2019-05-122-2/+4