index
:
libreoffice/libvisio
STABLE-0-0-19+
libvisio-0.0
master
tag-libvisio-0.0.19
zf.com
library for parsing the visio file format structure
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-21
use shared_ptr here too
David Tardon
1
-6
/
+3
2015-07-21
add const
David Tardon
1
-1
/
+1
2015-07-21
plug a leak
David Tardon
1
-6
/
+3
2015-07-21
Make the conditions the same for VDXParser too
Fridrich Štrba
1
-11
/
+11
2015-07-21
Fix dereferencing of uninitialized memory
Fridrich Štrba
2
-27
/
+27
2015-07-21
avoid overflows when reading chunk records
David Tardon
1
-4
/
+12
2015-07-21
sort file list
David Tardon
1
-28
/
+27
2015-07-21
tdf#92271 fix VSDX char background handling
Andras Timar
2
-2
/
+3
2015-07-21
VSDMetaData: need space for the terminating null-character
Miklos Vajna
1
-1
/
+2
2015-07-20
handle even more infinite loops in XML parser
David Tardon
3
-22
/
+23
2015-07-20
handle more infinite loops in XML parser
David Tardon
2
-41
/
+57
2015-07-20
use const
David Tardon
1
-1
/
+1
2015-07-20
avoid another infinite loop in XML parser
David Tardon
1
-2
/
+6
2015-07-20
stop parsing if XML error is encountered
David Tardon
3
-8
/
+46
2015-07-20
move libxml2-related functions to a separate file
David Tardon
11
-192
/
+246
2015-07-17
do not leave dangling ptr around
David Tardon
1
-0
/
+1
2015-07-17
do not leave dangling ptr around
David Tardon
1
-0
/
+1
2015-07-17
avoid null ptr deref.
David Tardon
1
-1
/
+1
2015-07-16
avoid endless loop when reading broken file
David Tardon
1
-2
/
+9
2015-07-16
avoid endless loop when reading broken file
David Tardon
1
-1
/
+8
2015-07-16
avoid copypasta
David Tardon
1
-105
/
+41
2015-07-16
avoid endless loop when reading broken file
David Tardon
1
-1
/
+4
2015-07-15
don't leak in case of exception
David Tardon
5
-35
/
+35
2015-07-15
avoid memory leak
David Tardon
1
-8
/
+7
2015-07-15
afl: avoid null pointer dereference
David Tardon
1
-1
/
+1
2015-07-15
afl: avoid null pointer dereference
David Tardon
1
-1
/
+1
2015-07-15
afl: avoid null dereference
David Tardon
1
-3
/
+3
2015-07-15
afl: avoid null dereference
David Tardon
1
-1
/
+1
2015-07-15
afl: don't leave dangling pointer around
David Tardon
1
-0
/
+3
2015-07-14
ignore errors when parsing metadata
David Tardon
2
-10
/
+8
2015-07-14
ignore errors when parsing metadata
David Tardon
2
-9
/
+8
2015-07-14
avoid memory leak
David Tardon
1
-4
/
+4
2015-07-14
fix more string leaks
David Tardon
1
-4
/
+7
2015-07-14
avoid a slew of string leaks
David Tardon
3
-131
/
+94
2015-07-14
avoid memory leak
David Tardon
1
-3
/
+3
2015-07-14
avoid memory leak in case of exception
David Tardon
1
-5
/
+3
2015-07-14
avoid leak of xmlTextReader
David Tardon
1
-13
/
+12
2015-07-14
use shared_ptr for streams
David Tardon
1
-47
/
+27
2015-07-14
use shared_ptr for streams
David Tardon
2
-35
/
+32
2015-07-14
avoid double deletion in case of exception
David Tardon
1
-0
/
+1
2015-06-29
tdf#92270 VSDX theme color import fix
Andras Timar
1
-0
/
+7
2015-05-04
add missing breaks
David Tardon
1
-0
/
+4
2015-02-27
More metadata extracted from VSD/VSDX files
Mihai Varga
7
-52
/
+196
2015-02-16
use std::pow in order to avoid compile time errors like:
Richard PALO
1
-1
/
+1
2015-01-28
VSDX: import <cp:category> as librevenge:category
Miklos Vajna
2
-0
/
+4
2015-01-06
why is this constant static?
David Tardon
1
-1
/
+1
2015-01-06
workaround build error on old 32-bit linux systems
David Tardon
1
-1
/
+1
2015-01-05
workaround error C2589: ´(´ : illegal token on right side of ´::´
Caolán McNamara
1
-2
/
+2
2015-01-01
Revert "VSDX: import <cp:category>"
David Tardon
2
-4
/
+0
2014-12-31
VSDX: import <cp:category>
Miklos Vajna
2
-0
/
+4
[next]