summaryrefslogtreecommitdiff
path: root/poppler/Parser.cc
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-10/+18
2020-12-11Don't decrypt the Contents field of Sig dictionariesAlbert Astals Cid1-16/+34
2020-07-03Run clang-formatAlbert Astals Cid1-276/+274
2020-01-09SecurityHandler: add constAlbert Astals Cid1-3/+3
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-08-13Decrypt: take a Ref instead of two intAlbert Astals Cid1-2/+2
2019-03-31Update (C) of previous commitsAlbert Astals Cid1-1/+1
2019-03-31Since a Parser cannot be used without a Lexer, make the Parser own the Lexer ...Adam Reichold1-29/+32
2019-02-19Update (C) of previous commitsAlbert Astals Cid1-1/+1
2019-02-17Remove the "long" Object objRef constructorAlbert Astals Cid1-1/+4
2018-12-06Replace Guchar by unsigned charOliver Sander1-2/+2
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-11-07Rework Parser::makeStream "entry" variable handlingAlbert Astals Cid1-15/+21
2018-11-03Parser::makeStream: Fix crash on malformed filesAlbert Astals Cid1-0/+4
2018-11-03initialize entryAlbert Astals Cid1-1/+1
2018-11-03Update (C)Albert Astals Cid1-0/+1
2018-11-02Avoid cycles in PDF parsingMarek Kasik1-0/+15
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-8/+8
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-22Fix overflow by noting that pos + length instead of just length must stay wit...Adam Reichold1-1/+1
2018-08-23Add Adam's copyright for the last patchsetAlbert Astals Cid1-0/+1
2018-08-23Adjust all users of Dict::add to avoid leaking memory due to by now unnecessa...Adam Reichold1-5/+3
2018-07-18Fix crash when Object has negative numberAlbert Astals Cid1-0/+5
2018-05-30LONG_LONG_MAX -> LLONG_MAXAlbert Astals Cid1-2/+2
2018-05-25Parser::makeStream: Don't overflow lengthAlbert Astals Cid1-1/+2
2018-05-22Parser::makeStream: Make sure length is not negativeAlbert Astals Cid1-0/+3
2018-05-22Parser::makeStream: Fix potential integer overflowAlbert Astals Cid1-1/+4
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-1/+3
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-5/+5
2017-12-28Break loop if recursionLimit is reachedThomas Freitag1-1/+2
2017-08-01Fix memory leak on corner case conditionAlbert Astals Cid1-2/+2
2017-06-17Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-2/+9
2017-06-17Break earlier on reaching recursion limitAlbert Astals Cid1-3/+12
2017-05-09New Object APIAlbert Astals Cid1-56/+40
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-2/+2
2014-01-06C for last commitAlbert Astals Cid1-1/+1
2014-01-06Fix rendering of pdf file from KDE bug 329600Albert Astals Cid1-1/+1
2013-11-15Forgot to update the copyrightsAlbert Astals Cid1-1/+1
2013-11-15Fix regression in broken endstream detectionAlbert Astals Cid1-7/+4
2013-04-06Fix endstream detectionThomas Freitag1-2/+26
2013-02-10Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+1
2013-02-10Update CAlbert Astals Cid1-0/+1
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25Large file supportAdrian Johnson1-3/+7
2013-01-19Make rendering thread-safeThomas Freitag1-1/+2
2013-01-04Parser: return error if stream encountered when allowStreams = falseAdrian Johnson1-7/+7
2012-02-29Only use Hints table when there are no parse errorsHib Eris1-6/+24
2012-02-05[xpdf303] More merges from Thomas, basically PSOutputDev and some other small...Albert Astals Cid1-6/+7
2011-12-06xpdf303: Use xpdf method against recursion while parsingAlbert Astals Cid1-17/+15
2011-08-31xpdf303: Protect against NULL from lexer->getStream()Albert Astals Cid1-1/+4