index
:
libspectre
master
libspectre is a small library for rendering Postscript documents. (mirrored from https://gitlab.freedesktop.org/libspectre/libspectre)
carlosgc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
Initialize varibles if reading fails
Albert Astals Cid
1
-14
/
+30
2020-04-09
Fix uninitialized memory read on malformed documents
Albert Astals Cid
1
-11
/
+13
2020-04-08
Fix uninitialized memory read on malformed documents
Albert Astals Cid
1
-2
/
+2
2020-04-08
Fix crash on malformed files
Albert Astals Cid
1
-6
/
+8
2020-03-28
Fix memory leak
Albert Astals Cid
1
-1
/
+2
2020-03-28
CI: use debian testing while unstable is broken
Albert Astals Cid
1
-1
/
+1
2020-03-10
fix memory leak in ps.c:650
Randy
1
-0
/
+1
2020-03-10
Refactor spectre_document_load_from_data() -> _stream()
Randy
3
-47
/
+33
2020-03-07
fix memory leak in ps.c:603
Randy
1
-0
/
+1
2020-03-07
fix NULL-dereference in psscan.c:934
Randy
1
-1
/
+1
2020-03-03
fix NULL-dereference in psscan()
Randy
1
-1
/
+1
2020-03-02
Fix memory leak
Randy
1
-3
/
+4
2020-02-29
ossfuzz: integrate into build, add entrypoint
Randy
3
-1
/
+78
2020-02-29
Add spectre_document_load_from_data(), update fuzz target
Randy
3
-18
/
+62
2020-02-19
ossfuzz: fix coverage build
Randy
1
-0
/
+39
2020-02-18
Refactor code so that psscan() can accept a FILE*, this will enable parsing f...
Randy
4
-12
/
+16
2020-02-13
ossfuzz: add dictionary, update build script
Randy
2
-2
/
+63
2020-01-05
Revert "ossfuzz: keep shared libraries after install"
Albert Astals Cid
1
-0
/
+1
2020-01-01
ossfuzz: keep shared libraries after install
Randy
1
-1
/
+0
2019-12-08
fix leak in spectre_device_render()
Randy
1
-0
/
+3
2019-11-26
update ossfuzz.sh
Randy
1
-1
/
+1
2019-11-26
update fuzz target
Randy
2
-46
/
+49
2019-11-24
fix indentation
Randy
1
-7
/
+7
2019-11-20
add build script, fuzz target
Randy
2
-0
/
+66
2018-10-20
spectre-gs: Remove support for old ghostscript
Christian Persch
2
-22
/
+8
2018-10-20
spectre-gs: Enforce minimum ghostscript version
Christian Persch
2
-2
/
+12
2018-10-19
Make clang happy
Albert Astals Cid
1
-9
/
+2
2018-10-19
Hide internal symbols
Christian Persch
9
-3
/
+102
2018-10-19
Make gcc happy about switch fallthrough
Albert Astals Cid
1
-0
/
+1
2018-10-19
Fix crash with malformed document
Albert Astals Cid
1
-1
/
+1
2018-10-13
Add basic CI
Albert Astals Cid
1
-0
/
+38
2017-01-15
state what lib is printing the error
Caolán McNamara
1
-3
/
+3
2016-07-02
release: 0.2.8
0.2.8
Carlos Garcia Campos
2
-2
/
+18
2016-07-02
build: Fix make distcheck
Carlos Garcia Campos
1
-3
/
+6
2016-06-23
Rotate documents correctly with newer libgs versions
Marek Kasik
1
-2
/
+106
2016-06-23
spectre-gs: Add a method to get the libgs version
Carlos Garcia Campos
2
-1
/
+12
2016-04-02
Fix the build with Ghostscript >= 9.18
Carlos Garcia Campos
1
-0
/
+11
2014-09-03
Revert "Rotate documents correctly"
Carlos Garcia Campos
4
-102
/
+31
2014-06-09
Rotate documents correctly
Marek Kasik
4
-31
/
+102
2012-11-03
build: Use CPPFLAGS instead of CFLAGS for compiling flags
Carlos Garcia Campos
2
-10
/
+5
2012-11-03
ps: Fix comparison between signed and unsigned compile warning
Carlos Garcia Campos
1
-2
/
+3
2012-08-08
Update for release 0.2.7
0.2.7
Carlos Garcia Campos
2
-2
/
+12
2012-08-08
build: Don't use global INCLUDES var in makefiles
Carlos Garcia Campos
2
-12
/
+19
2010-12-04
Allocate at least 1 page in doc->pages
Marek Kasik
1
-5
/
+5
2010-10-30
Fix a crash with documents containing an invalid %%Pages: comment
Carlos Garcia Campos
1
-0
/
+2
2010-06-10
Update for release 0.2.6
0.2.6
Carlos Garcia Campos
2
-2
/
+21
2010-06-01
Fix rendering of files with doseps header and EOF comment missing
Carlos Garcia Campos
1
-1
/
+8
2010-06-01
Add --enable-iso-c configure option disabled by default
Carlos Garcia Campos
1
-1
/
+7
2010-06-01
Remove unneeded #include
Carlos Garcia Campos
1
-1
/
+0
2010-06-01
Make Ghostscript not look first in the current directory for library files
Carlos Garcia Campos
2
-3
/
+5
[next]