lp:~neon/project-neon/libkolabxml

Created by Philip Muškovac and last modified
Get this branch:
bzr branch lp:~neon/project-neon/libkolabxml

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Deprecated Projected Neon
Project:
Project Neon
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.kolab.org/git/libkolabxml.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on neumayer and finished taking 2 minutes — see the log
Import started on pear and finished taking 1 minute — see the log
Import started on galapagos and finished taking 50 seconds — see the log
Import started on pear and finished taking 1 minute — see the log

Recent revisions

428. By Christian Mollekopf <email address hidden>

Made attachment mimetype optional.

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.

424. By Christian Mollekopf <email address hidden>

Fixed warnings.

423. By Christian Mollekopf <email address hidden>

Print the invalid timezone as part of the error message.

422. By Christian Mollekopf <email address hidden>

Fixed java bindings.

421. By Christian Mollekopf <email address hidden>

Fixed CSharp bindings.

420. By Christian Mollekopf <email address hidden>

Tag configuration object.

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)
This branch contains Public information 
Everyone can see this information.