CIA.vc
Libical
Real-time open source activity stats
Stats » Projects » Libical
informationsyndicateUTC clock
12:57 on May 28, 2012
event counters
The last message was received 1.51 months ago at 03:14 on Apr 13, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 5 messages last month
325 messages since the first one, 4.35 years ago, for an average of 4.88 days between messages
recent messages
dateReversed sort columnprojectcontentlink
03:14 on Apr 13libical
Commit by awinterz :: r1128 /trunk/libical/design-data/ (params-in-prop.txt properties.csv): (link)
Added ACKNOWLEDGED property (currently used by VALARMS in iCloud).
Thanks for the patch Kent!

ID: 3513747
#
02:47 on Apr 13libical
Commit by awinterz :: r1127 /trunk/libical/src/libicalss/ (icalsslexer.c icalsslexer.l): (link)
Fix libicalss parser for non-Intel architectures
Patch from racb, Thanks

ID: 3517199
#
02:42 on Apr 13libical
Commit by awinterz :: r1126 /trunk/libical/src/ (2 files in 2 dirs): (link)
Fix dependency declarations to fix concurrent builds
Patch by racb, Thanks!

ID: 3516878
#
21:09 on Apr 11libical
Commit by awinterz :: r1125 /trunk/libical/src/libical/icalparser.c: (link)
 forgot this as part of the fix for double-quoted values.
should have gone into r1124. oopsie.

thanks for noticing Kent
#
19:57 on Apr 07libical
Commit by awinterz :: r1124 /trunk/libical/src/ (libical/icaltimezone.c test/regression.c): (link)
don't split values inside double-quotes
thanks for the patch Kent

ID: 3513757
#
02:31 on Mar 14libical
Commit by awinterz :: r1123 /trunk/libical/src/libical/icalvalue.c: (link)
make sure snprintf uses the "C" locale when printing floating point numbers
thanks for the patch Christophe!

Fixes Bug ID: 3493034
#
02:20 on Mar 14libical
Commit by awinterz :: r1122 /trunk/libical/src/libical/icalvalue.c: (link)
Fix a possible overrun in icalmemory_strdup_and_dequote if the last
character is a backslash.
Thanks for the patch Kent

ID: 3491138
#
19:45 on Feb 03libical
Commit by awinterz :: r1121 /trunk/libical/src/libical/icaltimezone.c: (link)
Fix for built-in UTC timezone is always ignored.
Patch from Kent, thanks!

ID: 3482277
#
19:38 on Feb 03libical
Commit by awinterz :: r1120 /trunk/libical/src/libical/ (8 files): (link)
Warning and static analyzer cleanups.
Thanks Kent.
ID: 3482305
#
16:01 on Dec 30, 2011libical
Commit by awinterz :: r1119 /trunk/libical/CMakeLists.txt: (link)
add a new option -DUSE_32BIT_TIME_T=[true|false] for MSVC on Windows
users who need a 32bit version of time_t

also use cmake_policies to eliminate some warnings
#
03:49 on Dec 19, 2011libical
Commit by awinterz :: r1118 /trunk/libical/src/libicalss/CMakeLists.txt: (link)
make the icalss-header target depend on the ical-header target
to ensure the generated headers are built in the proper order
for parallel builds

Hopefully fixes parallel build bug mentioned in ID: 3461603
#
01:13 on Dec 18, 2011libical
Commit by awinterz :: r1117 /trunk/libical/src/libical/icaltimezone.c: (link)
Fix some pthread deadlocks.
Thanks for the patch Edwin!
#
05:14 on Dec 11, 2011libical
Commit by awinterz :: r1116 /trunk/libical/src/libical/icaltimezone.c: (link)
Accept timezones without TZOFFSETFROM
Patch from Kent, Thanks!

ID: 3435076
#
02:50 on Nov 20, 2011libical
Commit by awinterz :: r1115 /trunk/libical/src/libical/ (icalerror.h.cmake icalerror.h.in): (link)
make sure to define ICAL_ERRORS_ARE_FATAL to avoid warnings
fixes bug ID: 3437953
#
02:21 on Oct 28, 2011libical
Commit by awinterz :: r1114 /trunk/libical/ (5 files in 2 dirs): (link)
Add a buildsystem configuration option that prevents empty properites
from being replaced with X-LIC-ERROR.

Patch from Kent.
#
01:55 on Oct 28, 2011libical
Commit by awinterz :: r1113 /trunk/libical/src/libical/icalrecur.c: (link)
in icalrecur_iterator_new(), don't iterate past year 20000 to avoid
infinite loops when processing by improper YEARLY RRULEs.

ID: 3429427

Patch by Kent.
#
21:33 on Oct 27, 2011libical
Commit by awinterz :: r1112 /trunk/libical/src/test/regression.c: (link)
From: Patrick Ohly <patrick dot ohly at intel dot com>
Date: Fri, 21 Oct 2011 10:13:40 +0000
Subject: [PATCH 1/3] testing: added icalcomponent_new_from_string() test

Merely calls the function, depend on valgrind to find memory leaks.
#
21:32 on Oct 27, 2011libical
Commit by awinterz :: r1111 /trunk/libical/src/test/timezones.c: (link)
From: Patrick Ohly <patrick dot ohly at intel dot com>
Date: Fri, 21 Oct 2011 10:14:53 +0000
Subject: [PATCH 2/3] timezone test: improved output

First, include UTC offsets. Second, dump the internal VTIMEZONE
definition.
#
21:27 on Oct 27, 2011libical
Commit by awinterz :: r1110 /trunk/libical/src/libical/Makefile.am: (link)
From: Patrick Ohly <patrick dot ohly at intel dot com>
Date: Fri, 21 Oct 2011 10:32:11 +0000
Subject: [PATCH 3/3] autotools: fixed out-of-tree compilation

The commit which turned icalerror.h into a generated file broke
out-of-tree compilation because the Makefile.am still expected
the file in the top_src dir, where it is only generated if
compiling there.
#
21:24 on Oct 27, 2011libical
Commit by awinterz :: r1109 /trunk/libical/src/libical/icalparser.c: (link)
cast chars to unsigned char when passing to isspace in the strstriplt function.
patch by Mahesh Kumar
#