summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* various minor improvements for iterating to previous occurenceicalrecur_iterator_prevAllen Winter2019-07-074-14/+21
* Merge branch 'master' into icalrecur_iterator_prevAllen Winter2019-07-0713-153/+140
|\
| * ReadMe.txt - even more cleaning and updatingAllen Winter2019-07-061-20/+22
| * ReadMe.txt - cleaningAllen Winter2019-07-061-10/+10
| * ReadMe.txt - add Libical Users listAllen Winter2019-07-061-0/+19
| * Merge pull request #398 from dilyanpalauzov/deheader-fixesAllen Winter2019-07-015-11/+1
| |\
| | * Remove double #include’d headersДилян Палаузов2019-07-015-11/+1
| |/
| * Merge pull request #399 from ksuther/limit-insert_errorAllen Winter2019-07-011-11/+20
| |\
| | * Make VS2012 happyKent Sutherland2019-07-011-2/+2
| | * Set a limit on the number of times insert_error can run for a single parse.Kent Sutherland2019-06-261-11/+20
| * | 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: Added icalrecur_iterator_set_range()Ken Murchison2019-06-196-11/+95
* | Added icalrecur_iterator_prev()Ken Murchison2019-06-187-0/+473
|/
* 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