summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_dataavail.cpp
AgeCommit message (Expand)Author
2018-08-27The final game: mark everything final.Tom Sepez
2018-06-12CheckUnSupportError() always called with FPDF_ERR_SUCCESS.Tom Sepez
2018-06-01Creating XFA context shouldn't be a side-effect of FPDF_* conversion.Tom Sepez
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2017-11-02Move parsing logic from FPDF_DataAvail into CPDF_DataAvail.Artem Strygin
2017-10-03Improve CPDF_ReadVaildatorArtem Strygin
2017-10-02Allow to use null FX_DOWNLOADHINTS to check data availabilityArtem Strygin
2017-09-26Rename CFPDF_* classesDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-07-28Implement read validator.Artem Strygin
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-28Continue fixing FX_BOOL / int noisetsepez
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-28Replace std::unique_ptr.reset() with WrapUnique assignment.thestig
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-08-24Flip document and parser ownershipdsinclair
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-06-14Get rid of IPDF_DataAvail.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair