Age | Commit message (Expand) | Author |
2015-09-24 | Fix a leak in CJBig2_Context.chromium/2520 | Lei Zhang |
2015-09-23 | Fix a leak in CJBig2_CachePair. | Lei Zhang |
2015-09-15 | Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-11 | Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-10 | Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-02 | Remove dead JBig2 code. | Lei Zhang |
2015-09-02 | Reapply Foxit's libopenjpeg modifications. | Lei Zhang |
2015-09-01 | Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | Lei Zhang |
2015-08-17 | CFX_MapByteStringToPtr considered harmful. | Tom Sepez |
2015-08-14 | Clean: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-14 | Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-27 | Revert "FX Bool considered harmful, part 3" | Tom Sepez |
2015-07-27 | FX Bool considered harmful, part 3 | Tom Sepez |
2015-07-23 | Revert "FX_BOOL considered harmful, part 2." | Tom Sepez |
2015-07-23 | FX_BOOL considered harmful, part 2. | Tom Sepez |
2015-07-23 | Fix FX_BOOL type mismatches. | Tom Sepez |
2015-07-22 | Re-land else-after-returns | Tom Sepez |
2015-07-22 | Revert "Fix else-after-returns throughout pdfium." | Tom Sepez |
2015-07-22 | Fix else-after-returns throughout pdfium. | Tom Sepez |
2015-07-22 | Remove dead code found by Scythe. | Lei Zhang |
2015-07-14 | Move FPDFAPI_FlateInit() prototype and friends to .h file | Tom Sepez |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-19 | Disintermediation. | Tom Sepez |
2015-06-19 | Move zlib to third_party/ | Tom Sepez |
2015-06-18 | Move libopenjpeg to third_party/ | Tom Sepez |
2015-06-17 | Revert "Move libopenjpeg to third_party/" | Tom Sepez |
2015-06-17 | Move libopenjpeg to third_party/ | Tom Sepez |
2015-06-17 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-17 | Move libjpeg to third_party/ | Tom Sepez |
2015-06-17 | Move lcms2 into third_party | Tom Sepez |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-11 | Remove trailing whitespaces in core. | Lei Zhang |
2015-06-11 | Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Remove more cruft from fx_system.h | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-05-19 | Re-land: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-19 | Revert "Remove FX_Alloc() null checks now that it can't return NULL." | Tom Sepez |
2015-05-19 | Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-18 | Change FX_Alloc to FX_Try_Alloc in _JpegEncode | JUN FANG |
2015-05-18 | Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Fix leaks in embedder test's FlateEncode() usage and in FlateEncode(). | Lei Zhang |
2015-05-15 | Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-06 | Fix a couple of divide by zero crashes in PNG/TIFF predictors. | Lei Zhang |
2015-04-16 | Replace FX_NEW with new, remote tests from fxcodec | Tom Sepez |