Age | Commit message (Expand) | Author |
2015-08-13 | Cleanup: Remove unused CPDF_Stream::Clone(). | Lei Zhang |
2015-08-07 | Fix FXSYS_itoa() implementation. | Tom Sepez |
2015-08-05 | Remove the unused IFX_StreamRead::SetRange() mechanism. | Tom Sepez |
2015-08-05 | FPDF_Creator can only create file through embedder-supplied callback. | Tom Sepez |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-31 | Kill FX_HFILE | Tom Sepez |
2015-07-27 | Kill CFX_ArchiveLoader / CFX_ArchiveSaver and subclasses | Tom Sepez |
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-06-19 | Replace CFX_MapPtrTemplate with std::map. | Lei Zhang |
2015-06-17 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-15 | Fix -Winconsistent-missing-override warnings. | 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 FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430 | Tom Sepez |
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-05 | Add move constructor for FX string types. | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-18 | Add safe FX_Alloc2D() macro | Tom Sepez |
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 | 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-12 | Restore checked strlen conversions. | Tom Sepez |
2015-05-08 | Fix compilation under chromium checkouts. | Tom Sepez |
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-05 | Make sure string constructors are efficient on literals | Tom Sepez |
2015-05-04 | Fix issues with != and == in fx_basic_wstring | Tom Sepez |
2015-05-04 | Kill FX_DEFINEHANDLE | Tom Sepez |
2015-05-04 | Fix issuse with != and == shown by fx_basic_bstring unit tests. | Tom Sepez |
2015-05-01 | Backfill some FX String unit tests for == and !=. | Tom Sepez |
2015-05-01 | Save 4 bytes per CFX_ByteString where intptr_t smaller than long. | Tom Sepez |
2015-04-28 | Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-28 | Revert "Make CFX_WideString::LockBuffer() completely unused." | Tom Sepez |
2015-04-28 | Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-27 | Revert "Make CFX_WideString::LockBuffer() completely unused." | Tom Sepez |
2015-04-27 | Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-27 | Revert "Kill operator LPCWSTR from CFX_WideString()." | Tom Sepez |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |