index
:
qpdf
10.5
10.6
11.0
11.1
11.2
11.3
doc-check
external-libs
main
stable
zopfli
qpdf + zopfli patch
Justin Gassner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libqpdf
/
QUtil.cc
Age
Commit message (
Expand
)
Author
2019-01-06
Add WinAnsi and MacRoman encoding
Jay Berkenbilt
2019-01-06
Refactor QUtil::utf8_to_ascii
Jay Berkenbilt
2019-01-06
Move utf8_to_utf16 into QUtil
Jay Berkenbilt
2019-01-04
Add QUtil::utf8_to_ascii
Jay Berkenbilt
2018-12-22
Move numrange code from qpdf.cc to QUtil.cc
Jay Berkenbilt
2018-08-14
New exception class QPDFSystemError (fixes #221)
Jay Berkenbilt
2018-06-21
QUtil::toUTF16
Jay Berkenbilt
2018-02-04
Fix setLineBuf for bsd (fixes #177)
Jay Berkenbilt
2018-01-15
Fixes for clang
Jay Berkenbilt
2018-01-14
Add QUtil::hex_decode
Jay Berkenbilt
2018-01-14
Allow trailing . in numeric token (fixes #165)
Jay Berkenbilt
2017-08-29
Detect integer overflow/underflow
Jay Berkenbilt
2017-08-11
Find xref without PCRE
Jay Berkenbilt
2017-08-05
QUtil::strcasecmp
Jay Berkenbilt
2017-07-30
Allow reading command-line args from files (fixes #16)
Jay Berkenbilt
2017-07-30
Detect input file = output file (fixes #29)
Jay Berkenbilt
2017-07-27
Move lexer helper functions to QUtil
Jay Berkenbilt
2017-07-26
Make windows includes lowercase (fixes #123)
slurdge
2016-01-24
C++-Builder supports 64 Bit file functions
Thorsten Schöning
2013-12-16
Remove needless #ifdef _WIN32 from getWhoami
Jay Berkenbilt
2013-12-16
Increase random data provider support
Jay Berkenbilt
2013-12-14
Refactor random data generation
Jay Berkenbilt
2013-11-30
Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable
Jay Berkenbilt
2013-10-18
Security: replace operator[] with at
Jay Berkenbilt
2013-10-18
Security: use a secure random number generator
Jay Berkenbilt
2013-10-10
Security: keep cur_byte pointing into bytes array
Jay Berkenbilt
2013-04-14
Run spelling checker
Jay Berkenbilt
2013-03-05
Favor strerror_s and fopen_s on MSVC
Jay Berkenbilt
2013-03-05
Call QUtil::safe_fopen in place of fopen
Jay Berkenbilt
2013-03-05
Remove all calls to sprintf
Jay Berkenbilt
2013-03-05
Mark secure CRT warnings with comment
Jay Berkenbilt
2013-03-04
Rewrite QUtil::int_to_string and QUtil::double_to_string
Jay Berkenbilt
2013-03-04
Remove all old-style casts from C++ code
Jay Berkenbilt
2013-03-04
Replace many calls to sprintf with QUtil::hex_encode
Jay Berkenbilt
2012-12-31
Add random number functions to QUtil
Jay Berkenbilt
2012-07-29
Fix spelling errors
Jay Berkenbilt
2012-06-27
Rename seek functions in QUtil
Jay Berkenbilt
2012-06-27
Visual C++ and mingw32 fixes for large files
Jay Berkenbilt
2012-06-22
Add factory methods for creating empty arrays and dictionaries.
Jay Berkenbilt
2012-06-22
Use qpdf_offset_t in place of off_t in public APIs.
Jay Berkenbilt
2012-06-20
ABI change: fix use of off_t, size_t, and integer types
Jay Berkenbilt
2009-10-21
make line buffering os-specific
Jay Berkenbilt
2009-10-19
DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b...
Jay Berkenbilt
2009-10-12
do DLL_EXPORT only in header files and only at the class or top-level functio...
Jay Berkenbilt
2009-09-26
removed qexc; non-compatible ABI change
Jay Berkenbilt
2009-08-06
stick DLL_EXPORT in front of every public method of every public class
Jay Berkenbilt
2009-07-15
clean up windows portability code, make remaining test suite pass
Jay Berkenbilt
2009-07-15
windows fixes
Jay Berkenbilt
2009-07-13
Fix a few compiler errors reported correctly my MSVC 9.0.
Jay Berkenbilt
2009-02-21
fix many typos in comments and strings
Jay Berkenbilt
[next]