lp://staging/~neon/project-neon/libkolabxml
- Get this branch:
- bzr branch lp://staging/~neon/project-neon/libkolabxml
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kolab.org/git/libkolabxml.
Last successful import was .
Recent revisions
- 427. By Christian Mollekopf <email address hidden>
-
Follow up the parsing error message with message that it occurred during writing.
- 426. By Christian Mollekopf <email address hidden>
-
Validate serialized objects again.
We ensure that we can parse everything we serialize by parsing it again.
This implies an overhead, but since reads are probably far more frequent than
write and its generally anyways fast, I assume this is ok.The error reporting is as usual through Kolab::error().
- 425. By Christian Mollekopf <email address hidden>
-
Move xCalVersion to thread local storage.
This started to crash due to a double free while trying to add validation by
parsing the serialized result again. I assume the global variable took a reference
to a temporary string or alike which got then free'd again, but I'm not sure.However, this should be in thread-local storage anyways and that fixes the problem.
- 423. By Christian Mollekopf <email address hidden>
-
Print the invalid timezone as part of the error message.
- 419. By Christian Mollekopf <email address hidden>
-
Fixed the major version comparison.
else is really just an else no matter what's in the brackets.
the major version needs to match.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)