Age | Commit message (Expand) | Author |
2015-10-08 | Fix a bunch of sign mismatch warnings. | Lei Zhang |
2015-10-08 | Fix a malloc/delete mismatch introduced in commit 8a9ce57. | Lei Zhang |
2015-10-09 | Various changes to JBig2 cache: | David Lattimore |
2015-10-08 | Put CJBig2_SymbolDict's images in a CJBig2_List container. | Lei Zhang |
2015-10-07 | Stop inlining CJBig2_BitStream. | Lei Zhang |
2015-10-07 | Fix the Windows build after commit 8a9ce57. | Lei Zhang |
2015-10-07 | Remove gotos in JBig2 code. | Lei Zhang |
2015-10-07 | Fix include paths for fx_system.h | David Lattimore |
2015-10-05 | Fix regression in JBIG2 decoding from commit ce37d73.chromium/2530chromium/2529 | Lei Zhang |
2015-10-05 | Disable JBIG2 cache; prevent data corruption - try 2. | Lei Zhang |
2015-10-02 | Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR(). | Lei Zhang |
2015-10-01 | Disable JBIG2 cache; prevent data corruption | Lei Zhang |
2015-10-01 | Cleanup JBig2_ArithIntDecoder. | Lei Zhang |
2015-09-29 | Cleanup CJBig2_ArithDecoder. | Lei Zhang |
2015-09-28 | Cleanup some fx_codec_fax.cpp code. | Lei Zhang |
2015-09-24 | Fix a leak in CJBig2_Context.chromium/2520 | Lei Zhang |
2015-09-24 | Split up JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-15 | Cleanup JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-15 | Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-11 | Convert some unneeded gotos into returns. | Lei Zhang |
2015-09-11 | Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-10 | Guard against null image data in CJBig2_GRRDProc.chromium/2509chromium/2508 | Lei Zhang |
2015-09-10 | Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-03 | Remove CJBig2_Module::JBig2_Error and friends. | Lei Zhang |
2015-09-03 | Make a bunch of JBig2 classes independent of CJBig2_Object. | Lei Zhang |
2015-09-02 | Remove dead JBig2 code. | Lei Zhang |
2015-08-28 | Replace signed char with int8_t. Fix Linux ARM build after r7830e9e. | Lei Zhang |
2015-08-20 | Remove a bunch of dead JBIG2 code. | Lei Zhang |
2015-08-14 | Clean: Fix some unneeded semi-colons and bad spacing. | 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 | Merge to master: _FETAL => _FATAL. | Tom Sepez |
2015-07-16 | Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-07-10 | Make CJBig2_Object::operator delete accept nullptrchromium/2455 | Vitaly Buka |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-15 | Do some IWYU cleanups. | 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-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-05-21 | Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer | JUN FANG |
2015-05-20 | Integer overflow in CJBig2_Image::expand | JUN FANG |
2015-05-19 | Fix Heap Overflow in CJBig2_Image::expand | JUN FANG |
2015-05-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-04-13 | Fix a heap overflow in CJBig2_Context::parseSymbolDictchromium/2371chromium/2370chromium/2369 | JUN FANG |