summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* icalparser.c: sanity check VALUE parameter against what is allowedKen Murchison2016-12-131-2/+67
* plug various memory leaks found by CoverityAllen Winter2016-12-0511-84/+114
* Revert "src/libical/icaltimezone.c - build a scanf format string"Allen Winter2016-12-031-16/+11
* src/libical/icaltimezone.c - build a scanf format stringAllen Winter2016-12-031-11/+16
* icalrecur_test.c: free RSCALE stringKen Murchison2016-12-021-0/+2
* icalparser.c: don't create two ICAL_XLICINVALID_COMPONENT for an invalid comp...Ken Murchison2016-12-021-6/+0
* icalparser.c: make sure we have a prev_char before checking itKen Murchison2016-12-021-1/+1
* icaltime.c: don't read past end of string (can't check str[19] if length is 16)Ken Murchison2016-12-021-1/+1
* icaltestparser.c: don't leak parser and line bufferKen Murchison2016-12-021-0/+4
* src/test/regression.c - fix build with MSVCAllen Winter2016-11-281-1/+2
* deal with -WvarargsAllen Winter2016-11-282-0/+8
* 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-272-6/+23
* src/test/process.c - plug memory leaksAllen Winter2016-11-261-3/+4
* various cppcheck suppressionsAllen Winter2016-11-265-1/+11
* icalarray.c, icalcomponent.c, icaltimezone.c - icalarray_free fixesAllen Winter2016-11-263-4/+10
* libicalss/icalsslexer.c - ensure isatty() is declared (for Windows)Allen Winter2016-11-261-0/+4
* libical/icalerror.c, test/regression-utils.c - cppcheck suppressionsAllen Winter2016-11-262-0/+3
* lots of clang-tidy cleaning in the C++ wrapper codeAllen Winter2016-11-2612-953/+923
* tools/generator.c, libicalvcal/vcc.c, test/timezones.c - cppcheck fixesAllen Winter2016-11-263-10/+11
* more redundancy-decls cleaningAllen Winter2016-11-2313-53/+0
* fix problems found by -Wredundant-declsAllen Winter2016-11-232-3/+0
* icalrecur.c, icalvalue.c: RSCALE field in icalrecurrencetype can't be allocat...Ken Murchison2016-11-223-4/+8
* icalvalue.h: added ICAL_BOOLEAN_TRUE & FALSE macrosKen Murchison2016-09-271-0/+3
* regression: fix boolean value testsKen Murchison2016-09-271-4/+5
* icalvalue: properly parse and output boolean valued propertiesKen Murchison2016-09-261-6/+23
* libical-glib/CMakeLists.txt - depend on fullpath to src-generatorAllen Winter2016-09-241-2/+2
* buildsystem - handle parallel builds when cross-compilingAllen Winter2016-09-052-67/+47
* libicalss/icalbdbset.c,icalfileset.c - don't pass NULLs to strcmpAllen Winter2016-09-032-9/+41
* libical/icalparser.c - use ptrdiff_t for pointer arithmeticAllen Winter2016-09-031-5/+3
* test/timezones.c - don't leak. handle case of empty zone_locationAllen Winter2016-09-031-0/+3
* test/testmime.c - handle case of nothing to read, found by scan-buildAllen Winter2016-09-031-1/+2
* test/stow.c - handle if mime_test returns NULL, found by scan-buildAllen Winter2016-09-031-3/+12
* libicalvcal/vcc.c - free instead of deleteStr to make scan-build happyAllen Winter2016-09-031-1/+1
* libicalss/icalset.c - extra casting to make scan-build happyAllen Winter2016-09-031-10/+19
* libical/icaltimezone.c - clear the lat array to make scan-build happyAllen Winter2016-09-031-1/+2
* remove references to icaltime_compare_with_zone()Allen Winter2016-08-282-29/+25
* icaltime.c - minor coding styleAllen Winter2016-08-281-2/+2
* Fixed comparison of float time with timezoned timeStanislav Laznicka2016-08-283-6/+32
* libical-glib/tools/generator.c - fix set-but-unused variable warningAllen Winter2016-08-101-2/+0
* test/regression.c - fix crash found by clangAllen Winter2016-08-041-4/+4
* -Wwrite-stringsAllen Winter2016-08-0323-134/+166
* fix some warnings found by cppcheckAllen Winter2016-07-166-11/+35
* 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-033-49/+45
* better annotate struct icalvalue_implKen Murchison2016-06-271-13/+23
* v_trigger field in icalvalue is never usedKen Murchison2016-06-271-1/+1
* libical/icalrecur.c, libicalss/icalspanlist.c - minor compile warningsAllen Winter2016-06-272-3/+3
* Merge branch 'glib'Allen Winter2016-06-2675-24/+12357
|\
| * src/libical-glib/tools - minor coding styleAllen Winter2016-06-147-36/+35