summaryrefslogtreecommitdiff
path: root/src/libical
Commit message (Expand)AuthorAgeFilesLines
* icalcomponent.c: sort VTIMEZONEs first when normalizingKen Murchison2017-10-201-0/+3
* fix typo in prop_compare() which prevented X- properties from being sorted pr...Ken Murchison2017-08-191-1/+1
* icalvalue.c: don't leak RSCALE after parsing RRULEKen Murchison2017-08-041-0/+1
* Added icalcomponent/icalproperty normalization functionsKen Murchison2017-08-044-0/+309
* Initial VPATCH implementationKen Murchison2017-04-283-1/+22
* icalrecur.c: typecast UCAL_UNKNOWN_ZONE_IDKen Murchison2017-02-241-1/+1
* Revert "icalrecur.c: don't use UCAL_UNKNOWN_ZONE_ID since its not UChar*"Ken Murchison2017-02-241-1/+1
* icalcomponent.c: properly handle recurring tasks with only due time, and all-...Ken Murchison2017-02-231-0/+12
* src/libical/icaltime.c - trivial coding style fixAllen Winter2017-01-311-1/+3
* icaltime_compare wouldn't compare correctly if one time had a zone set and on...Kent Sutherland2017-01-301-1/+1
* src/libical/icalrecur.c - minor fixes, found by Krazy and SplintAllen Winter2017-01-011-19/+15
* icalrecur.c: added icalrecur_iterator_set_start()Ken Murchison2017-01-012-4/+270
* icalrecur.c: some iterator cleanup/reorganizationKen Murchison2017-01-011-98/+60
* cleanup remaining comments about functions we decided not to deprecate.Allen Winter2017-01-014-22/+9
* icalvalue.c - plug a memory leak found by CoverityAllen Winter2016-12-301-0/+1
* src/libical/icaltz-util.c - remove unreachable code, found by CoverityAllen Winter2016-12-301-5/+1
* icalderivedproperty.c.in, icalparser.c, icalrecur.c - minor found by splintAllen Winter2016-12-253-15/+14
* - handle properties which don't have "default" value typesKen Murchison2016-12-234-148/+176
* icalparameter.c - restore the castAllen Winter2016-12-231-6/+6
* Revert "icalparameter.c - cast to unsigned char for icalparameter_is_safe_char"Allen Winter2016-12-231-6/+6
* icalparameter.c - cast to unsigned char for icalparameter_is_safe_charAllen Winter2016-12-231-6/+6
* RFC6868 parameter value en/decodingKen Murchison2016-12-232-14/+118
* icalparser.c: make sure to return a NULL heap when parser_get_param_name_heap...Ken Murchison2016-12-221-0/+1
* * Signature changed for functions:Allen Winter2016-12-218-16/+12
* created new DATE-TIME-DATE type for those properties that accept both DATE-TI...Ken Murchison2016-12-202-11/+72
* Merge pull request #274 from ksuther/remove-deprecatedAllen Winter2016-12-198-91/+14
|\
| * Merge remote-tracking branch 'libical/master' into remove-deprecatedKent Sutherland2016-12-187-4/+54
| |\
| * | Remove deprecated icaltime_from_timetKent Sutherland2016-12-183-31/+7
| * | Remove deprecated icaltime_start_doy_of_weekKent Sutherland2016-12-182-19/+1
| * | Remove deprecated icalproperty_string_to_enum.Kent Sutherland2016-12-184-24/+3
| * | Remove deprecated icalproperty_remove_parameterKent Sutherland2016-12-184-17/+3
* | | icaltimezone.c - nul-terminate 'location' in fetch_lat_long_from_stringAllen Winter2016-12-191-0/+2
| |/ |/|
* | src/libical/icaltimezone.c - minor in fetch_lat_long_from_stringAllen Winter2016-12-181-2/+2
* | make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue...Allen Winter2016-12-184-2/+9
* | icalderivedvalue.c.in: icalvalue_new/set/get_binary() need to use v_attach da...Ken Murchison2016-12-182-0/+43
|/
* remove declared but unimplemented functionsAllen Winter2016-12-185-27/+0
* remove unused icalattachtypeAllen Winter2016-12-181-20/+0
* Set visibility of icalerrorenum to defaultKent Sutherland2016-12-171-0/+2
* icaltimezone.c - fix heap-use-after-free caused by fetch_lat_long_from_string()Allen Winter2016-12-151-10/+8
* src/libical/CMakeLists.txt - don't rebuild ical.h unconditionally.Allen Winter2016-12-141-9/+13
* icalrestriction.c.in, icalvalue.c - plug memory leaks found by CoverityAllen Winter2016-12-142-14/+14
* src/libical/icalparser.c - minor coding formatAllen Winter2016-12-131-6/+12
* icalparser.c: sanity check VALUE parameter against what is allowedKen Murchison2016-12-131-2/+67
* plug various memory leaks found by CoverityAllen Winter2016-12-055-38/+46
* 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
* 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
* deal with -WvarargsAllen Winter2016-11-282-0/+8