summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/fx_codec_flate.cpp
AgeCommit message (Expand)Author
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-02Fix PNG decoding divide by zero error due to zero row count.Lei Zhang
2015-08-14Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-14Use override in more classes in core/Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-23Fix FX_BOOL type mismatches.Tom Sepez
2015-07-14Move FPDFAPI_FlateInit() prototype and friends to .h fileTom Sepez
2015-06-19Disintermediation.Tom Sepez
2015-06-19Move zlib to third_party/Tom Sepez
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Fix leaks in embedder test's FlateEncode() usage and in FlateEncode().Lei Zhang
2015-05-06Fix a couple of divide by zero crashes in PNG/TIFF predictors.Lei Zhang
2015-04-16Replace FX_NEW with new, remote tests from fxcodecTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2014-08-27Restrict index not be greater than row_size in TIFF_PredictLineBo Xu
2014-08-15Fix buffer size offset error in PNG_PredictorBo Xu
2014-07-08Remove custom memory managerBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek