summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-02-10fixed win32 shared lib creationGravatar Nikias Bassen1-0/+3
2013-02-10Fix errors returned by -Werror=format-securityGravatar Thomas Preud'homme1-1/+1
Option -Werror=format-security of gcc returns several error with regards to szEndOfLine. Using "\r\n" instead of the ascii codes 0x0D, 0x0A and 0x00 avoid the error.
2013-02-10Remove leading space when unfoldingGravatar Daniele Forsi1-2/+2
According to RFC 2425 paragraph 5.8.1, the leading whitespace on folded lines must be removed when unfolding happens.
2013-02-10Copy common/types.h to vformat/vf_iface.hGravatar Mathias Palm14-16/+0
Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it.
2013-02-10initial commit of 1.13 sourcesGravatar Nikias Bassen22-0/+7541