| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '3.0' | Allen Winter | 2022-06-02 | 1 | -2/+5 |
|\ |
|
| * | src/libical/icalvalue.c - fix format-truncation warning | Allen Winter | 2022-06-02 | 1 | -2/+5 |
* | | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun... | Markus Minichmayr | 2022-01-22 | 1 | -18/+18 |
* | | LOCATION-TYPE is a multivalued property | Ken Murchison | 2022-01-18 | 1 | -1/+2 |
* | | Merge branch '3.0' | Allen Winter | 2020-07-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix duplicate word typos | Michael McClurg | 2020-07-18 | 1 | -2/+2 |
| * | various - use https instead of http where we can | Allen Winter | 2019-12-14 | 1 | -5/+4 |
| * | Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotations | Milan Crha | 2019-10-15 | 1 | -1/+7 |
| * | src/libical/icalvalue.c,src/test/regression.c - fix an overrun | Milan Crha | 2019-05-14 | 1 | -3/+6 |
* | | various - use https instead of http where we can | Allen Winter | 2019-12-14 | 1 | -5/+4 |
* | | Let icalattach_new_from_data() use the 'free_fn' argument again | Milan Crha | 2019-10-20 | 1 | -1/+7 |
* | | Deprecate foo_new_clone() in favor of foo_clone() | Emiel Bruijntjes | 2019-05-26 | 1 | -1/+6 |
* | | src/libical/icalvalue.c,src/test/regression.c - fix an overrun | Milan Crha | 2019-05-14 | 1 | -3/+6 |
|/ |
|
* | icalvalue.c - in simple_str_to_double(), look for NUL chars | Allen Winter | 2019-01-12 | 1 | -7/+5 |
* | icalvalue.c, sspm.c - fallthrough comments | Allen Winter | 2018-01-20 | 1 | -0/+1 |
* | icalparameter.c, icalvalue.c - plug memory leaks found by clang-analyzer | Allen Winter | 2017-10-02 | 1 | -0/+3 |
* | icalvalue.c: don't leak RSCALE after parsing RRULE | Ken Murchison | 2017-08-04 | 1 | -0/+1 |
* | Relicense to MPL 2.0 instead of MPL 1.0 | Allen Winter | 2017-05-07 | 1 | -2/+2 |
* | icalvalue.c - plug a memory leak found by Coverity | Allen Winter | 2016-12-30 | 1 | -0/+1 |
* | make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue... | Allen Winter | 2016-12-18 | 1 | -0/+2 |
* | icalrestriction.c.in, icalvalue.c - plug memory leaks found by Coverity | Allen Winter | 2016-12-14 | 1 | -7/+8 |
* | plug various memory leaks found by Coverity | Allen Winter | 2016-12-05 | 1 | -12/+13 |
* | icalrecur.c, icalvalue.c: RSCALE field in icalrecurrencetype can't be allocat... | Ken Murchison | 2016-11-22 | 1 | -3/+2 |
* | icalvalue: properly parse and output boolean valued properties | Ken Murchison | 2016-09-26 | 1 | -6/+23 |
* | use cmake discovery for GetNumberFormat() | Allen Winter | 2015-12-27 | 1 | -2/+2 |
* | Change RFC2445/2446 references to RFC5545/5546 | Ken Murchison | 2015-08-18 | 1 | -2/+2 |
* | icalvalue.c - icalvalue_new_from_string_with_error() improve warning | Allen Winter | 2015-06-01 | 1 | -2/+5 |
* | src/libical - consistent coding style enforced | Allen Winter | 2015-05-31 | 1 | -717/+680 |
* | small Splint fixes | Allen Winter | 2015-05-19 | 1 | -1/+1 |
* | make print_date_to_string and parser_datetime_to_string library external | Allen Winter | 2015-05-19 | 1 | -9/+5 |
* | Coverity Scan and Splint fixes | Allen Winter | 2015-05-09 | 1 | -10/+9 |
* | hide all symbols by default. make symbols visible only as needed. | Allen Winter | 2015-05-05 | 1 | -7/+5 |
* | remove all the ifdef UNCLEAN blocks | Allen Winter | 2015-05-03 | 1 | -29/+4 |
* | WIP: more include file cleaning | Allen Winter | 2015-04-30 | 1 | -1/+0 |
* | massive include file cleaning. partially done | Allen Winter | 2015-04-27 | 1 | -538/+543 |
* | remove ICAL_FREE_ON_LIST_IS_ERROR conditional compilation | Allen Winter | 2015-04-18 | 1 | -8/+3 |
* | Updated VPOLL to draft-york-vpoll-03 (restrictions are still a work in progress) | Ken Murchison | 2015-01-20 | 1 | -0/+4 |
* | fix issue74: Do not escape double character " to \" | Allen Winter | 2014-09-20 | 1 | -4/+9 |
* | eliminate compiler warnings found by gcc on Cygwin | Allen Winter | 2014-09-08 | 1 | -4/+4 |
* | Eliminate many compiler warnings from gcc | Allen Winter | 2014-09-07 | 1 | -7/+0 |
* | icalvalue.c: properly handle UTCOFFSETs of the form +/-00mmss | Ken Murchison | 2014-08-27 | 1 | -1/+1 |
* | Include seconds in the UTC-OFFSET string if seconds is positive or negative, ... | Kent Sutherland | 2014-06-02 | 1 | -1/+1 |
* | Re-arrange after svn to git conversion | Allen Winter | 2014-05-31 | 1 | -0/+1585 |