summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WIP: porting to Windows with MSVC 2012Allen Winter2015-05-022-18/+8
* icalarray,icalcomponent,icaltimezone - modernize, int's -> size_t'sAllen Winter2015-05-017-1148/+1083
* icalcalendar - configure a mkdir()Allen Winter2015-05-012-36/+8
* icalmessage - use ICAL_PACKAGE and ICAL_VERSION from icalversion.hAllen Winter2015-05-012-29/+13
* remove libicalcap - unknown purpose.Allen Winter2015-04-3016-1501/+0
* WIP: more include file cleaningAllen Winter2015-04-3034-913/+885
* Merge branch 'master' into coverity_scanAllen Winter2015-04-302-5/+5
|\
| * Updated RSCALE references to soon-to-be RFC 7529Ken Murchison2015-04-292-5/+5
* | WIP: fix build on Windows with MSVC2012 nowAllen Winter2015-04-293-46/+26
* | restore the byte-swapping insanityAllen Winter2015-04-281-280/+253
* | fix compile with clang on linuxAllen Winter2015-04-282-4/+2
* | finish header cleaning on linux anway. need to test other platforms nowAllen Winter2015-04-2817-142/+133
* | massive include file cleaning. partially doneAllen Winter2015-04-27116-10454/+10528
|/
* more Coverity Scan fixesAllen Winter2015-04-263-496/+491
* more Coverity Scan fixes and some other small style thingsAllen Winter2015-04-264-1016/+1019
* init problems found by Coverity ScanAllen Winter2015-04-262-2/+4
* icalrecur.c: don't overrun by_set_pos array (found by Coverity Scan)Ken Murchison2015-04-261-2/+2
* remove execute permissionAllen Winter2015-04-264-0/+0
* remove old source files no longer used and unknown functionality.Allen Winter2015-04-2613-1545/+0
* remove the old toplevel src/ical.h.Allen Winter2015-04-262-27/+0
* add source files that were missing from the dependencies listsAllen Winter2015-04-262-3/+15
* remove execute permsAllen Winter2015-04-252-0/+0
* icalvcal.c - suppress a false positive from cppcheckAllen Winter2015-04-251-693/+691
* libicalss - cppcheck fixes and some general cleaningAllen Winter2015-04-206-104/+119
* icalrecur.c: non-Gregorian years may exceed MAX_TIME_T_YEAR (e.g. 2015 is Heb...Ken Murchison2015-04-191-2/+2
* icalparser.c - cppcheck fixes and minor coding style cleaningAllen Winter2015-04-181-119/+107
* icaltypes.c - some cppcheck fixes and minor coding style cleaningAllen Winter2015-04-181-31/+29
* icaltime.c - minorAllen Winter2015-04-181-2/+2
* icallangbind.c - minorAllen Winter2015-04-181-1/+1
* libicalcap - cppcheck fixesAllen Winter2015-04-182-32/+29
* icalfileset.c - fix compile with MSVC 2012Allen Winter2015-04-181-2/+6
* lots of small fixes found by cppcheckAllen Winter2015-04-186-68/+85
* vcc.c - fix check for non-zero pointer before calling stricmpAllen Winter2015-04-181-3/+3
* vobject.c - fix printf formats for unsigned int and unsigned longAllen Winter2015-04-181-4/+4
* testmime.c - minorAllen Winter2015-04-181-3/+3
* remove ICAL_FREE_ON_LIST_IS_ERROR conditional compilationAllen Winter2015-04-184-47/+21
* remove DMALLOC conditional compilationAllen Winter2015-04-183-15/+3
* remove our local vsnprintf which is no longer neededAllen Winter2015-04-182-206/+0
* ical_file.cmake, icalss_file.cmake - no C++ visiblity macrosAllen Winter2015-04-182-2/+0
* icalrecur_iterator_new(): sanity check DTSTART and don't exceed MAX_TIME_T_YE...Ken Murchison2015-04-131-2/+23
* Fix missing icalerror.h during install.Robert Stepanek2015-03-061-1/+1
* icalrecur.c: sort days chronologically for BYDAY + BYMONTHDAY (w/o BYSETPOS) ...Ken Murchison2015-02-232-1/+9
* more pass-by const ref for the C++ bindingsAllen Winter2015-02-193-90/+116
* CMakeLists.txt - follow C++ file renamesAllen Winter2015-02-191-4/+4
* make sure all C++ file names are of the form foo_cxx, for consistency.Allen Winter2015-02-1910-22/+22
* icalrecur.c: don't allow loop index to exceed ICAL_BY_SETPOS_SIZE (possible f...Ken Murchison2015-02-191-1/+1
* more fixes for the C++ bindings:Allen Winter2015-02-1916-688/+686
* Improvements for the C++ bindings:Allen Winter2015-02-1817-391/+620
* icalrecur.c: days array in iterator should use ICAL_BY_YEARDAY_SIZE, not be h...Ken Murchison2015-02-181-1/+1
* icalrecur_test.c: fix typo in RRULE and resulting outputKen Murchison2015-02-172-3/+3