summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libical-glib: Add get_zone_directory3.0Jan Tojnar2023-03-243-5/+21
* misc: Update sources to more modern CMilan Crha2022-11-1320-106/+105
* regression-cxx.cpp: fix test by explicitly setting errnoSergei Trofimovich2022-11-051-0/+1
* regression: avoid SIGSEGV in test_timezone_from_builtin()Sergei Trofimovich2022-11-051-0/+4
* src/libicalvcal/CMakeLists.txt - minor coding styleAllen Winter2022-10-251-4/+4
* Escape comma in x-property TEXT valuesRobert Stepanek2022-10-252-1/+18
* Fix regression test function name mix-upRobert Stepanek2022-10-251-2/+2
* disable so versions for Androidheinzchen2022-10-245-29/+42
* Revert "icalparser.c - add protection against fuzz"Allen Winter2022-10-171-6/+2
* regrression.c: Extend test_icaltime_as_timet.Markus Minichmayr2022-10-111-0/+32
* icaltime_as_timet: Support dates staring with year 1902 also for 32-bit time_...Markus Minichmayr2022-10-112-2/+11
* make sure files end with a newline (end-of-file-fixer)Allen Winter2022-10-1014-15/+1
* fix trailing-whitespace issuesAllen Winter2022-10-1017-207/+207
* Revert "src/libical/icalparser.c - fix a fuzz issue for integer overflow"Allen Winter2022-10-101-3/+1
* fix problem found with gcc fortify buildsAllen Winter2022-10-073-3/+3
* fix a few resource leaks in the tests and examplesAllen Winter2022-10-062-14/+9
* codespelling fixesAllen Winter2022-10-056-7/+7
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-0511-28/+30
* icalcomponent_vanew - document passing NULL as final argumentissue585Allen Winter2022-10-053-11/+5
* Merge branch '3.0' into issue585Allen Winter2022-10-052-6/+0
|\
| * ensure compiler warning checks for varargs, where available.Allen Winter2022-10-052-6/+0
* | src/test/regression.c - test_icalcomponent_with_lastmodifiedAllen Winter2022-10-051-2/+13
* | Merge branch '3.0' into issue585Allen Winter2022-10-048-23/+40
|\ \ | |/
| * add clang diagnostic pragmas to quiet unreachable-code warningsAllen Winter2022-10-032-2/+7
| * suppress some coverity issuesAllen Winter2022-10-032-9/+19
| * fix coverity warnings - mostly related to YEAR2038 issuesAllen Winter2022-10-014-11/+11
| * src/libical/icalparser.c - fix a fuzz issue for integer overflowAllen Winter2022-10-011-1/+3
* | regression.c - add test for segfault in icalcomponent_vanew with lastmodified...Allen Winter2022-10-011-2/+18
|/
* icalparser.c - add protection against fuzzAllen Winter2022-09-291-2/+6
* Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-243-2/+34
* Fixes to x-property comma handling and escapingKent Sutherland2022-09-243-3/+23
* improve doxgen documentation. fix doxygen warningsAllen Winter2022-06-0914-194/+194
* libical-glib/api/i-cal-time.xml - improve i_cal_time_compare docAllen Winter2022-06-071-1/+1
* icaltime.c - icaltime_days_in_month - ensure a valid monthAllen Winter2022-06-021-1/+3
* src/libical/icalvalue.c - fix format-truncation warningAllen Winter2022-06-021-2/+5
* Add missing property parameters into libical-glibMilan Crha2022-04-271-0/+107
* icalenums.c - ensure we can't overflow request_status_mapAllen Winter2022-03-061-5/+10
* icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-222-0/+23
* src/libical/icalderivedvalue.c.in - minor coding styleAllen Winter2022-01-201-3/+4
* icalvalue: Reset non-UTC icaltimetype::zone on setMilan Crha2022-01-192-0/+99
* src/test/regression-component.c - fix compile warningAllen Winter2022-01-161-1/+1
* src/libicalss/icalbdbset.c - fix the Krazy excludeAllen Winter2022-01-161-1/+1
* config.h.cmake, icalbdbset.c - fix compile with BDB on WindowsAllen Winter2022-01-161-0/+4
* icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-153-22/+127
* Add include path to the exported target definitionNicolas Fella2022-01-151-0/+2
* Fix a crash in cleanVObject on invalid valuesMilan Crha2021-12-062-2/+50
* lots of spelling fixes found by codespellAllen Winter2021-11-2843-1029/+1029
* Merge pull request #530 from wrobelda/libical_glib_fixAllen Winter2021-11-271-5/+5
|\
| * Fix building libical-glib when STATIC_ONLY is enabled.Dawid Wróbel2021-11-251-5/+5
* | libical-glib: Get rid of all the allow-none annotationsCorentin Noël2021-11-2012-64/+63