| Commit message (Expand) | Author | Age | Files | Lines |
| * | icaltime_compare wouldn't compare correctly if one time had a zone set and on... | Kent Sutherland | 2017-01-30 | 1 | -0/+23 |
| * | buildsystem: setup feature_summary for icu, bdb and python3. | Allen Winter | 2017-01-06 | 4 | -7/+7 |
| * | libical-glib - document and test recur iterator | Allen Winter | 2017-01-05 | 1 | -0/+24 |
| * | icalrecur.c: added icalrecur_iterator_set_start() | Ken Murchison | 2017-01-01 | 4 | -95/+263 |
| * | - handle properties which don't have "default" value types | Ken Murchison | 2016-12-23 | 1 | -10/+13 |
| * | regression.c: enabled and fixed test for RFC6868 parameter value encoding | Ken Murchison | 2016-12-23 | 1 | -7/+2 |
| * | * Signature changed for functions: | Allen Winter | 2016-12-21 | 5 | -40/+37 |
| * | created new DATE-TIME-DATE type for those properties that accept both DATE-TI... | Ken Murchison | 2016-12-20 | 1 | -4/+4 |
| * | libical-glib/component.py, property.py - follow removal of deprecated | Allen Winter | 2016-12-19 | 2 | -4/+5 |
| * | minor formatting | Allen Winter | 2016-12-19 | 1 | -2/+4 |
| * | Merge remote-tracking branch 'libical/master' into remove-deprecated | Kent Sutherland | 2016-12-18 | 1 | -0/+7 |
| |\ |
|
| | * | Add setprops after add_test to try to fix Windows build failure | Kent Sutherland | 2016-12-18 | 1 | -1/+2 |
| | * | Run parser test on all the ics files in test-data | Kent Sutherland | 2016-12-18 | 1 | -0/+6 |
| * | | Remove deprecated icaltime_from_timet | Kent Sutherland | 2016-12-18 | 4 | -40/+32 |
| * | | Remove deprecated icaltime_start_doy_of_week | Kent Sutherland | 2016-12-18 | 1 | -2/+2 |
| |/ |
|
| * | Set visibility of icalerrorenum to default | Kent Sutherland | 2016-12-17 | 1 | -3/+0 |
| * | src/test/regression.c - fix a leak found by ASAN | Allen Winter | 2016-12-14 | 1 | -2/+0 |
| * | plug various memory leaks found by Coverity | Allen Winter | 2016-12-05 | 5 | -42/+64 |
| * | icalrecur_test.c: free RSCALE string | Ken Murchison | 2016-12-02 | 1 | -0/+2 |
| * | icaltestparser.c: don't leak parser and line buffer | Ken Murchison | 2016-12-02 | 1 | -0/+4 |
| * | src/test/regression.c - fix build with MSVC | Allen Winter | 2016-11-28 | 1 | -1/+2 |
| * | test/regression.c - test a really bad calendar that might cause a CVE | Allen Winter | 2016-11-28 | 1 | -0/+17 |
| * | test/regression.c, test/regression-cxx.cpp - plug some memory leaks | Allen Winter | 2016-11-27 | 2 | -6/+23 |
| * | src/test/process.c - plug memory leaks | Allen Winter | 2016-11-26 | 1 | -3/+4 |
| * | various cppcheck suppressions | Allen Winter | 2016-11-26 | 1 | -1/+7 |
| * | libical/icalerror.c, test/regression-utils.c - cppcheck suppressions | Allen Winter | 2016-11-26 | 1 | -0/+1 |
| * | lots of clang-tidy cleaning in the C++ wrapper code | Allen Winter | 2016-11-26 | 1 | -6/+6 |
| * | tools/generator.c, libicalvcal/vcc.c, test/timezones.c - cppcheck fixes | Allen Winter | 2016-11-26 | 1 | -1/+1 |
| * | fix problems found by -Wredundant-decls | Allen Winter | 2016-11-23 | 2 | -3/+0 |
| * | regression: fix boolean value tests | Ken Murchison | 2016-09-27 | 1 | -4/+5 |
| * | buildsystem - handle parallel builds when cross-compiling | Allen Winter | 2016-09-05 | 1 | -42/+21 |
| * | test/timezones.c - don't leak. handle case of empty zone_location | Allen Winter | 2016-09-03 | 1 | -0/+3 |
| * | test/testmime.c - handle case of nothing to read, found by scan-build | Allen Winter | 2016-09-03 | 1 | -1/+2 |
| * | test/stow.c - handle if mime_test returns NULL, found by scan-build | Allen Winter | 2016-09-03 | 1 | -3/+12 |
| * | Fixed comparison of float time with timezoned time | Stanislav Laznicka | 2016-08-28 | 1 | -0/+28 |
| * | test/regression.c - fix crash found by clang | Allen Winter | 2016-08-04 | 1 | -4/+4 |
| * | -Wwrite-strings | Allen Winter | 2016-08-03 | 12 | -87/+101 |
| * | fix some warnings found by cppcheck | Allen Winter | 2016-07-16 | 2 | -4/+11 |
| * | src/test/regression.c - fix by ignoring return values from mkdir() | Allen Winter | 2016-07-04 | 1 | -4/+4 |
| * | test/regression - fix a bunch Coverity issues. more needed though | Allen Winter | 2016-07-03 | 3 | -49/+45 |
| * | Merge branch 'glib' | Allen Winter | 2016-06-26 | 14 | -0/+1226 |
| |\ |
|
| | * | more pedantic fixes | Allen Winter | 2016-05-24 | 1 | -1/+1 |
| | * | src/test/libical-glib - detabify, coding-style, cleaning | Allen Winter | 2016-05-13 | 13 | -573/+567 |
| | * | cleaning, coding style, fixing FSF url | Allen Winter | 2016-05-11 | 1 | -1/+1 |
| | * | Check return value of gmtime_r() | Milan Crha | 2016-05-09 | 1 | -1/+3 |
| | * | Provide libical-glib, a GObject-based interface for libical with introspection | Milan Crha | 2016-04-26 | 14 | -0/+1232 |
| * | | Don't emit VALUE= parameter when the property contains the default value type | Ken Murchison | 2016-06-26 | 1 | -3/+23 |
| * | | more pedantic fixes | Allen Winter | 2016-05-24 | 1 | -1/+1 |
| * | | Check return value of gmtime_r() | Milan Crha | 2016-05-09 | 1 | -1/+3 |
| |/ |
|
| * | recur.c, testvcal.c - use TEST_DATADIR to point to the test data | Allen Winter | 2016-03-24 | 2 | -2/+2 |