Age | Commit message (Expand) | Author |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-27 | Remove rendundant ../include from paths of files in include/ directory | Tom Sepez |
2015-05-26 | Upgrade openjpeg to r3002 | JUN FANG |
2015-05-21 | Update copy of safe_math_impl.h to take a fix from upstream: | Tom Sepez |
2015-05-21 | Fix four annoying warnings: | Tom Sepez |
2015-05-21 | Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer | JUN FANG |
2015-05-20 | Get test running scripts to detect and report common error. | Bruce Dawson |
2015-05-20 | Integer overflow in CJBig2_Image::expand | JUN FANG |
2015-05-20 | Tidy public fpdfview.h and fpdf_flatten.h. | Tom Sepez |
2015-05-20 | Turn on warnings for usage of disabled V8 APIs | Jochen Eisinger |
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-19 | Fix Heap Overflow in CJBig2_Image::expand | JUN FANG |
2015-05-18 | Cleanup if early return from opj_j2k_copy_default_tcp_and_create_tcd(). | Tom Sepez |
2015-05-19 | Replace v8::Handle with v8::Local and v8::Persistent with v8::Global | Jochen Eisinger |
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-17 | Add myself to OWNERS file | Jochen Eisinger |
2015-05-17 | Replace deprecated with non-deprecated V8 APIs | Jochen Eisinger |
2015-05-15 | Fix leaks in embedder test's FlateEncode() usage and in FlateEncode(). | Lei Zhang |
2015-05-15 | Disable allocation tests that hose the bot. | Tom Sepez |
2015-05-15 | Initialize members of CPDF_TextPageFind class. | Lei Zhang |
2015-05-15 | Fix leaks in the embedder tests themselves. | Lei Zhang |
2015-05-15 | Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-15 | Remove FX_NEW_VECTOR() macros. | Tom Sepez |
2015-05-15 | Fix potential UAF in ConcatInPlace. | Tom Sepez |
2015-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-14 | Make CFX_StringData be scoped by CFX_Bytestring and add methods.chromium/2421chromium/2420chromium/2419chromium/2418chromium/2417chromium/2416chromium/2415chromium/2414chromium/2413chromium/2412chromium/2411chromium/2410chromium/2409chromium/2408chromium/2407chromium/2406chromium/2405chromium/2404 | Tom Sepez |
2015-05-13 | Fix integer overflow in conversion from float to integer. | JUN FANG |
2015-05-14 | Use phantom handles instead of weak handles | Jochen Eisinger |
2015-05-13 | Tidy public/ directory. | Tom Sepez |
2015-05-13 | Fix comparison of CFX_ByteString and CFX_WideString against empty literals. | Tom Sepez |
2015-05-13 | Set pointers in internal fields directly instead of wrapping them | Jochen Eisinger |
2015-05-12 | Make (and verify) public/ files compile under C. | Tom Sepez |
2015-05-12 | Describe required properties of public/ files with a README. | Tom Sepez |
2015-05-12 | Restore checked strlen conversions. | Tom Sepez |
2015-05-12 | NEW public API for pdfwindow font manipulation.chromium/2402chromium/2401chromium/2400 | Tom Sepez |
2015-05-11 | Add owners file for PDFium.chromium/2399 | Tom Sepez |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |
2015-05-08 | Move function prototypes to new doc_utils.h file | Tom Sepez |
2015-05-08 | Fix compilation under chromium checkouts. | Tom Sepez |
2015-05-08 | Better error from pdfium_test when page too big to render. | Tom Sepez |
2015-05-08 | Fix errors from commit f0a169e. | Lei Zhang |
2015-05-08 | Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-06 | Support arrays in nonstd::unique_ptr<>. | Tom Sepez |
2015-05-06 | Manual revert of ad2a822ce5c3 | Tom Sepez |
2015-05-06 | Remove FX_STRSIZE casts, use safe conversions | Tom Sepez |
2015-05-06 | Fix fx_string.h compile error under chromium checkouts.chromium/2398chromium/2397chromium/2396 | Tom Sepez |
2015-05-06 | Fix a couple of divide by zero crashes in PNG/TIFF predictors. | Lei Zhang |