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
  • ChangeLog
22 Oct, 2020
1 commit
  • Fix loop detection error (fuzz issue 23172)
    24196c08
    Jay Berkenbilt authored
    2020-10-22 05:48:35 -0400  
    Browse File »

21 Oct, 2020
4 commits
  • Obscure bug fix copying foreign streams in special cases (fixes #449) ...
    956c8f64
    Specifically, if a stream had its stream data replaced and had
    indirect /Filter or /DecodeParms, it would result in non-silent loss
    of data and/or internal error.
    Jay Berkenbilt authored
    2020-10-21 19:23:23 -0400  
    Browse File »
  • Turn off azure pipelines, completing migration to GitHub Actions
    395efdf8
    Jay Berkenbilt authored
    2020-10-21 16:42:51 -0400  
    Browse File »
  • Protect numeric conversion against user's locale (fixes #459)
    98f6c00d
    Jay Berkenbilt authored
    2020-10-21 16:42:51 -0400  
    Browse File »
  • Create a minimal Linux binary distribution (fixes #352) ...
    cfafac8d
    This is suitable for use as a Lambda layer in AWS, inclusion in a
    docker container, or other places where a minimal binary distribution
    is desired.
    Jay Berkenbilt authored
    2020-10-21 10:07:34 -0400  
    Browse File »

20 Oct, 2020
2 commits
  • Add option --warning-exit-0 to exit 0 instead of 3 with warnings
    758e3e38
    Jay Berkenbilt authored
    2020-10-20 18:02:39 -0400  
    Browse File »
  • Add --disable-rpath to configure (fixes #422)
    56d96e22
    Jay Berkenbilt authored
    2020-10-20 17:18:20 -0400  
    Browse File »

18 Oct, 2020
1 commit
  • Stop using InputSource::unreadCh
    bed165c9
    Jay Berkenbilt authored
    2020-10-18 07:43:05 -0400  
    Browse File »

16 Oct, 2020
2 commits
  • TODO and ChangeLog updates from merged pull requests
    a3677ffe
    Jay Berkenbilt authored
    2020-10-16 20:15:14 -0400  
    Browse File »
  • Minor notes on GitHub Actions migration
    894d1c65
    Jay Berkenbilt authored
    2020-10-16 17:52:43 -0400  
    Browse File »

29 Apr, 2020
1 commit
  • Write linearization errors to stderr (fixes #438)
    26514ab7
    Jay Berkenbilt authored
    2020-04-29 17:33:34 -0400  
    Browse File »

09 Apr, 2020
1 commit
  • Prepare 10.0.1 release
    821a7018
    Jay Berkenbilt authored
    2020-04-09 11:48:26 -0400  
    Browse File »

08 Apr, 2020
1 commit
  • Bug fix: getStreamData should on unfilterable stream (fixes #425)
    4977a7ef
    Jay Berkenbilt authored
    2020-04-08 18:52:04 -0400  
    Browse File »

07 Apr, 2020
2 commits
  • Improve pdf-invert-images example
    65ae8511
    Jay Berkenbilt authored
    2020-04-07 18:11:00 -0400  
    Browse File »
  • Correction to ChangeLog
    fbac4725
    Jay Berkenbilt authored
    2020-04-07 17:54:47 -0400  
    Browse File »

06 Apr, 2020
6 commits
  • Prepare 10.0.0 release
    1e629c27
    Jay Berkenbilt authored
    2020-04-06 11:30:15 -0400  
    Browse File »
  • Spell check
    ce6cee35
    Jay Berkenbilt authored
    2020-04-06 11:23:02 -0400  
    Browse File »
  • Delegate random number generation to crypto provider (fixes #418)
    77198d53
    Jay Berkenbilt authored
    2020-04-06 11:23:02 -0400  
    Browse File »
  • Remove QUtil::srandom
    619d294e
    Jay Berkenbilt authored
    2020-04-06 09:49:02 -0400  
    Browse File »
  • Update ChangeLog and manual for openssl crypto provider
    1360b530
    Jay Berkenbilt authored
    2020-04-06 09:24:12 -0400  
    Browse File »
  • Fixes to ChangeLog and manual for 10.0.0 changes
    3d0de5b9
    Jay Berkenbilt authored
    2020-04-06 09:02:58 -0400  
    Browse File »

05 Apr, 2020
1 commit
  • Allow propagation of errors and retry through StreamDataProvider ...
    893d38b8
    StreamDataProvider::provideStreamData now has a rich enough API for it
    to effectively proxy to pipeStreamData.
    Jay Berkenbilt authored
    2020-04-05 20:07:13 -0400  
    Browse File »

04 Apr, 2020
3 commits
  • Add objectinfo to json
    2118eeca
    Jay Berkenbilt authored
    2020-04-04 18:08:40 -0400  
    Browse File »
  • Add --remove-unreferenced-resources option
    1e766dcd
    Jay Berkenbilt authored
    2020-04-04 13:19:49 -0400  
    Browse File »
  • Historical note in ChangeLog ...
    b880273c
    I keep looking here to find out when I started requiring C++-11, and
    now I will find the answer in the first place I look.
    Jay Berkenbilt authored
    2020-04-04 13:19:49 -0400  
    Browse File »

03 Apr, 2020
4 commits
  • Allow qpdf to be built on systems without wchar_t (fixes #406)
    2100b4ce
    Jay Berkenbilt authored
    2020-04-03 21:39:44 -0400  
    Browse File »
  • placeFormXObject: allow control of shrink/expand (fixes #409)
    4f3b8999
    Jay Berkenbilt authored
    2020-04-03 21:39:17 -0400  
    Browse File »
  • Add QPDFObjectHandle::unsafeShallowCopy
    38afdcea
    Jay Berkenbilt authored
    2020-04-03 12:16:24 -0400  
    Browse File »
  • Performance: remove Members indirection for QPDFObjectHandle
    89f19b70
    Jay Berkenbilt authored
    2020-04-03 12:16:24 -0400  
    Browse File »

31 Mar, 2020
3 commits
  • Look in form XObjects when removing unreferenced resources (fixes #373) ...
    dac65a21
    If a page contains a form XObject, also filter the form XObject and
    remove its unreferenced resources.
    Jay Berkenbilt authored
    2020-03-31 17:39:20 -0400  
    Browse File »
  • Refactor QPDFPageObjectHelper::removeUnreferencedResources() ...
    278710fb
    Refactor removeUnreferencedResources to prepare for filtering form
    XObjects.
    Jay Berkenbilt authored
    2020-03-31 17:39:20 -0400  
    Browse File »
  • Use QPDF_EXECUTABLE as a hint for completion
    b03e6bd6
    Jay Berkenbilt authored
    2020-03-31 17:39:20 -0400  
    Browse File »

24 Feb, 2020
1 commit
  • Add missing ChangeLog entry for :even and :odd
    154b65f2
    Jay Berkenbilt authored
    2020-02-24 12:27:46 -0500  
    Browse File »

22 Feb, 2020
2 commits
  • Mention appearances in pdf-set-form-values example
    ea58680e
    Jay Berkenbilt authored
    2020-02-22 12:10:13 -0500  
    Browse File »
  • Handle root /Pages pointing to other than page tree root (fixes #398)
    bb313729
    Jay Berkenbilt authored
    2020-02-22 11:10:31 -0500  
    Browse File »

26 Jan, 2020
5 commits
  • Prepare 9.1.1 release
    52a2e95d
    Jay Berkenbilt authored
    2020-01-26 18:49:04 -0500  
    Browse File »
  • In qdf mode, don't write extra XRef streams (fixes #386) ...
    57c01ef8
    fix-qdf assumes there is exactly one XRef stream and that it is at the
    end of the file.
    Jay Berkenbilt authored
    2020-01-26 16:50:57 -0500  
    Browse File »
  • Bug fix: handle ColorSpace lookup for inline images (fixes #392) ...
    bbc2f8ff
    If the value of /CS in the inline image dictionary was is key in the
    page's /Resource -> /ColorSpace dictionary, properly resolve it by
    referencing the proper colorspace, and not just the name, in the
    external image dictionary.
    Jay Berkenbilt authored
    2020-01-26 15:29:10 -0500  
    Browse File »
  • Add encrypt key to json
    12777a04
    Jay Berkenbilt authored
    2020-01-26 14:44:03 -0500  
    Browse File »
  • Add --is-encrypted and --requires-password (fixes #390) ...
    731c4f71
    Allow exit status-based checking of whether a file is encrypted or
    requires a password without necessarily supplying the correct
    password. Useful for scripting.
    Jay Berkenbilt authored
    2020-01-26 11:26:53 -0500  
    Browse File »