summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-20- add overflow check for chunk length.HEAD0.1.1trunkpommicket
this could have resulted in debug-only panics for maliciously crafted images. - add “impossible compressed size” check which slightly mitigates the problem of a malicious image causing you to allocate a shitton of memory.
2023-09-05create /test/large to accomodate cargo max upload sizepommicket
2023-09-05rename to minipng0.1.0pommicket
2023-09-05clean up readmepommicket
2023-09-05better tests, caught some bugspommicket
2023-09-05small optimizationpommicket
2023-09-05various cleanuppommicket
2023-09-05remove Read traitpommicket
only minimal performance improvement, but code is much simpler now
2023-09-05clean up code a bitpommicket
2023-09-05fix conversion bugspommicket
2023-09-05wrote conversion function, but it's failing some testspommicket
2023-09-05little size compeitinopommicket
2023-09-05simplify tree insertionpommicket
2023-09-05use miniz tree ideapommicket
2023-09-05use negative number instead of 0x200 flag for slow lookuppommicket
2023-09-05apommicket
2023-09-04improve apply_filters performancepommicket
2023-09-04benchmarkpommicket
2023-09-04finish documentationpommicket
2023-09-04start documentingpommicket
2023-09-04adler feature, etc.pommicket
2023-09-04more testspommicket
2023-09-04fixed those bugs!!pommicket
2023-09-04fixed huffman tablespommicket
2023-09-03palette support; needs testingpommicket
2023-09-03failures!pommicket
2023-09-03basic test passingpommicket
2023-09-03initial commitpommicket