1. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 6 years ago
  2. aa1c787 Guard usages of tellp(). It may return -1 in error cases. by Henrique Nakashima · 6 years ago
  3. 07401ba Remove default arguments to CPDF_StreamAcc::LoadAllData(). by Lei Zhang · 7 years ago
  4. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  5. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  6. 4fde70e Fix length field in dictionary on create stream by Artem Strygin · 7 years ago
  7. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  8. 90555e0 Add CPDF_Stream::ReplaceData method. by Artem Strygin · 7 years ago
  9. d39443e Add overload for CPDF_Stream.SetData() that takes an ostringstream. by Henrique Nakashima · 7 years ago
  10. 5b59033 Store the offset in the archive buffer by Dan Sinclair · 7 years ago
  11. c68b1e7 Remove AppendObject from CPDF_Creator by Dan Sinclair · 7 years ago
  12. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 7 years ago
  13. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  14. baf318f Fix stream reading from pFile. by Graeme Connell · 7 years ago
  15. 47fb8c0 Return unique_ptr from CFX_BinaryBuf::DetachBuffer() by tsepez · 8 years ago
  16. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  17. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  18. 405ac0f Use CFX_MaybeOwned<> in fpdf_edit_create.cpp by tsepez · 8 years ago
  19. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  20. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  21. 430ab83 Add unit test for CXFA_FileRead. by tsepez · 8 years ago
  22. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  23. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  24. f0d5b6c Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ ) by dsinclair · 8 years ago
  25. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  26. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  27. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  28. 836f7d5 Land all the fixes from 5609f39c but don't enable assert by tsepez · 8 years ago
  29. 5609f39 Revert "Re-land "Assert that only 0-numbered objects are Released()"" by tsepez · 8 years ago
  30. b69a98c Re-land "Assert that only 0-numbered objects are Released()" by tsepez · 8 years ago
  31. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago[Renamed (91%) from core/fpdfapi/fpdf_parser/cpdf_stream.cpp]
  32. b73c993 Revert of Assert that only 0-numbered objects are Released() (patchset #7 id:120001 of https://codereview.chromium.org/2375343004/ ) by thestig · 8 years ago
  33. aba528a Assert that only 0-numbered objects are Released() by tsepez · 8 years ago
  34. cd5bca4 Fix build of pdf_hint_table_fuzzer. by tsepez · 8 years ago
  35. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  36. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  37. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  38. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  39. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  40. 596fc4c Add missing const to CPDF_Stream::InitStream() by tsepez · 8 years ago
  41. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  42. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  43. 92bbb6f Split CPDF_Stream/CPDF_StreamAcc into separate files by Tom Sepez · 8 years ago
  44. 764ec51 Move core/src/ up to core/. by Dan Sinclair · 8 years ago[Renamed from core/src/fpdfapi/fpdf_parser/cpdf_stream.cpp]
  45. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago