summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/libical/icaltimezone.c - fix threading problems on BSD-type systemsfixthreadingAllen Winter2018-01-271-22/+2
* CMakeLists.txt - handle clang COMPILER_ID on Mac is "AppleClang".Allen Winter2018-01-211-6/+6
* scripts/buildtests.sh - cmake -DICAL_BUILD_DOCS=FalseAllen Winter2018-01-211-5/+5
* src/python/Collection.py, src/python/Component.py - reduce calls to len()Allen Winter2018-01-212-3/+3
* CMakeLists.txt, docs/CMakeLists.txt, Install.txt - new CMake option ICAL_BUIL...Allen Winter2018-01-214-2/+32
* CMakeLists.txt - minor improvement to a help messageAllen Winter2018-01-211-0/+1
* CMakeLists.txt - no longer detect if -DUSE_32BIT_TIME_T is required.Allen Winter2018-01-212-10/+4
* icalarray.c - minor coding styleAllen Winter2018-01-201-1/+2
* icalvalue.c, sspm.c - fallthrough commentsAllen Winter2018-01-202-0/+3
* null pointer passed as argument 2 to memcpy(), which is declared to never be ...Milan Crha2018-01-201-1/+2
* cmake/Toolchain-jetson-tk1.cmake - updateAllen Winter2018-01-091-5/+6
* Make libical reprodicubleAllen Winter2017-12-301-1/+1
* CMakeLists.txt,ReleaseNotes.txt - prep for 3.0.1 releasev3.0.1Allen Winter2017-11-192-1/+2
* src/libicalss/CMakeLists.txt - add dependency to ical-headerAllen Winter2017-11-161-4/+4
* icaltimezone.c - Fix a multi-threaded deadlock in icaltimezone_load_builtin_t...Allen Winter2017-11-132-1/+4
* src/test/timezones.c - Fix possible use-after-free in 'timezones' testAllen Winter2017-11-021-3/+8
* src/test/libical-glib/array.py - increase element sizeAllen Winter2017-11-021-1/+1
* update to tzdata2017cAllen Winter2017-11-02593-1653/+9831
* CMakeLists.txt - set to version 3.0.0v3.0.0Allen Winter2017-10-281-3/+3
* icaltimezone.c - fix build without PTHREADSAllen Winter2017-10-261-0/+2
* icaltimezone.c - handle data-race and use-after-free in multithreadedAllen Winter2017-10-261-22/+96
* src/test/icaltm_test.c - add new test for checking threadingAllen Winter2017-10-252-0/+68
* CMakeLists.txt, buildtests.sh - add testing support for thread sanitizerAllen Winter2017-10-232-3/+58
* libical/icalcomponent.c, libical/icalcomponent.h - fix Windows buildAllen Winter2017-10-222-9/+8
* Merge branch 'master' of github.com:libical/libicalKen Murchison2017-10-21176-451/+600
|\
| * zoneinfo - update to tzdata2017bAllen Winter2017-10-21176-451/+600
* | Added summary of changes from vpatch branchKen Murchison2017-10-211-0/+3
* | Merge branch 'vpatch'Ken Murchison2017-10-2111-3/+365
|\ \ | |/ |/|
| * value-types.csv: Added STATUS:DELETEDvpatchKen Murchison2017-10-211-1/+1
| * icalcomponent.c: sort VTIMEZONEs first when normalizingKen Murchison2017-10-201-0/+3
| * Merge branch 'vpatch' of github.com:libical/libical into vpatchKen Murchison2017-09-2512-2/+2600
| |\
| | * 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
| | * Merge branch 'vpatch' of github.com:libical/libical into vpatchKen Murchison2017-04-280-0/+0
| | |\
| | | * Merge branch 'vpatch' of github.com:libical/libical into vpatchKen Murchison2017-02-1274-1278/+1391
| | | |\
| | | | * Merge branch 'vpatch' of github.com:libical/libical into vpatchKen Murchison2016-12-090-0/+0
| | | | |\
| | | | | * Merge branch 'vpatch' of github.com:libical/libical into vpatchKen Murchison2016-11-220-0/+0
| | | | | |\
| | | | | | * Merge branch 'vpatch' of github.com:libical/libical into vpatchKen Murchison2016-11-120-0/+0
| | | | | | |\
| | | | | | | * initial VPATCH implementationKen Murchison2016-09-278-2/+52
| | | | | | * | initial VPATCH implementationKen Murchison2016-11-128-2/+52
| | | | | * | | initial VPATCH implementationKen Murchison2016-11-228-2/+52
| | | | * | | | initial VPATCH implementationKen Murchison2016-12-098-2/+52
| | | * | | | | Initial VPATCH implementationKen Murchison2016-09-038-2/+52
| | * | | | | | Initial VPATCH implementationKen Murchison2017-04-288-2/+52
| * | | | | | | Initial VPATCH implementationKen Murchison2017-02-148-2/+52
* | | | | | | | CMakeLists.txt, src/test/CMakeLists.txt - no longer support old CMake Policy ...Allen Winter2017-10-142-2/+1
* | | | | | | | src/test/libical-glib/CMakeLists.txt - remove debugging printsAllen Winter2017-10-141-3/+0
* | | | | | | | scripts/buildtests.sh - add more tests for the BUILTIN_TZDATA caseAllen Winter2017-10-141-0/+7
* | | | | | | | test/libical-glib/timezone.py, CMakeLists.txt - fix test when using BUILTIN_T...Allen Winter2017-10-142-1/+20