summaryrefslogtreecommitdiff
path: root/src/libical/icalcomponent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+2692