Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-10 | Minor clean up of Windows headers | Jay Berkenbilt | |
2021-01-31 | Improve memory safety of dict/array iterators | Jay Berkenbilt | |
2021-01-30 | Update examples to use QPDFObjectHandle iterators | Jay Berkenbilt | |
2020-04-16 | Fix warnings reported by -Wshadow=local (fixes #431) | Jay Berkenbilt | |
2018-02-04 | Add comment to setStaticID call | Jay Berkenbilt | |
2017-07-26 | Make windows includes lowercase (fixes #123) | slurdge | |
For cross compiling. | |||
2013-10-18 | Security: replace operator[] with at | Jay Berkenbilt | |
For std::string and std::vector, replace operator[] with at. This was done using an automated process. See README.hardening for details. | |||
2013-03-05 | Use portable versions of some UNIX-specific calls | Jay Berkenbilt | |
Remove needless calls to open, close, and fileno; call remove instead of unlink. | |||
2012-06-22 | Switch some code to use empty newArray/newDictionary | Jay Berkenbilt | |
2012-06-20 | Portability issues: off_t, unlink | Jay Berkenbilt | |
New header qpdf/Types.h attempts to make sure size_t and off_t are defined on any platform and in a way that would work with large file support. Additionally, missing header files are included to get unlink. | |||
2009-10-19 | DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them ↵ | Jay Berkenbilt | |
both for C and C++ interfaces git-svn-id: svn+q:///qpdf/trunk@828 71b93d88-0707-0410-a8cf-f5a4172ac649 | |||
2009-10-14 | make -key not take an argument with a / to appease msys's path translation | Jay Berkenbilt | |
git-svn-id: svn+q:///qpdf/trunk@803 71b93d88-0707-0410-a8cf-f5a4172ac649 | |||
2009-07-15 | clean up windows portability code, make remaining test suite pass | Jay Berkenbilt | |
git-svn-id: svn+q:///qpdf/trunk@686 71b93d88-0707-0410-a8cf-f5a4172ac649 | |||
2009-07-13 | remove extraneous unistd.h | Jay Berkenbilt | |
git-svn-id: svn+q:///qpdf/trunk@681 71b93d88-0707-0410-a8cf-f5a4172ac649 | |||
2008-04-29 | update release date to actual daterelease-qpdf-2.0 | Jay Berkenbilt | |
git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649 |