summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* icalvalue.c: don't leak RSCALE after parsing RRULEKen Murchison2017-08-041-0/+1
* Added icalcomponent/icalproperty normalization functionsKen Murchison2017-08-044-0/+309
* Initial VPATCH implementationKen Murchison2017-04-283-1/+22
* libicalvcal/vobject.c - in setVObjectUStringZValue() compute size properly.Allen Winter2017-04-141-1/+1
* icalrecur.c: typecast UCAL_UNKNOWN_ZONE_IDKen Murchison2017-02-241-1/+1
* Revert "icalrecur.c: don't use UCAL_UNKNOWN_ZONE_ID since its not UChar*"Ken Murchison2017-02-241-1/+1
* icalcomponent.c: properly handle recurring tasks with only due time, and all-...Ken Murchison2017-02-231-0/+12
* src/libical/icaltime.c - trivial coding style fixAllen Winter2017-01-311-1/+3
* icaltime_compare wouldn't compare correctly if one time had a zone set and on...Kent Sutherland2017-01-302-1/+24
* libical-glib-docs.xml.in - revert the "new symbols in" pagesAllen Winter2017-01-111-1/+3
* libical-glib/tools/xml-parser.c - print warnings to stderrAllen Winter2017-01-112-10/+22
* src/libicalvcal/vobject.c - fix memory leak and some minor improvementsAllen Winter2017-01-111-42/+66
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-067-18/+20
* add libical-glib docs for some new functionsAllen Winter2017-01-051-0/+16
* libical-glib - document and test recur iteratorAllen Winter2017-01-052-1/+32
* src/libical/icalrecur.c - minor fixes, found by Krazy and SplintAllen Winter2017-01-011-19/+15
* icalrecur.c: added icalrecur_iterator_set_start()Ken Murchison2017-01-016-99/+533
* icalrecur.c: some iterator cleanup/reorganizationKen Murchison2017-01-011-98/+60
* libicalss/icalspanlist.* - minor comment fixes for doxygen.Allen Winter2017-01-012-5/+5
* cleanup remaining comments about functions we decided not to deprecate.Allen Winter2017-01-015-31/+9
* icalvalue.c - plug a memory leak found by CoverityAllen Winter2016-12-301-0/+1
* src/libical/icaltz-util.c - remove unreachable code, found by CoverityAllen Winter2016-12-301-5/+1
* src/libical-glib/tools/generator.c - remove unneeded codeAllen Winter2016-12-301-1/+0
* icalderivedproperty.c.in, icalparser.c, icalrecur.c - minor found by splintAllen Winter2016-12-253-15/+14
* libical-glib/tools/generator.c - remove unused code, found by build-scanAllen Winter2016-12-251-79/+76
* - handle properties which don't have "default" value typesKen Murchison2016-12-235-158/+189
* regression.c: enabled and fixed test for RFC6868 parameter value encodingKen Murchison2016-12-231-7/+2
* icalparameter.c - restore the castAllen Winter2016-12-231-6/+6
* Revert "icalparameter.c - cast to unsigned char for icalparameter_is_safe_char"Allen Winter2016-12-231-6/+6
* libical-glib/CMakeLists.txt - minor formattingAllen Winter2016-12-231-1/+1
* icalparameter.c - cast to unsigned char for icalparameter_is_safe_charAllen Winter2016-12-231-6/+6
* RFC6868 parameter value en/decodingKen Murchison2016-12-232-14/+118
* icalparser.c: make sure to return a NULL heap when parser_get_param_name_heap...Ken Murchison2016-12-221-0/+1
* Merge pull request #277 from tintou/masterAllen Winter2016-12-211-0/+25
|\
| * Generate Vala vapi file on the goCorentin Noël2016-12-211-0/+25
* | * Signature changed for functions:Allen Winter2016-12-2126-178/+165
|/
* created new DATE-TIME-DATE type for those properties that accept both DATE-TI...Ken Murchison2016-12-203-15/+76
* libical-glib/component.py, property.py - follow removal of deprecatedAllen Winter2016-12-192-4/+5
* minor formattingAllen Winter2016-12-192-5/+8
* Merge pull request #274 from ksuther/remove-deprecatedAllen Winter2016-12-1924-186/+73
|\
| * Remove icalproperty_remove_parameter from i-cal-property.xmlKent Sutherland2016-12-181-5/+0
| * Remove icaltime_from_timet from i-cal-time.xmlKent Sutherland2016-12-181-6/+0
| * Merge remote-tracking branch 'libical/master' into remove-deprecatedKent Sutherland2016-12-1812-46/+106
| |\
| * | Remove deprecated icaltime_from_timetKent Sutherland2016-12-1812-87/+55
| * | Remove deprecated icaltime_start_doy_of_weekKent Sutherland2016-12-187-33/+5
| * | Remove deprecated icalproperty_string_to_enum.Kent Sutherland2016-12-186-30/+3
| * | Remove deprecated icalproperty_remove_parameterKent Sutherland2016-12-188-25/+10
* | | icaltimezone.c - nul-terminate 'location' in fetch_lat_long_from_stringAllen Winter2016-12-191-0/+2
| |/ |/|