summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regression.c: Added tests for UNTIL + COUNTrrule_until+countKen Murchison2019-06-061-0/+21
* icalrecur.c: Return a NULL string if RRULE contains both UNTIL and COUNTKen Murchison2019-06-061-0/+4
* Don't allow both COUNT and UNTIL in RRULEKen Murchison2019-05-262-1/+8
* Fix for issue #376Ken Murchison2019-05-183-0/+25
* Include invalid parameters in the maximum number of allowed parameters Fixes ...Kent Sutherland2019-05-171-0/+1
* Change the icalarray wrapper and update the array.py testMilan Crha2019-05-162-47/+52
* Fix the implementation of the i_cal_value_decode_ical_string() wrapperMilan Crha2019-05-161-4/+4
* scripts/buildtests.sh - test more build option combinationsAllen Winter2019-05-151-0/+5
* ReleaseNotes.txt - final for release 3.0.5Allen Winter2019-05-141-10/+10
* src/libical/icalvalue.c,src/test/regression.c - fix an overrunMilan Crha2019-05-142-3/+49
* Fix a use after freeKent Sutherland2019-05-131-0/+1
* Cap the number of parameters and properties to prevent unbounded memory usage...Kent Sutherland2019-05-131-2/+6
* Revert "Set a maximum length per line before calling icalparser_add_line This...Kent Sutherland2019-05-131-10/+1
* Revert "src/libical/icalparser.c - include <string.h>"Kent Sutherland2019-05-132-4/+2
* Revert "libical/icalparser.c - another attempt to make Coverity happy"Allen Winter2019-05-121-0/+4
* ReleaseNotes.txt - mention defuzzAllen Winter2019-05-121-1/+2
* src/libical/icalparser.c - include <string.h>Allen Winter2019-05-122-2/+4
* Set a maximum length per line before calling icalparser_add_line This provide...Kent Sutherland2019-05-121-1/+10
* Reset the parser level to 0 when encountering a line with END before BEGIN Fi...Kent Sutherland2019-05-121-2/+9
* ReleaseNotes.txt - add dates for all the Version sectionsAllen Winter2019-05-111-17/+21
* .travis.yml - add a dist for xenialAllen Winter2019-05-111-0/+1
* set travis to use a more modern ubuntu (xenial)Allen Winter2019-05-112-5/+1
* more travis changes trying to get it to find cmake 3.11Allen Winter2019-05-112-8/+4
* scripts/setup-travis.sh - install cmake 3.11.0Allen Winter2019-05-111-0/+4
* CMakeLists.txt - bump minimum cmake version to 3.11.0Allen Winter2019-05-113-2/+3
* ReleaseNotes.txt - updateAllen Winter2019-05-111-1/+2
* update zoneinfo to tzdata2019aAllen Winter2019-05-11593-1492/+1486
* improve testing for icalproperty_get_datetime_with_compoment()Milan Crha2019-05-114-11/+40
* Merge branch 'tintou/libical-glib-fixes'Allen Winter2019-05-0134-339/+330
|\
| * [libical-glib] Use libical-glib enums in the code and developer comments of i...tintou/libical-glib-fixesMilan Crha2019-04-301-60/+60
| * [libical-glib] Remove langbind as it is already covered by the introspection ...Corentin Noël2019-04-303-84/+0
| * [libical-glib] Respect the gobject naming conventionsCorentin Noël2019-04-3027-167/+203
| * [libical-glib] Add annotations and delegates to the mime parserCorentin Noël2019-04-301-6/+15
| * [libical-glib] Add annotations and delegates to the parserCorentin Noël2019-04-301-15/+16
| * [libical-glib] Add annotations for i_cal_memory_ functionsCorentin Noël2019-04-301-7/+7
| * [libical-glib] Allow to create ICalAttach from GBytesCorentin Noël2019-04-301-0/+18
| * [libical-glib] Use metadata file for Vala bindingsCorentin Noël2019-04-302-0/+11
|/
* icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_w...Allen Winter2019-04-283-0/+47
* cmake/modules/FindICU.cmake - fix a minor CMake warningAllen Winter2019-04-261-1/+1
* vcomponent_cxx.cpp - no need to check for NULL before 'delete'Allen Winter2019-04-261-3/+1
* Address some issues reported by static analyzers (Coverity Scan, clang)Milan Crha2019-04-263-16/+14
* Mark ICalTimezone arguments in ICalTime as nullableMilan Crha2019-04-231-9/+9
* various - doc for icalproperty_get_datetime_with_component()Allen Winter2019-04-204-3/+33
* no longer use or discuss LIBICAL_GLIB_UNSTABLE_APIAllen Winter2019-04-132-9/+0
* [libical-glib] Add icalrecur_iterator_set_end() wrapper definitionMilan Crha2019-04-101-0/+6
* Merge branch 'tapkey-iterator-performance-next_year'Allen Winter2019-04-081-5/+4
|\
| * icalrecur.c - minor compile warning and coding styleAllen Winter2019-04-081-5/+4
| * Merge branch 'iterator-performance-next_year' of https://github.com/tapkey/li...Allen Winter2019-04-081-2/+65
| |\
* | | ReleaseNotes.txt - mention improved recurrence iterator performanceAllen Winter2019-04-081-0/+1
* | | Merge pull request #336 from tapkey/iterator-performance-next_yearAllen Winter2019-04-081-2/+65
|\ \ \ | |/ / |/| / | |/