summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '20180302_MemoryManagement' into mem-managemem-manageMarkus Minichmayr2018-03-151-1/+1
|\
| * Fixed memory management (free()) in mkderivedparameters.pl script.Markus Minichmayr2018-03-151-1/+1
* | Merge branch 'tapkey-20180302_MemoryManagement' into mem-manageAllen Winter2018-03-1436-265/+818
|\ \ | |/
| * Added test that test a limited set of functionality (around icalcomponent_for...Markus Minichmayr2018-03-071-0/+102
| * Made icalarray, icalcomponent, icaltimezone and others more robust against ou...Markus Minichmayr2018-03-076-17/+70
| * Tests: Introduced custom memory allocation functions that allow testing for c...Markus Minichmayr2018-03-075-4/+224
| * Made memory management functions configurable.Markus Minichmayr2018-03-0710-17/+162
| * Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2018-03-0725-232/+265
|/
* Merge pull request #330 from niw/fix_icalparser_line_gen_func_typedefKen Murchison2018-03-052-5/+5
|\
| * FIX: icalparser_line_gen_func is not declared as a pointer.Yoshimasa Niwa2018-03-052-5/+5
|/
* Merge branch '3.0'Allen Winter2018-03-031-2/+4
|\
| * scripts/buildtests.sh - follow newer splint versionAllen Winter2018-03-031-2/+4
* | Merge pull request #300 from xfbs/icalparser-line-gen-func-typedefKen Murchison2018-03-012-7/+7
|\ \
| * | libical/icalparser.{c,h} - creates typedef for line_gen_funcPatrick Elsen2017-07-122-7/+7
* | | Merge pull request #329 from ksuther/recur_iterator_date_regressionKen Murchison2018-03-011-0/+12
|\ \ \
| * | | Regression to demonstrate icalrecur_iterator_next is returning icaltimetype s...Kent Sutherland2018-02-281-0/+12
* | | | icalcomponent.c: when setting start time in icalcomponent_foreach_recurrence(...Ken Murchison2018-03-011-1/+7
* | | | icalrecur.c: make sure that the recurrences have the same date/time format as...Ken Murchison2018-03-011-2/+5
* | | | icalcomponent.c: skip unwanted recurrences in icalcomponent_foreach_recurrenc...Ken Murchison2018-02-281-4/+7
|/ / /
* | | Merge branch '3.0'Allen Winter2018-02-271-0/+1
|\ \ \ | | |/ | |/|
| * | CMakeLists.txt, ReleaseNotes.txt - prep for v3.0.3 releasev3.0.3Allen Winter2018-02-272-1/+2
| * | icalrecur.c: fixes for icalrecur_iterator_set_start() - issue #291Ken Murchison2018-02-271-145/+103
* | | Merge branch 'master' of github.com:libical/libicalKen Murchison2018-02-265-140/+142
|\ \ \
| * | | ReadMe.txt - and againAllen Winter2018-02-241-1/+1
| * | | ReadMe.txt - fix tiny badge lineAllen Winter2018-02-241-4/+1
| * | | ReadMe.txt - more RFC info, add Appveyor tiny badgeAllen Winter2018-02-241-4/+9
| * | | Update ReadMe.txtAllen Winter2018-02-241-1/+1
| * | | Update ReadMe.txtAllen Winter2018-02-241-1/+1
| * | | Merge branch '3.0'Allen Winter2018-02-231-1/+3
| |\ \ \ | | |/ /
| | * | src/test/regression.c - fix compile with older MSVC versionsAllen Winter2018-02-231-1/+3
| * | | Merge branch '3.0'Allen Winter2018-02-231-126/+124
| |\ \ \ | | |/ /
| | * | src/test/regression.c - silence unused parameters warning. fix coding styleAllen Winter2018-02-231-126/+124
| | * | icalcomponent.c: cleanup line wrapping and comments in icalcomponent_foreach_...Ken Murchison2018-02-231-28/+34
| | * | Added regression tests for icalcomponent_foreach_recurrence().Markus Minichmayr2018-02-231-0/+145
| | * | Fixed https://github.com/libical/libical/issues/325 "icalcomponent_foreach_re...Markus Minichmayr2018-02-231-8/+6
| * | | Merge branch '3.0'Allen Winter2018-02-231-3/+3
| |\ \ \ | | |/ /
| | * | ReleaseNotes.txt - note that COMPLETED can be DATE againAllen Winter2018-02-231-3/+3
| * | | Merge branch '3.0'Allen Winter2018-02-232-7/+7
| |\ \ \ | | |/ /
| | * | design-data/properties.csv - allow COMPLETED property to be a date or datetimeAllen Winter2018-02-191-1/+1
| | * | Enable libical-glib API indexes in gtk-docMilan Crha2018-02-181-6/+6
* | | | icalrecur.c: fixes for icalrecur_iterator_set_start() - issue #291Ken Murchison2018-02-261-145/+103
|/ / /
* | | icalcomponent.c: cleanup line wrapping and comments in icalcomponent_foreach_...Ken Murchison2018-02-221-28/+34
* | | Merge pull request #326 from tapkey/issue-325-foreachKen Murchison2018-02-222-8/+151
|\ \ \
| * | | Added regression tests for icalcomponent_foreach_recurrence().Markus Minichmayr2018-02-201-0/+145
| * | | Fixed https://github.com/libical/libical/issues/325 "icalcomponent_foreach_re...Markus Minichmayr2018-02-191-8/+6
|/ / /
* | | Merge branch '3.0'Allen Winter2018-02-178-14/+23
|\ \ \ | |/ /
| * | ReleaseNotes.txt - update for 3.0.2 releasev3.0.2Allen Winter2018-02-171-0/+1
| * | CMakeLists.txt - this will be version 3.0.2Allen Winter2018-02-171-1/+1
| * | src/lib*/CMakeLists.txt - Windows/ninja: use target property PREFIXAllen Winter2018-02-174-12/+12
| * | cmake/modules/FindICU.cmake - search for bin64 and lib64 foldersAllen Winter2018-02-171-0/+4