| Commit message (Expand) | Author | Age | Files | Lines |
| * | libical/icalcomponent.c, libical/icalcomponent.h - fix Windows build | Allen Winter | 2017-10-22 | 1 | -8/+8 |
| * | Merge branch 'vpatch' | Ken Murchison | 2017-10-21 | 1 | -0/+210 |
| |\ |
|
| | * | icalcomponent.c: sort VTIMEZONEs first when normalizing | Ken Murchison | 2017-10-20 | 1 | -0/+3 |
| | * | fix typo in prop_compare() which prevented X- properties from being sorted pr... | Ken Murchison | 2017-08-19 | 1 | -1/+1 |
| | * | Added icalcomponent/icalproperty normalization functions | Ken Murchison | 2017-08-04 | 1 | -0/+192 |
| | * | Initial VPATCH implementation | Ken Murchison | 2017-04-28 | 1 | -0/+15 |
| * | | Relicense to MPL 2.0 instead of MPL 1.0 | Allen Winter | 2017-05-07 | 1 | -2/+2 |
| |/ |
|
| * | icalcomponent.c: properly handle recurring tasks with only due time, and all-... | Ken Murchison | 2017-02-23 | 1 | -0/+12 |
| * | cleanup remaining comments about functions we decided not to deprecate. | Allen Winter | 2017-01-01 | 1 | -1/+0 |
| * | * Signature changed for functions: | Allen Winter | 2016-12-21 | 1 | -1/+0 |
| * | make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue... | Allen Winter | 2016-12-18 | 1 | -2/+0 |
| * | deal with -Wvarargs | Allen Winter | 2016-11-28 | 1 | -0/+4 |
| * | icalarray.c, icalcomponent.c, icaltimezone.c - icalarray_free fixes | Allen Winter | 2016-11-26 | 1 | -1/+4 |
| * | fix some warnings found by cppcheck | Allen Winter | 2016-07-16 | 1 | -0/+4 |
| * | Change RFC2445/2446 references to RFC5545/5546 | Ken Murchison | 2015-08-18 | 1 | -2/+2 |
| * | Use memset to zero the allocated memory instead of naming each field individu... | Kent Sutherland | 2015-08-10 | 1 | -5/+2 |
| * | icalcomponent.[ch]: define icalproperty_get_parent() as an external symbol to... | Ken Murchison | 2015-07-08 | 1 | -1/+0 |
| * | src/libical - consistent coding style enforced | Allen Winter | 2015-05-31 | 1 | -1189/+1025 |
| * | icalcomponent.c - use LONG_MAX for maxtime on 64bit time_t situations. | Allen Winter | 2015-05-19 | 1 | -3/+6 |
| * | more staticness | Allen Winter | 2015-05-10 | 1 | -1/+1 |
| * | static symbols for local functions that were never exported | Allen Winter | 2015-05-10 | 1 | -2/+1 |
| * | fix a few Coverity Scan issues | Allen Winter | 2015-05-09 | 1 | -6/+3 |
| * | cleanup _unused() function variables | Allen Winter | 2015-05-07 | 1 | -1/+1 |
| * | remove all the ifdef UNCLEAN blocks | Allen Winter | 2015-05-03 | 1 | -15/+0 |
| * | icalarray,icalcomponent,icaltimezone - modernize, int's -> size_t's | Allen Winter | 2015-05-01 | 1 | -29/+22 |
| * | WIP: more include file cleaning | Allen Winter | 2015-04-30 | 1 | -0/+19 |
| * | fix compile with clang on linux | Allen Winter | 2015-04-28 | 1 | -2/+2 |
| * | massive include file cleaning. partially done | Allen Winter | 2015-04-27 | 1 | -702/+687 |
| * | remove ICAL_FREE_ON_LIST_IS_ERROR conditional compilation | Allen Winter | 2015-04-18 | 1 | -18/+9 |
| * | Updated VPOLL to draft-york-vpoll-03 (restrictions are still a work in progress) | Ken Murchison | 2015-01-20 | 1 | -1/+11 |
| * | remove execute permissions | Allen Winter | 2014-08-14 | 1 | -0/+0 |
| * | Merge commit 'a7fee078459d5382e19d7c79722879d34e4abb7d' | Allen Winter | 2014-06-28 | 1 | -0/+0 |
| |\ |
|
| | * | fix build with MSVC2012 | Allen Winter | 2014-06-09 | 1 | -3/+3 |
| * | | fix for icalcomponent_foreach_recurrence() and large durations between recurr... | Ken Murchison | 2014-06-26 | 1 | -7/+8 |
| * | | icalcomponent.c - remove execute bit | Allen Winter | 2014-06-20 | 1 | -0/+0 |
| * | | fix build with MSVC2012 | Allen Winter | 2014-06-09 | 1 | -3/+3 |
| |/ |
|
| * | icalcomponent_set_due now updates the TZID parameter of the due property, sim... | Kent Sutherland | 2014-06-02 | 1 | -2/+7 |
| * | Re-arrange after svn to git conversion | Allen Winter | 2014-05-31 | 1 | -0/+2692 |