summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* various - a few post-merge white space tweaksAllen Winter2022-06-033-3/+3
* Introduce `USE_64BIT_ICALTIME_T` CMake option to allow redirecting icaltime_t...Markus Minichmayr2022-06-032-2/+2
* Migrate icaltime.h to icaltime.h.cmake to allow deeper integration with cmake.Markus Minichmayr2022-06-033-2/+7
* Use `icalctime`, `icalmktime`, `icallocaltime_r` instead of `ctime`, etc.Markus Minichmayr2022-06-037-25/+25
* icalarray - As we removed `#include <time.h>` from `icaltime.h`, it turns out...Markus Minichmayr2022-06-031-0/+2
* time_t - replace type `time_t` and related functions with our own `icaltime_t...Markus Minichmayr2022-06-0318-106/+105
* Introducing config_public.h.cmake, which contains configuration to be include...Markus Minichmayr2022-06-031-0/+1
* Merge branch '3.0'Allen Winter2022-06-022-3/+8
|\
| * 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
* | CMake files - cmake-lintingAllen Winter2022-06-011-5/+8
* | Merge branch '3.0'Allen Winter2022-04-271-0/+107
|\ \ | |/
| * Add missing property parameters into libical-glibMilan Crha2022-04-271-0/+107
* | Merge branch '3.0'Allen Winter2022-03-061-5/+10
|\ \ | |/
| * icalenums.c - ensure we can't overflow request_status_mapAllen Winter2022-03-061-5/+10
* | buildsystem - fix linking after recent commitsAllen Winter2022-03-052-3/+5
* | buildsystem - fix more uninitialized cmake variablesAllen Winter2022-03-053-5/+12
* | buildsystem - fix all uninitialized cmake warningsAllen Winter2022-03-052-3/+16
* | fix some minor coding style issues after recent commitsAllen Winter2022-02-262-6/+5
* | test - check for memory leaks during regression testsMarkus Minichmayr2022-02-251-8/+37
* | test-malloc - Export functions and access global members only via getters to ...Markus Minichmayr2022-02-252-7/+17
* | regression-utils - fix inconsistent function signatures of _ok() and related.Markus Minichmayr2022-02-251-3/+3
* | src/libical/icaltz-util.c - fix truncated stdio returnAllen Winter2022-02-211-1/+1
* | src/test/test-malloc.c - use liberror_assertAllen Winter2022-02-201-4/+10
* | Fix inconsistencies in use of icalmemory.Markus Minichmayr2022-02-192-3/+2
* | buildsystem - entire project can be built with memory consistencyAllen Winter2022-02-184-6/+25
* | src/libical/icalmemory.c - skip splint false positivesAllen Winter2022-02-181-3/+3
* | src/test/test-malloc.c - remove bad cppcheck-suppressAllen Winter2022-02-181-1/+0
* | minor coding style fixes after latest mergeAllen Winter2022-02-184-220/+218
* | Fix memory allocation in parse_posix_zone().Markus Minichmayr2022-02-151-1/+1
* | Tests: Introducing custom memory allocation functions that allow testing for ...Markus Minichmayr2022-02-155-0/+270
* | icalmemory: Making memory management functions configurable.Markus Minichmayr2022-02-152-9/+111
* | buildsystem - a C11-compliant C compiler is required for libical-glibAllen Winter2022-02-061-0/+4
* | minor coding style fixesAllen Winter2022-02-052-3/+3
* | Make icalmemory, icalarray and some selected functions from other files more ...Markus Minichmayr2022-01-254-10/+62
* | Merge branch '3.0'Allen Winter2022-01-222-0/+23
|\ \ | |/
| * icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-222-0/+23
* | Allow configuring implementation of `fprintf` and `assert` to allow more flex...Markus Minichmayr2022-01-2211-48/+48
* | Implement `icalmemory_strdup` based on `icalmemory_new_buffer` rather than on...Markus Minichmayr2022-01-221-1/+14
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-2223-233/+244
* | Merge branch '3.0'Allen Winter2022-01-202-0/+100
|\ \ | |/
| * 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/libical/icalrestriction.c.in - minor coding styleAllen Winter2022-01-201-6/+5
* | icalrestriction.c.in: special restriction callbacks can be called with prop =...RFC9073_RFC9074Ken Murchison2022-01-191-5/+11
* | icalrestriction.c.in: be legacy compiler friendlyKen Murchison2022-01-191-3/+5
* | LOCATION-TYPE is a multivalued propertyKen Murchison2022-01-181-1/+2
* | regression.c: add invalid VALARM to restriction testKen Murchison2022-01-181-1/+9
* | restrictions.csv, icalrestriction.c.in: consolidate VALARM restrictions and v...Ken Murchison2022-01-181-51/+171
* | icalrestriction.c.in: consolidate STATUS value validation functionsKen Murchison2022-01-181-91/+73