index
:
delta/libpng.git
baserock/mikedrake/libpng-upgrade
baserock/mikedrake/update-chunks
baserock/morph
libpng00
libpng10
libpng12
libpng14
libpng15
libpng16
libpng17
master
stable
git.code.sf.net: p/libpng/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release libpng version 1.6.35
Cosmin Truta
2018-07-15
2
-3
/
+3
*
[libpng16] Replace the remaining uses of png_size_t with size_t
Cosmin Truta
2018-06-17
11
-57
/
+55
*
[libpng16] Imported from libpng-1.6.35beta01.tar
v1.6.35beta01
Glenn Randers-Pehrson
2018-03-06
4
-5
/
+14
*
More misc. typos
luz.paz
2018-02-09
12
-21
/
+21
*
[libpng16] temporarily disable 16-to-8 downscaling in the fuzzer
Glenn Randers-Pehrson
2017-12-17
1
-1
/
+1
*
Misc. typos
Unknown
2017-11-03
9
-14
/
+14
*
[libpng16] Replace png_set_add_alpha with png_set_trns_to_alpha in fuzzer.
Glenn Randers-Pehrson
2017-10-30
1
-2
/
+2
*
[libpng16] Add a call to png_set_packing() to the fuzzer.
Glenn Randers-Pehrson
2017-10-14
1
-1
/
+2
*
[libpng16] Removed call to png_read_start_image() from the fuzzer. In libpng16
Glenn Randers-Pehrson
2017-10-13
1
-2
/
+0
*
[libpng16] Relocate png_read_update_info() wrt png_start_image() in fuzzer.
Glenn Randers-Pehrson
2017-10-12
1
-2
/
+3
*
[libpng16] Update CHANGES and ANNOUNCE and last-changed date in the fuzzer.
Glenn Randers-Pehrson
2017-10-12
1
-1
/
+2
*
[libpng16] Fix typo in fuzzer (png_info_ptr should be info_ptr)
Glenn Randers-Pehrson
2017-10-11
1
-1
/
+1
*
[libpng16] Relocate malloc of row_ptr after png_read_update_info() in fuzzer
Glenn Randers-Pehrson
2017-10-11
1
-3
/
+4
*
]libpng16] Add png_read_update_info() where needed in the fuzzer
Glenn Randers-Pehrson
2017-10-11
1
-0
/
+2
*
[libpng16] Add some commonly-used transforms to the libpng fuzzer
Glenn Randers-Pehrson
2017-10-10
2
-190
/
+6
*
[libpng16] Remove "cd ../libpng" from oss-fuzz build.sh
Glenn Randers-Pehrson
2017-10-09
1
-1
/
+0
*
[libpng16] Revert to using the system zlib with the libpng fuzzer
Glenn Randers-Pehrson
2017-10-07
1
-6
/
+3
*
[libpng16] Use --with-libpng-prefix=OSS_FUZZ_ while building the fuzzer
Glenn Randers-Pehrson
2017-10-07
1
-2
/
+3
*
[libpng16] Use "--with-zlib-prefix=z_" while building oss-fuzz fuzzer
Glenn Randers-Pehrson
2017-10-05
1
-2
/
+2
*
[libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with syst...
Glenn Randers-Pehrson
2017-10-03
1
-2
/
+2
*
[libpng16] Clone zlib into the oss-fuzz zlib project and build zlib alongside...
Glenn Randers-Pehrson
2017-10-01
4
-12
/
+17
*
[libpng16] Restore bad interlaced files, in contrib/pngsuite/interlaced
Glenn Randers-Pehrson
2017-09-29
10
-0
/
+2
*
[libpng16] Restored 21 of the contrib/pngsuite/i*.png, which were correct.
Glenn Randers-Pehrson
2017-09-29
22
-0
/
+2
*
[libpng16] Imported from libpng-1.6.34.tar
v1.6.34
Glenn Randers-Pehrson
2017-09-29
31
-2
/
+0
*
[libpng16] Imported from libpng-1.6.33.tar
v1.6.33
Glenn Randers-Pehrson
2017-09-28
3
-4
/
+194
*
[libpng16] Add end_info structure to libpng fuzzer; add row_ptr to CLEANUP
Glenn Randers-Pehrson
2017-09-28
1
-12
/
+38
*
[libpng16] Revert contrib/oss-fuzz/libpng_read_fuzzer.cc to libpng-1.6.32 status
Glenn Randers-Pehrson
2017-09-27
1
-51
/
+15
*
[libpng16] Treat benign errors as warnings in the libpng fuzzer
Glenn Randers-Pehrson
2017-09-27
2
-2
/
+5
*
[libpng16] Build fuzzer with "-O0" to defeat optimizer removing "dead" code
Glenn Randers-Pehrson
2017-09-25
1
-2
/
+2
*
[libpng16] Undo another faulty attempt to defeat the compiler from
Glenn Randers-Pehrson
2017-09-25
1
-11
/
+2
*
[libpng16] Another attempt to defeat the fuzzer optimizer
Glenn Randers-Pehrson
2017-09-24
1
-1
/
+10
*
[libpng16] Undo faulty attempt to defeat the fuzzer optimizer
Glenn Randers-Pehrson
2017-09-24
1
-9
/
+2
*
[libpng16] Defeat optimization that removes reading rows in the fuzzer.
Glenn Randers-Pehrson
2017-09-23
1
-1
/
+9
*
[libpng16] Fix some color types and bit depths in new pngsuite files
Glenn Randers-Pehrson
2017-09-22
4
-0
/
+0
*
[libpng16] Added interlaced versions of each file in contrib/pngsuite.
Glenn Randers-Pehrson
2017-09-21
31
-0
/
+2
*
[libpng16] Bump version to 1.6.33rc01
Glenn Randers-Pehrson
2017-09-20
1
-1
/
+1
*
[libpng16] Imported from libpng-1.6.33beta03.tar
v1.6.33beta03
Glenn Randers-Pehrson
2017-09-14
1
-1
/
+1
*
[libpng16] Added a copy of Dockerfile to the contrib/oss-fuzz directory
Glenn Randers-Pehrson
2017-09-08
2
-4
/
+29
*
[libpng16] Update "last changed" date in contrib/oss-fuzz/*.cc
Glenn Randers-Pehrson
2017-09-05
1
-1
/
+1
*
properly define PNG_CLEANUP
Kostya Serebryany
2017-09-05
1
-2
/
+2
*
[libpng16] Remove one remaining "png_handler." from contrib/oss-fuzz/*.cc
Glenn Randers-Pehrson
2017-09-04
1
-1
/
+1
*
[libpng16] Revise contrib/oss-fuzz/libpng_read_fuzzer.cc
Glenn Randers-Pehrson
2017-09-04
1
-9
/
+7
*
[libpng16] Imported from libpng-1.6.33beta02.tar
v1.6.33beta02
Glenn Randers-Pehrson
2017-09-02
1
-1
/
+1
*
[lbipng16] Use current date (DATE) instead of release-date (RDATE) in last
Glenn Randers-Pehrson
2017-09-02
1
-1
/
+1
*
[libpng16] Restored part of ~PngObjectHandler() that was deleted from
Glenn Randers-Pehrson
2017-09-02
1
-0
/
+10
*
[libpng16] Nullify all pointers in PNG_CLEANUP of libpng_read_fuzzer.cc
Glenn Randers-Pehrson
2017-08-31
1
-1
/
+5
*
[libpng16] Trivial reordering of libpng_read_fuzzer.cc
Glenn Randers-Pehrson
2017-08-31
1
-4
/
+5
*
[libpng16] Cosmetic changes to contrib/oss-fuzz/libpng_read_fuzzer.cc
Glenn Randers-Pehrson
2017-08-30
1
-21
/
+23
*
[libpng16] Bump version to 1.6.33beta02
Glenn Randers-Pehrson
2017-08-30
3
-3
/
+3
*
[libpng16] Initialize png_handler.row_ptr in
Glenn Randers-Pehrson
2017-08-30
1
-0
/
+2
[next]