summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* icalvcal - use the return value of rrule_parse_duration() in rule_prop()coverity_scanAllen Winter2015-06-011-10/+13
* .krazy - updatedAllen Winter2015-06-011-1/+13
* cmake/modules - minor cleaningAllen Winter2015-06-012-63/+66
* src/test - enforce coding styleAllen Winter2015-06-0116-3259/+3046
* src/libicalvcal - enforce coding standardsAllen Winter2015-05-311-640/+613
* src/libicalss - consistent coding style enforcedAllen Winter2015-05-3113-1462/+1249
* src/libical - consistent coding style enforcedAllen Winter2015-05-3128-6836/+6201
* Merge branch 'echampet-coverity_scan' into coverity_scanAllen Winter2015-05-279-18/+13
|\
| * Merge branch 'coverity_scan' of https://github.com/echampet/libical into echa...Allen Winter2015-05-279-18/+13
| |\ |/ /
| * remove some Dead storeEtienne CHAMPETIER2015-05-277-16/+8
| * remove possible Memory leaksEtienne CHAMPETIER2015-05-272-2/+5
* | vcc.c - minor compile warning fixAllen Winter2015-05-271-1/+1
* | CMake Configure fixes for Windows builds with MSVC and MinGWAllen Winter2015-05-272-1/+12
* | regression.c - in microsleep() do not #error on WindowsAllen Winter2015-05-271-3/+1
* | regression-util.c - handle gmtime_r() failures in ical_timet_string()Allen Winter2015-05-271-3/+7
* | icaltime.c - restore the set_tz() function to pre-Coverity daysAllen Winter2015-05-271-29/+13
* | Sleep vs. sleep configAllen Winter2015-05-272-13/+1
|/
* minor cleaning for license and copyright headerAllen Winter2015-05-256-41/+48
* %z print format isn't universally known, so cast to unsigned longsAllen Winter2015-05-252-8/+3
* cmake discovery for sleep(), Sleep(), nanosleep(), usleep()Allen Winter2015-05-258-20/+62
* cmake discovery for HAVE_SIGNAL and HAVE_ALARMAllen Winter2015-05-255-13/+31
* testclassify.c - remove, no longer needed (see regression-classify)Allen Winter2015-05-251-119/+0
* fix some splint issues in the test suiteAllen Winter2015-05-2510-153/+187
* icaltime.c - set_tz() untaint the getenv() return stringAllen Winter2015-05-251-4/+22
* Allow parsing RRULEs that have a trailing semicolon, such as:Kent Sutherland2015-05-243-4/+17
* icaltz-util.c - remember to free tzid in icaltzutil_fetch_timezoneAllen Winter2015-05-211-0/+3
* icaltime.c - another attempt to make Coverity happy with tainted getenvAllen Winter2015-05-211-4/+3
* testmime.c - Splint and other cleaningAllen Winter2015-05-211-17/+18
* try to eliminate -Weffc++ warningsAllen Winter2015-05-218-38/+59
* icaltime.c - rewrite set_tz()Allen Winter2015-05-211-19/+17
* icaltimezone.c - limit 1000 chars for the timezone location stringAllen Winter2015-05-211-2/+6
* icalduration.c - limit 10 digits for the duration integerAllen Winter2015-05-211-1/+1
* icalvcal.c - in get_alarm_properties(), set the triggertype durationAllen Winter2015-05-211-0/+1
* icaltz-util.c - major cleanup, and test malloc and calloc failuresAllen Winter2015-05-201-165/+208
* icalproperty.c - remove dead code in icalproperty_get_value_kind()Allen Winter2015-05-201-18/+9
* icaldirset.c - remove unused function icaldirset_next_uid_number()Allen Winter2015-05-201-54/+0
* icalgauge.c - shouldn't need to include icalssyacc.hAllen Winter2015-05-191-3/+1
* libicalvcal Splint fixesAllen Winter2015-05-193-31/+32
* icaldirset.c, icalclassify.c - splint warnings fixedAllen Winter2015-05-192-8/+8
* fix splint warnings in the generated icalrestriction.cAllen Winter2015-05-193-6/+5
* use gmtime_r consistently (on Windows it is a wrapper on gmtime())Allen Winter2015-05-196-62/+30
* small Splint fixesAllen Winter2015-05-197-44/+48
* icalcomponent.c - use LONG_MAX for maxtime on 64bit time_t situations.Allen Winter2015-05-191-3/+6
* icaltimezone - new functon icaltimezone_tzid_prefix library-only funcAllen Winter2015-05-193-5/+11
* libicalvcal.c - splint fixes. mostly using NULLs instead of 0s whereAllen Winter2015-05-191-133/+132
* icaltz-util.c - fix splint complaints, esp. use snprintf vs. sprintf.Allen Winter2015-05-191-61/+64
* make print_date_to_string and parser_datetime_to_string library externalAllen Winter2015-05-193-13/+10
* icalrecur.c - int vs. int32_t cast-a-palooza to make splint happyAllen Winter2015-05-121-71/+76
* icalrecur.c: fix comment regarding numeric value of month 5L in Hebrew calendarKen Murchison2015-05-121-1/+1
* icalrecur.c: fix a bunch of typos in commentsKen Murchison2015-05-121-13/+13