Age | Commit message (Expand) | Author |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | CPDF_Document::GetPageData() normally does not return NULL. | Lei Zhang |
2017-05-04 | CPDF_DataAvail: avoid reads into stack buffers. | Tom Sepez |
2017-05-03 | CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words | Tom Sepez |
2017-05-03 | SetPos to at most the file length to avoid overflows | Nicolas Pena |
2017-04-27 | Remove more |new|s, part 2 | Tom Sepez |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Rename array names to match codepage names | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-13 | Use vector of unique ptr in cpdf_data_avail.cpp. | Tom Sepez |
2017-04-13 | Move another opertator<<() prototype into correct .h file. | Tom Sepez |
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-04 | Remove a couple checks for MakeUnique failures. | Lei Zhang |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | RefCount CPDF_IccProfile all the time | Tom Sepez |
2017-04-04 | Remove unneeded void* casts. | Lei Zhang |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Upgrade to FreeType 2.7.1. | Lei Zhang |
2017-03-27 | Guard against lengths greater then input size | Dan Sinclair |
2017-03-27 | Remove old test expectations after the Mac 10.12 upgrade. | Lei Zhang |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-22 | Return errors after validation instead of ASSERT in CPDF_DataAvail | Nicolas Pena |
2017-03-22 | Fix ASSERT in CPDF_Data_Avail | Nicolas Pena |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-16 | Remove some nested statements in CPDF_DataAvail. | Lei Zhang |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-27 | Remove some pointless checks and assignments. | Lei Zhang |
2017-02-26 | core: fix two more uninitialized memberschromium/3025chromium/3024 | Miklos Vajna |
2017-02-24 | Remove repeated flags from CPDF_Fontchromium/3023 | Nicolas Pena |
2017-02-24 | Fix a wrong variable usage in PDF_EncodeText(). | Lei Zhang |
2017-02-16 | Avoid a potential leak in CPDF_IndirectObjectHolder | Tom Sepez |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-06 | Fix stream reading from pFile. | Graeme Connell |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-18 | Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. | tsepez |