summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix build on Windows (where ssize_t must be defined)Allen Winter2014-07-142-21/+26
* strstriplt(): minor. add a comment and cleanup indentingAllen Winter2014-07-131-6/+8
* Merge commit '2663a34b535bdcf0663e0cd99bf004beaa94debc'Allen Winter2014-06-281-1/+1
|\
| * Fixed clang warnings about missing initializers for icalfileset_options structs.Kent Sutherland2014-06-195-6/+6
| * CID: 66822 Copy into fixed size bufferKent Sutherland2014-06-091-1/+1
* | Merge commit 'a7fee078459d5382e19d7c79722879d34e4abb7d'Allen Winter2014-06-286-34/+13
|\ \ | |/
| * Removed a dead store flagged by the clang static analyzer.Kent Sutherland2014-06-091-3/+1
| * fix build with MSVC2012Allen Winter2014-06-092-4/+5
| * Merge branch 'master' into coverity_scanAllen Winter2014-06-094-11/+11
| |\
| * | CID: 66755, 66753, 66752 remove logically dead codeAllen Winter2014-06-083-27/+7
| * | CID: 66763 fix nesting level does not match indentationAllen Winter2014-06-071-4/+5
* | | fix for icalcomponent_foreach_recurrence() and large durations between recurr...Ken Murchison2014-06-261-7/+8
* | | Allow dates > 2038 if sizeof(time_t) > 4Ken Murchison2014-06-262-5/+13
* | | icalcomponent.c - remove execute bitAllen Winter2014-06-201-0/+0
* | | Initialize num_types to 0 to silence a clang warning.Kent Sutherland2014-06-161-3/+3
* | | cast to ssize_t instead of int.Kent Sutherland2014-06-112-3/+3
* | | Explicitly cast strlen to an int.Kent Sutherland2014-06-101-1/+1
* | | Changed import of icalerror.h and icaltz-util.h to look for icalerror.h locally.Kent Sutherland2014-06-101-2/+2
* | | Removed unused variables from icaltzutil_fetch_timezone.Kent Sutherland2014-06-091-22/+3
* | | Added explicit casts to silence sign-compare warnings.Kent Sutherland2014-06-095-6/+6
* | | Cleaned up unused variable and sign comparison warnings in icalarray.c.Kent Sutherland2014-06-091-5/+2
* | | Fixed an unused variable warning. die_on_errors_set isn't ever called, so we ...Kent Sutherland2014-06-091-1/+1
* | | Fixed clang warnings about missing initializers for icalfileset_options structs.Kent Sutherland2014-06-095-6/+6
* | | fix build with MSVC2012Allen Winter2014-06-092-4/+5
| |/ |/|
* | Remove a test that uses icaltime_as_timet_with_zone to perform a nonsensical ...Kent Sutherland2014-06-061-4/+1
* | Changed comments for clarity.Kent Sutherland2014-06-062-2/+2
* | Regression test now returns a non-zero exit code if a test fails.Kent Sutherland2014-06-063-5/+8
|/
* Merge pull request #164 from moben/masterAllen Winter2014-06-041-9/+1
|\
| * build gir from correct libicalBenedikt Morbach2014-06-041-9/+1
* | Merge pull request #163 from ksuther/apple-structured-location-workaroundAllen Winter2014-06-031-1/+16
|\ \ | |/ |/|
| * Don't hardcode the length of the X-APPLE-STRUCTURE-LOCATION property name in ...Kent Sutherland2014-06-031-2/+5
| * Adding a workaround for X-APPLE-STRUCTURED-LOCATION, which uses a comma to se...Kent Sutherland2014-06-021-0/+12
* | Better handling of invalid TZIDs that look like GMT+05:00Kent Sutherland2014-06-021-5/+19
* | icaltime_convert_to_zone now works correctly if the incoming time is in UTC t...Kent Sutherland2014-06-021-2/+8
* | icalcomponent_set_due now updates the TZID parameter of the due property, sim...Kent Sutherland2014-06-021-2/+7
* | Include seconds in the UTC-OFFSET string if seconds is positive or negative, ...Kent Sutherland2014-06-021-1/+1
* | Using icalvalue_new instead of icalvalue_new_text to create a typeless value ...Kent Sutherland2014-06-021-1/+1
|/
* fix warnings -Wsizeof-pointer-memaccessAllen Winter2014-06-012-10/+10
* remove a compiler warning by casting to ptrdiff_tAllen Winter2014-06-011-2/+2
* change links from freeassociation.sourceforge.net to libical.github.ioAllen Winter2014-05-311-1/+1
* Re-arrange after svn to git conversionAllen Winter2014-05-31272-0/+88041