summaryrefslogtreecommitdiff
path: root/src/libical/icalcomponent.c
Commit message (Expand)AuthorAgeFilesLines
* various - use https instead of http where we canAllen Winter2019-12-141-3/+3
* icalproperty.c, icalcomponent.c - minor coding styleAllen Winter2019-10-191-2/+1
* icalcomponent.c, icalproperty.c: Rewrite of normalization code to (hopefully)...Ken Murchison2019-10-191-21/+24
* icalcomponent.c: need to orphan the props before removal during normalizationKen Murchison2019-08-101-0/+2
* icalcomponent.c: move test for zero parameters outside of the switch statemen...Ken Murchison2019-08-101-42/+41
* icalcomponent_normalize: avoid memory leaksBron Gondwana2019-08-071-0/+6
* TZID on DATE-TIME value can override time specified in UTCMilan Crha2018-08-041-42/+5
* libical/icalcomponent.c, test/stow.c - fix minor compiler warningsAllen Winter2018-07-211-1/+1
* icalcomponent.c - fix icalcomponent_set_uid() and icalcomponent_set_comment()Allen Winter2018-04-281-2/+2
* icalcomponent.c: when setting start time in icalcomponent_foreach_recurrence(...Ken Murchison2018-03-011-1/+7
* icalcomponent.c: skip unwanted recurrences in icalcomponent_foreach_recurrenc...Ken Murchison2018-02-281-4/+7
* icalcomponent.c: cleanup line wrapping and comments in icalcomponent_foreach_...Ken Murchison2018-02-221-28/+34
* Fixed https://github.com/libical/libical/issues/325 "icalcomponent_foreach_re...Markus Minichmayr2018-02-191-8/+6
* libical/icalcomponent.c, libical/icalcomponent.h - fix Windows buildAllen Winter2017-10-221-8/+8
* Merge branch 'vpatch'Ken Murchison2017-10-211-0/+210
|\
| * 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
| * Added icalcomponent/icalproperty normalization functionsKen Murchison2017-08-041-0/+192
| * Initial VPATCH implementationKen Murchison2017-04-281-0/+15
* | Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-2/+2
|/
* icalcomponent.c: properly handle recurring tasks with only due time, and all-...Ken Murchison2017-02-231-0/+12
* cleanup remaining comments about functions we decided not to deprecate.Allen Winter2017-01-011-1/+0
* * Signature changed for functions:Allen Winter2016-12-211-1/+0
* make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue...Allen Winter2016-12-181-2/+0
* deal with -WvarargsAllen Winter2016-11-281-0/+4
* icalarray.c, icalcomponent.c, icaltimezone.c - icalarray_free fixesAllen Winter2016-11-261-1/+4
* fix some warnings found by cppcheckAllen Winter2016-07-161-0/+4
* Change RFC2445/2446 references to RFC5545/5546Ken Murchison2015-08-181-2/+2
* Use memset to zero the allocated memory instead of naming each field individu...Kent Sutherland2015-08-101-5/+2
* icalcomponent.[ch]: define icalproperty_get_parent() as an external symbol to...Ken Murchison2015-07-081-1/+0
* src/libical - consistent coding style enforcedAllen Winter2015-05-311-1189/+1025
* icalcomponent.c - use LONG_MAX for maxtime on 64bit time_t situations.Allen Winter2015-05-191-3/+6
* more staticnessAllen Winter2015-05-101-1/+1
* static symbols for local functions that were never exportedAllen Winter2015-05-101-2/+1
* fix a few Coverity Scan issuesAllen Winter2015-05-091-6/+3
* cleanup _unused() function variablesAllen Winter2015-05-071-1/+1
* remove all the ifdef UNCLEAN blocksAllen Winter2015-05-031-15/+0
* icalarray,icalcomponent,icaltimezone - modernize, int's -> size_t'sAllen Winter2015-05-011-29/+22
* WIP: more include file cleaningAllen Winter2015-04-301-0/+19
* fix compile with clang on linuxAllen Winter2015-04-281-2/+2
* massive include file cleaning. partially doneAllen Winter2015-04-271-702/+687
* remove ICAL_FREE_ON_LIST_IS_ERROR conditional compilationAllen Winter2015-04-181-18/+9
* Updated VPOLL to draft-york-vpoll-03 (restrictions are still a work in progress)Ken Murchison2015-01-201-1/+11
* remove execute permissionsAllen Winter2014-08-141-0/+0
* Merge commit 'a7fee078459d5382e19d7c79722879d34e4abb7d'Allen Winter2014-06-281-0/+0
|\
| * fix build with MSVC2012Allen Winter2014-06-091-3/+3
* | fix for icalcomponent_foreach_recurrence() and large durations between recurr...Ken Murchison2014-06-261-7/+8
* | icalcomponent.c - remove execute bitAllen Winter2014-06-201-0/+0
* | fix build with MSVC2012Allen Winter2014-06-091-3/+3
|/
* icalcomponent_set_due now updates the TZID parameter of the due property, sim...Kent Sutherland2014-06-021-2/+7