summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-25distribute newly added test docslibvisio-0.1.2David Tardon1-0/+2
2015-07-25prepare for a new releaseDavid Tardon2-1/+13
2015-07-23tdf#92868 fix clang error in testDavid Tardon1-2/+7
2015-07-21use shared_ptr here tooDavid Tardon1-6/+3
2015-07-21add constDavid Tardon1-1/+1
2015-07-21plug a leakDavid Tardon1-6/+3
2015-07-21Make the conditions the same for VDXParser tooFridrich Štrba1-11/+11
2015-07-21Fix dereferencing of uninitialized memoryFridrich Štrba2-27/+27
2015-07-21avoid overflows when reading chunk recordsDavid Tardon1-4/+12
2015-07-21astyleDavid Tardon1-1/+1
2015-07-21sort file listDavid Tardon1-28/+27
2015-07-21unit test of VSDX char background handlingAndras Timar2-0/+34
2015-07-21tdf#92271 fix VSDX char background handlingAndras Timar2-2/+3
2015-07-21VSDMetaData: need space for the terminating null-characterMiklos Vajna1-1/+2
2015-07-20handle even more infinite loops in XML parserDavid Tardon3-22/+23
2015-07-20handle more infinite loops in XML parserDavid Tardon2-41/+57
2015-07-20use constDavid Tardon1-1/+1
2015-07-20avoid another infinite loop in XML parserDavid Tardon1-2/+6
2015-07-20stop parsing if XML error is encounteredDavid Tardon3-8/+46
2015-07-20move libxml2-related functions to a separate fileDavid Tardon11-192/+246
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
2015-07-17avoid null ptr deref.David Tardon1-1/+1
2015-07-16avoid endless loop when reading broken fileDavid Tardon1-2/+9
2015-07-16avoid endless loop when reading broken fileDavid Tardon1-1/+8
2015-07-16avoid copypastaDavid Tardon1-105/+41
2015-07-16avoid endless loop when reading broken fileDavid Tardon1-1/+4
2015-07-15don't leak in case of exceptionDavid Tardon5-35/+35
2015-07-15avoid memory leakDavid Tardon1-8/+7
2015-07-15afl: avoid null pointer dereferenceDavid Tardon1-1/+1
2015-07-15afl: avoid null pointer dereferenceDavid Tardon1-1/+1
2015-07-15afl: avoid null dereferenceDavid Tardon1-3/+3
2015-07-15afl: avoid null dereferenceDavid Tardon1-1/+1
2015-07-15afl: don't leave dangling pointer aroundDavid Tardon1-0/+3
2015-07-14ignore errors when parsing metadataDavid Tardon2-10/+8
2015-07-14ignore errors when parsing metadataDavid Tardon2-9/+8
2015-07-14avoid memory leakDavid Tardon1-4/+4
2015-07-14fix more string leaksDavid Tardon1-4/+7
2015-07-14avoid a slew of string leaksDavid Tardon3-131/+94
2015-07-14avoid memory leakDavid Tardon1-3/+3
2015-07-14avoid memory leak in case of exceptionDavid Tardon1-5/+3
2015-07-14avoid leak of xmlTextReaderDavid Tardon1-13/+12
2015-07-14use shared_ptr for streamsDavid Tardon1-47/+27
2015-07-14use shared_ptr for streamsDavid Tardon3-35/+33
2015-07-14avoid double deletion in case of exceptionDavid Tardon1-0/+1
2015-06-29unit test of VSDX theme color import fixAndras Timar2-0/+14
2015-06-29tdf#92270 VSDX theme color import fixAndras Timar1-0/+7
2015-05-04add make astyle targetDavid Tardon1-0/+2
2015-05-04add missing breaksDavid Tardon1-0/+4
2015-04-14Run doxygen -u on the doxygen.cfg fileFridrich Štrba1-864/+1548