summaryrefslogtreecommitdiff
path: root/poppler/CurlPDFDocBuilder.cc
AgeCommit message (Expand)AuthorFilesLines
2022-03-30Remove the url from the CachedFileLoader::init functionAlbert Astals Cid1-1/+1
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid1-1/+1
2022-02-15Make PDFDoc constructor take the filename as unique_ptrAlbert Astals Cid1-2/+2
2021-02-12Make PDFDocBuilder return a std::unique_ptrOliver Sander1-2/+3
2020-07-03Run clang-formatAlbert Astals Cid1-14/+9
2018-12-06Replace Guint by unsigned intOliver Sander1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-4/+4
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid1-1/+1
2017-09-15CurlPDFDocBuilder don't crash if given a url that doesn't existAlbert Astals Cid1-0/+6
2017-07-31Build++Albert Astals Cid1-4/+1
2010-11-21pedantic ;Albert Astals Cid1-1/+1
2010-04-05Make some paremeters const & to clearly show we just read themAlbert Astals Cid1-4/+5
2010-04-05Add CurlPDFDocBuilderHib Eris1-0/+46