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
/
qpdf-c.cc
Age
Commit message (
Expand
)
Author
2018-02-19
Add C API for checking PDF files
Jay Berkenbilt
2017-09-12
Update C API with new QPDFWriter methods
Jay Berkenbilt
2017-07-28
Convert stream filtering errors to warnings
Jay Berkenbilt
2017-07-28
Convert object parsing errors to warnings
Jay Berkenbilt
2015-10-31
Implement deterministic ID
Jay Berkenbilt
2012-12-31
Update "C" API with functions for new features
Jay Berkenbilt
2012-06-24
Fix and test support for files >= 4 GB
Jay Berkenbilt
2012-06-22
Switch some code to use empty newArray/newDictionary
Jay Berkenbilt
2012-06-20
ABI change: fix use of off_t, size_t, and integer types
Jay Berkenbilt
2011-08-11
enhance PointerHolder so that it can explicitly be told to use delete [] inst...
Jay Berkenbilt
2011-08-11
qpdf_set_info_key, qpdf_get_info_key
Jay Berkenbilt
2010-10-04
add qpdf_read_memory to C API
Jay Berkenbilt
2010-09-24
update code to new PointerHolder, and reintroduce change that was accidentall...
Jay Berkenbilt
2009-10-24
add C interface for getting software version
Jay Berkenbilt
2009-10-23
more tweaking of C error interface
Jay Berkenbilt
2009-10-23
improve C error handling interface
Jay Berkenbilt
2009-10-20
remove off_t from C API
Jay Berkenbilt
2009-10-20
static
Jay Berkenbilt
2009-10-20
fix bug in C API, test invalid password specifically
Jay Berkenbilt
2009-10-20
checkpoint
Jay Berkenbilt
2009-10-20
update C API for error retrieval
Jay Berkenbilt
2009-10-19
DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b...
Jay Berkenbilt
2009-10-19
add C API for R4 encryption
Jay Berkenbilt
2009-10-12
do DLL_EXPORT only in header files and only at the class or top-level functio...
Jay Berkenbilt
2009-10-05
Implement changes suggested by Zarko and our subsequent conversations:
Jay Berkenbilt
2009-09-27
finished testing C API
Jay Berkenbilt
2009-09-27
add methods for getting encryption data
Jay Berkenbilt
2009-09-27
add many new tests to exercise C api
Jay Berkenbilt
2009-09-27
basic implementation of C API
Jay Berkenbilt
2009-09-27
checkpoint -- first crack at C API, minor refactoring of encryption functions
Jay Berkenbilt