Age | Commit message (Expand) | Author |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-11-02 | Remove some C-style const char* casts. | Lei Zhang |
2017-10-05 | Remove CPDF_Object friends | Dan Sinclair |
2017-10-02 | Remove useless code. | Artem Strygin |
2017-10-02 | Implement CPDF_CryptoHandler::DecryptObject | Artem Strygin |
2017-09-28 | Fix infinite loop on form availability check. | Artem Strygin |
2017-09-21 | Rename CPDF_SyntaxParser::GetObject to GetObjectBody | Artem Strygin |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-12 | Don't attempt to decrypt AES streams that are too shortchromium/3214 | Ryan Harrison |
2017-09-07 | Implement CPDF_SyntaxParser::PeekNextWord. | Artem Strygin |
2017-09-07 | Simplify CPDF_SyntaxParser::GetNextWordInternal. | Artem Strygin |
2017-09-05 | Remove redundant code. | Artem Strygin |
2017-09-05 | Move Parsing of indirect object logic into CPDF_SyntaxParser. | Artem Strygin |
2017-08-30 | Move CFX_BinaryBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |
2017-08-28 | Unify CPDF_SyntaxParser::GetObjectXXX methods. | Artem Strygin |
2017-08-08 | Add validator into CPDF_SyntaxParser. | Artem Strygin |
2017-08-01 | Add public access for read stream into CPDF_SyntaxParser | Artem Strygin |
2017-07-07 | core: fix -Wshadow warningschromium/3153 | Miklos Vajna |
2017-06-13 | Allow zero length streams when parsing.chromium/3130 | Dan Sinclair |
2017-06-13 | Converting CFX_ByteTextBuf to ostringstream in cpdf_syntax_parser.cpp. | Henrique Nakashima |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-03 | CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-13 | Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072 | Tom Sepez |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-05 | Fix assignment to len. | dan sinclair |
2017-04-05 | Use correct length in guard check | dan sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-27 | Guard against lengths greater then input size | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-01-09 | Do not parse references with invalid objnum | npm |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-07 | Use unique_ptr return from CPDF_Parser::ParseIndirectObject() | tsepez |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-03 | Clean up CPDF_SyntaxParser a little bit | npm |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |