Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
13 Jan, 2020
2 commits
  • Add std::regex to c++11 feature tests
    75241655
    Jay Berkenbilt authored
    2020-01-13 09:19:03 -0500  
    Browse Code »
  • TODO: Move lexical stuff and add detail
    49f4600d
    Jay Berkenbilt authored
    2020-01-13 09:18:36 -0500  
    Browse Code »

30 Dec, 2019
1 commit
  • TODO: Remove fixed item, move item into ABI section
    0ae19c37
    Jay Berkenbilt authored
    2019-12-30 09:18:02 -0500  
    Browse Code »

17 Dec, 2019
2 commits
  • Update Travis to Xenial
    1e0b1025
    Gábor Lipták authored
    2019-12-17 13:30:53 -0500  
    Browse Code »
  • Update qtest version to 1.6
    18e558e7
    Jay Berkenbilt authored
    2019-12-17 11:30:03 -0500  
    Browse Code »

03 Dec, 2019
2 commits
  • Remove misspelled word from spell check dictionary
    e35e4099
    Jay Berkenbilt authored
    2019-12-03 09:03:44 -0500  
    Browse Code »
  • Fix spelling and make some links HTTPS in README
    b456bddc
    Matthias Braun authored
    2019-12-03 09:02:59 -0500  
    Browse Code »

16 Nov, 2019
2 commits
  • Prepare 9.1.0 release
    9b0c6022
    Jay Berkenbilt authored
    2019-11-16 22:29:54 -0500  
    Browse Code »
  • More maintainer notes
    9b577c3c
    Jay Berkenbilt authored
    2019-11-16 22:29:05 -0500  
    Browse Code »

15 Nov, 2019
1 commit
  • Fix error in manual
    b9f06fed
    Jay Berkenbilt authored
    2019-11-15 10:29:11 -0500  
    Browse Code »

11 Nov, 2019
1 commit
  • Clean up documentation around gnutls and C++-11
    b76af924
    Jay Berkenbilt authored
    2019-11-11 14:14:31 -0500  
    Browse Code »

10 Nov, 2019
3 commits
  • Update AppImage to use Ubuntu 16.04 since 14.04 is out of support
    db7d6030
    Jay Berkenbilt authored
    2019-11-10 20:40:30 -0500  
    Browse Code »
  • Use gnutls crypto provider in the AppImage
    5e936ddd
    Jay Berkenbilt authored
    2019-11-10 20:19:59 -0500  
    Browse Code »
  • Fix up documentation around Windows wildcard fix
    0e94aa69
    Jay Berkenbilt authored
    2019-11-10 20:19:38 -0500  
    Browse Code »

09 Nov, 2019
26 commits
  • Prepare 9.1.rc1 release
    5e6dfc93
    Jay Berkenbilt authored
    2019-11-09 22:00:53 -0500  
    Browse Code »
  • Search for gnutls if not found with pkg-config
    f60b4ead
    Jay Berkenbilt authored
    2019-11-09 22:00:41 -0500  
    Browse Code »
  • Spell check
    021d7145
    Jay Berkenbilt authored
    2019-11-09 19:03:56 -0500  
    Browse Code »
  • Link with setargv or wsetargv with MSVC (fixes #224) ...
    07da0039
    For wildcard expansion to work properly with the msvc binary, it is
    necessary to link with setargv.obj or wsetargv.obj, depending on
    whether wmain is in use.
    Jay Berkenbilt authored
    2019-11-09 18:50:42 -0500  
    Browse Code »
  • Explicitly disable gnutls for Windows build
    a58918bb
    Jay Berkenbilt authored
    2019-11-09 15:55:05 -0500  
    Browse Code »
  • Allow odd/even modifiers in numeric range (fixes #364)
    c4478e52
    Jay Berkenbilt authored
    2019-11-09 13:23:12 -0500  
    Browse Code »
  • Add the word "slow" to preserved unreferenced resources docs (fixes #380) ...
    c9cc8362
    This makes it more likely for someone who notices a big slow-down in
    page splitting to discover the option.
    Jay Berkenbilt authored
    2019-11-09 12:33:15 -0500  
    Browse Code »
  • Allow /P in encryption dictionary to be positive (fixes #382) ...
    5508f746
    Even though this is disallowed by the spec, files like this have been
    encountered in the wild.
    Jay Berkenbilt authored
    2019-11-09 12:33:15 -0500  
    Browse Code »
  • Start list of ABI changes for qpdf 10
    b997fa53
    Jay Berkenbilt authored
    2019-11-09 12:33:15 -0500  
    Browse Code »
  • Update release notes for crypto providers
    e5cec314
    Jay Berkenbilt authored
    2019-11-09 12:33:15 -0500  
    Browse Code »
  • Update docs for crypto providers
    1ee45458
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Code »
  • Run all crypto providers in CI for Linux and sanitizer builds
    70b8c41f
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Code »
  • Run libtests for crypto with all available providers ...
    1639d972
    If QPDF_CRYPTO_PROVIDER is set, just run the tests for the given
    provider. This is to support cases of running the entire test suite
    for each provider. If QPDF_CRYPTO_PROVIDER is not set, run the tests
    that exercise the cyrpto provider for each available provider.
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Code »
  • Allow runtime inspection/override of crypto provider
    127a957a
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Code »
  • Increase coverage for RC4 testing
    fb4c6c15
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Code »
  • Explicitly use only native crypto for oss-fuzz ...
    6d1d2446
    I don't need qpdf's fuzz to find leaks and invalid memory in gnutls.
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse Code »
  • Implement gnutls crypto provider (fixes #218) ...
    88bedb41
    Thanks to Zdenek Dohnal <zdohnal@redhat.com> for contributing the code
    used for the gnutls crypto provider.
    Jay Berkenbilt authored
    2019-11-09 09:53:38 -0500  
    Browse Code »
  • Update autoconf to support crypto selection
    cc145234
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • Fix typos in configure.ac
    d0a53cd3
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • Isolate source files used for native crypto
    c03ced09
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • AES_PDF: move CBC logic from pipeline to AES_PDF implementation
    d1ffe46c
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • AES_PDF: switch to pluggable crypto
    c8cda4f9
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • SHA2: switch to pluggable crypto
    bb427bd1
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • Rename SHA2 implementation (non-bisectable)
    eadc222f
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • RC4: switch to pluggable crypto
    4287fcc0
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »
  • Rename RC4 implementation (non-bisectable)
    0cdcd102
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Code »