summaryrefslogtreecommitdiff
path: root/src/test/regression.c
Commit message (Expand)AuthorAgeFilesLines
* various - use https instead of http where we canAllen Winter2019-12-141-4/+3
* Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotationsMilan Crha2019-10-151-2/+46
* regression.c: need to free components after normalizationKen Murchison2019-08-101-0/+3
* src/test/regression.c - cleanup after cherry-pickAllen Winter2019-08-101-35/+0
* regression.c: added test_icalcomponent_normalize()Ken Murchison2019-08-101-0/+111
* src/test/regression.c - fix a leakAllen Winter2019-07-101-0/+1
* Don't allow both COUNT and UNTIL in RRULE #391Allen Winter2019-07-071-0/+21
* src/libical/icalvalue.c,src/test/regression.c - fix an overrunMilan Crha2019-05-141-0/+43
* improve testing for icalproperty_get_datetime_with_compoment()Milan Crha2019-05-111-9/+32
* icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_w...Allen Winter2019-04-281-0/+43
* Fixed incorrect handling of a weekly RRULE at the beginning of the yearKent Sutherland2019-01-121-0/+15
* Set of DATE/DATE-TIME doesn't reset VALUE parameterMilan Crha2018-11-171-0/+49
* various - icalderived(value|parameter|property) enum iterationAllen Winter2018-08-121-0/+74
* TZID on DATE-TIME value can override time specified in UTCMilan Crha2018-08-041-0/+75
* skip over the Unicode byte order mark (BOM character) when parsing.Allen Winter2018-05-231-0/+20
* src/test/regression.c - plug a memory leak in test_recur_iterator_set_start()Allen Winter2018-03-241-0/+1
* Regression to demonstrate icalrecur_iterator_next is returning icaltimetype s...Kent Sutherland2018-02-281-0/+12
* src/test/regression.c - fix compile with older MSVC versionsAllen Winter2018-02-231-1/+3
* src/test/regression.c - silence unused parameters warning. fix coding styleAllen Winter2018-02-231-126/+124
* Added regression tests for icalcomponent_foreach_recurrence().Markus Minichmayr2018-02-231-0/+145
* Merge branch 'master' into remove-is_utcKent Sutherland2017-10-011-9/+10
|\
| * Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-9/+10
* | Remove is_utc and only use zone in icaltimetypeKent Sutherland2017-02-121-5/+0
|/
* icaltime_compare wouldn't compare correctly if one time had a zone set and on...Kent Sutherland2017-01-301-0/+23
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-061-1/+1
* - handle properties which don't have "default" value typesKen Murchison2016-12-231-10/+13
* regression.c: enabled and fixed test for RFC6868 parameter value encodingKen Murchison2016-12-231-7/+2
* * Signature changed for functions:Allen Winter2016-12-211-36/+34
* created new DATE-TIME-DATE type for those properties that accept both DATE-TI...Ken Murchison2016-12-201-4/+4
* Remove deprecated icaltime_from_timetKent Sutherland2016-12-181-22/+14
* Remove deprecated icaltime_start_doy_of_weekKent Sutherland2016-12-181-2/+2
* src/test/regression.c - fix a leak found by ASANAllen Winter2016-12-141-2/+0
* plug various memory leaks found by CoverityAllen Winter2016-12-051-22/+34
* src/test/regression.c - fix build with MSVCAllen Winter2016-11-281-1/+2
* test/regression.c - test a really bad calendar that might cause a CVEAllen Winter2016-11-281-0/+17
* test/regression.c, test/regression-cxx.cpp - plug some memory leaksAllen Winter2016-11-271-4/+9
* regression: fix boolean value testsKen Murchison2016-09-271-4/+5
* Fixed comparison of float time with timezoned timeStanislav Laznicka2016-08-281-0/+28
* test/regression.c - fix crash found by clangAllen Winter2016-08-041-4/+4
* -Wwrite-stringsAllen Winter2016-08-031-67/+80
* src/test/regression.c - fix by ignoring return values from mkdir()Allen Winter2016-07-041-4/+4
* test/regression - fix a bunch Coverity issues. more needed thoughAllen Winter2016-07-031-39/+38
* Don't emit VALUE= parameter when the property contains the default value typeKen Murchison2016-06-261-3/+23
* minor cleanings, coding styleAllen Winter2015-12-281-1/+1
* say goodbye the global variable icalerror_errors_are_fatalAllen Winter2015-08-141-8/+8
* use cmake for getopt() discoveryAllen Winter2015-06-271-2/+2
* regression.c - add a test for utf8 strings in SUMMARYAllen Winter2015-06-271-0/+21
* remove execute bitAllen Winter2015-06-171-0/+0
* regression.c - remove putenv() callAllen Winter2015-06-071-1/+0
* regression.c - fix compile with MSVCAllen Winter2015-06-051-1/+2