summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zoneinfo - update to tzdata2015fAllen Winter2015-08-1619-114/+114
* say goodbye the global variable icalerror_errors_are_fatalAllen Winter2015-08-146-33/+47
* config.h.cmake - handle missing HAVE_GETOPT on WindowsAllen Winter2015-08-141-1/+3
* icalparser.c - compile fixes for Windows and some code styleAllen Winter2015-08-141-18/+24
* Merge branch 'ksuther-icalparser_optimizations'Allen Winter2015-08-144-64/+120
|\
| * Use strncpy and explicitly set a null terminator instead of strlcpy.Kent Sutherland2015-08-101-2/+5
| * Use memset to zero the allocated memory instead of naming each field individu...Kent Sutherland2015-08-103-14/+6
| * Renamed parser_get_param_name to parser_get_param_name_heap. Added parser_get...Kent Sutherland2015-08-101-35/+96
| * Rewrote parser_get_next_char to perform fewer pointer lookups. These changes ...Kent Sutherland2015-08-101-15/+15
|/
* install libical_foo_export headersAllen Winter2015-07-203-1/+7
* Revert "insert the libical_foo_export.h"Allen Winter2015-07-202-2/+0
* insert the libical_foo_export.hAllen Winter2015-07-192-0/+2
* icalrecur.c: I'm an idiot. if RSCALE= is first, it can't be prefixed ith ";"Ken Murchison2015-07-131-1/+2
* icalrecur.c: reorder RSCALE= and SKIP= rule parts to be consistent with xCal ...Ken Murchison2015-07-131-8/+8
* icalcomponent.[ch]: define icalproperty_get_parent() as an external symbol to...Ken Murchison2015-07-082-1/+2
* use cmake for getopt() discoveryAllen Winter2015-06-275-8/+17
* regression.c - add a test for utf8 strings in SUMMARYAllen Winter2015-06-271-0/+21
* Merge pull request #208 from ksuther/extern-in-headerAllen Winter2015-06-231-1/+1
|\
| * icalerror_errors_are_fatal needs to be declared as extern to avoid duplicate ...Kent Sutherland2015-06-231-1/+1
|/
* Merge pull request #207 from ksuther/another-timezone-expansion-fixAllen Winter2015-06-221-1/+10
|\
| * icaltimezone_get_utc_offset_of_utc_time was missing the same check that was r...Kent Sutherland2015-06-221-0/+9
| * Fix comment indentation.Kent Sutherland2015-06-221-1/+1
|/
* icaltimezone.c - fixes from MacPorts ticket 44469Allen Winter2015-06-201-3/+9
* CMakeLists.txt - linux with gcc or clang, define _XOPEN_SOURCE=500 andAllen Winter2015-06-201-0/+6
* minor coding-style and compile warning fix with mingwAllen Winter2015-06-196-10/+17
* icalderivedparameter.c.in - fix compile with MS Visual CompilersAllen Winter2015-06-191-2/+6
* Use bsearch in icalparameter_string_to_kind instead of linearly searching all...Kent Sutherland2015-06-191-8/+11
* Merge pull request #206 from ajacoutot/openbsd2Allen Winter2015-06-191-0/+4
|\
| * OpenBSD: define bswap_32Antoine Jacoutot2015-06-191-0/+4
|/
* Revert "portability: define bswap_32 if not defined already"Allen Winter2015-06-181-3/+3
* .dir-locals.el - for emacs editingAllen Winter2015-06-182-13/+5
* vcc.c - remove execute bitAllen Winter2015-06-171-0/+0
* remove execute bitAllen Winter2015-06-173-0/+0
* Merge pull request #204 from ajacoutot/openbsdAllen Winter2015-06-171-3/+3
|\
| * portability: define bswap_32 if not defined alreadyAntoine Jacoutot2015-06-171-3/+3
|/
* BuildTime+RunTime preference for exact vs. inter-operable timezonesAllen Winter2015-06-1510-52/+310
* tests/timezone.c - fix build on WindowsAllen Winter2015-06-151-19/+24
* cmake discovery for localtime_r()Allen Winter2015-06-152-1/+19
* test/builtin_timezones.c - fix on Windows (find the zoneinfo folder)Allen Winter2015-06-151-0/+8
* add new test 'builtin_timezones' from Milan ChraAllen Winter2015-06-152-2/+97
* Merge branch 'ksuther-timezone-expansion-fix'Allen Winter2015-06-142-1/+11
|\
| * icaltimezone.c - minor coding styleAllen Winter2015-06-141-1/+2
| * Merge branch 'timezone-expansion-fix' of https://github.com/ksuther/libical i...Allen Winter2015-06-142-1/+10
| |\ |/ /
| * Fix uninitialized variable warning on clang.Kent Sutherland2015-06-131-1/+2
| * Conversion from int to size_t caused time zone expansion for times before the...Kent Sutherland2015-06-131-0/+8
* | Merge branch 'ksuther-icaltime_compare-optimization'Allen Winter2015-06-141-2/+8
|\ \ | |/ |/|
| * icaltime_compare no longer calls icaltime_convert_to_zone on the times being ...Kent Sutherland2015-06-131-2/+8
|/
* icaltimezone - make 3 vtimezone related functions public, as requestedAllen Winter2015-06-072-6/+14
* regression.c - remove putenv() callAllen Winter2015-06-071-1/+0
* regression.c - fix compile with MSVCAllen Winter2015-06-051-1/+2