Age | Commit message (Expand) | Author |
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-13 | Cleanup: Remove unused CPDF_Stream::Clone(). | Lei Zhang |
2015-08-11 | Fix a small leak in CPDF_DataAvail::CheckTrailer(). | Lei Zhang |
2015-08-06 | clang-format all pdfium code, again. | Nico Weber |
2015-08-05 | Early object closing in PDF via premature 'endobj' keyword | JUN FANG |
2015-08-05 | CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
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-14 | Move FPDFAPI_FlateInit() prototype and friends to .h file | Tom Sepez |
2015-06-22 | Cleanup: Get rid of CPDF_Reference::Create(). | Lei Zhang |
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-15 | Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual. | Lei Zhang |
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 | 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-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Kill unused IPDF_ classes. | Tom Sepez |
2015-06-02 | kill IPDF_DocParser(). | Tom Sepez |
2015-05-28 | Fix ALL the include guards. | Tom Sepez |
2015-05-21 | Fix four annoying warnings: | 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 | 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 | Fix leaks in the embedder tests themselves. | Lei Zhang |
2015-05-14 | Fix another batch of compiler warnings. | Lei Zhang |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |
2015-05-06 | Remove FX_STRSIZE casts, use safe conversions | Tom Sepez |
2015-04-27 | SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary. | Tom Sepez |
2015-04-27 | Reduce usage of operator LPCWSTR from CFX_WideString(). | 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 |
2015-04-23 | Fix segmentation fault 'denial of service condition' | JUN FANG |
2015-04-22 | Add missing operators for CFX_ByteStringC. | Tom Sepez |
2015-04-16 | Replace FX_NEW with new, remove tests from fpdfapi | Tom Sepez |