summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* src/test/timezones.c - reduce max error rate on Mac back to 1%Allen Winter2021-03-101-4/+0
* various small fixes found by CoverityAllen Winter2021-02-282-2/+4
* src/test/timezones.c - use a define for MAX_FAILURE_RATEAllen Winter2021-01-111-3/+3
* builtin_timezones.c - comment code that confuses ThreadsSanitizerAllen Winter2021-01-111-2/+5
* src/test/timezones.c - allow 3% error rate on MacAllen Winter2021-01-111-1/+7
* src/test/CMakeLists.txt - skip the timezones test on CygwinAllen Winter2021-01-091-1/+1
* src/test/CMakeLists.txt - disable icalrecurtests on CygwinAllen Winter2021-01-091-1/+1
* test/CMakeLists.txt, test/libical-glib/CMakeLists.txt - Cygwin supportAllen Winter2021-01-092-2/+2
* src/test/CMakeLists.txt - move add_subdirectory(libical-glib)Allen Winter2021-01-091-4/+5
* no_sanitize("thread") attributes for quieting sanitizerAllen Winter2021-01-091-11/+11
* Improve thread safety of icaltimezone_load_builtin_timezone()Milan Crha2021-01-091-0/+57
* src/test/regression.c - move the krazy skip commentAllen Winter2021-01-011-1/+1
* regression.c - coding style cleaning, mostly removing tabsAllen Winter2021-01-011-184/+201
* libicalss/icalbdbset.c, test/regression-utils.c - cppcheck issues--Allen Winter2020-12-201-1/+1
* icaltimezone.c: Add compatibility code around read of builtin zones by TZIDMilan Crha2020-12-201-0/+52
* icaltimezone.c: Correct handling of builtin timezones propertiesMilan Crha2020-12-201-2/+16
* Support RSCALE=GREGORIAN and SKIP even if we don't have ICUKen Murchison2020-11-224-22/+74
* buildsystem - allow icalrecurtests on WindowsAllen Winter2020-11-221-1/+6
* icalrecur_test.c - hand-parse command line and remove getoptAllen Winter2020-11-222-45/+39
* Revert "src/test/CMakeLists.txt - icalrecur reference file for no-UIC"Allen Winter2020-11-212-287/+1
* src/test/CMakeLists.txt - icalrecur reference file for no-UICAllen Winter2020-11-212-1/+287
* icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of week fr...Ken Murchison2020-11-081-1/+1
* icalrecur.c: fixed handling of BYWEEKNO=1 with BYDAY (added tests for first a...Ken Murchison2020-11-082-0/+18
* tests: Change how libical-glib python tests are invokedMilan Crha2020-08-081-1/+1
* src/test/stow.c - "get get" => "get"Allen Winter2020-07-201-1/+1
* Merge pull request #431 from mcclurgm/docs-fixes-3.0Allen Winter2020-07-193-4/+4
|\
| * Merge branch '3.0' of github.com:libical/libical into docs-fixes-3.0Michael McClurg2020-07-012-0/+38
| |\
| * | Standardize verb formsMichael McClurg2020-06-303-4/+4
* | | test/stow.c, testmime.c - fix memleaks reported by clang-tidyAllen Winter2020-07-032-28/+54
| |/ |/|
* | Add support for empty parameters, e.g. CN=""Ken Murchison2020-06-221-0/+36
* | src/test/timezones.c - give Eric the copyright from 2008Allen Winter2020-06-221-0/+2
|/
* src/test/testmime.c - make cppcheck happy (don't use 'sleep')Allen Winter2020-03-061-4/+4
* icalrecurrencetype_as_string(): if a icalrecurrencetype contains both COUNT a...Ken Murchison2020-03-061-7/+7
* various - define DB_DBM_HSEARCH, another tryAllen Winter2020-01-251-1/+0
* various - better fix or defining DB_DBM_HSEARCHAllen Winter2020-01-251-0/+1
* various - use https instead of http where we canAllen Winter2019-12-1433-94/+80
* test/icalattach-leak.c - new for testing icalattach leaksAllen Winter2019-10-201-0/+104
* Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotationsMilan Crha2019-10-152-3/+47
* 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
* Don't build stow test on AndroidNicolas Fella2019-08-021-1/+1
* various - fix warnings found by cppcheck v1.88Allen Winter2019-08-022-2/+1
* 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
* Fix for issue #376Ken Murchison2019-05-192-0/+20
* Change the icalarray wrapper and update the array.py testMilan Crha2019-05-151-42/+47
* 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-113-10/+39
* [libical-glib] Respect the gobject naming conventionsCorentin Noël2019-05-0110-84/+84