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
  • job.sums
22 Dec, 2023
2 commits
  • Implement new --encrypt args and completion (fixes #784) ...
    7d7e2234
    Positional arguments are supported in a backward-compatible way, but
    completion no longer guides users to it.
    Jay Berkenbilt authored
    2023-12-22 20:10:18 -0500  
    Browse File »
  • Add --user-password, --owner-password, --bits to --encrypt ...
    1173a0bd
    Add the command-line arguments. They don't do anything yet.
    Jay Berkenbilt authored
    2023-12-22 18:13:05 -0500  
    Browse File »

16 Dec, 2023
1 commit
  • Fix job.subs from doc typo pull request
    acc80630
    Jay Berkenbilt authored
    2023-12-16 09:13:16 -0500  
    Browse File »

09 Nov, 2023
1 commit
  • Run generate-auto-job with results from PR
    b6e12f48
    Jay Berkenbilt authored
    2023-11-09 06:22:27 -0500  
    Browse File »

21 May, 2023
2 commits
  • Spell check
    a90787c5
    Jay Berkenbilt authored
    2023-05-21 14:25:31 -0400  
    Browse File »
  • Add clarification about empty passwords to doc
    5bbce89e
    Jay Berkenbilt authored
    2023-05-21 13:46:19 -0400  
    Browse File »

18 Feb, 2023
1 commit
  • Emphasize --deterministic-id over --static-id in idempotency doc
    b4c36d9b
    Jay Berkenbilt authored
    2023-02-18 19:42:42 -0500  
    Browse File »

28 Jan, 2023
1 commit
  • Add stub for --remove-restrictions
    fe11f13d
    Jay Berkenbilt authored
    2023-01-28 13:24:45 -0500  
    Browse File »

13 Dec, 2022
1 commit
  • Fix job.subs (generate_auto_job)
    5057bfa6
    Jay Berkenbilt authored
    2022-12-13 07:23:18 -0500  
    Browse File »

11 Dec, 2022
1 commit
  • Update job.sums after cli.rst pull request
    2e95667c
    Jay Berkenbilt authored
    2022-12-11 18:10:04 -0500  
    Browse File »

01 Sep, 2022
1 commit
  • Rename --report-mem-usage to --report-memory-usage ...
    ceeb25f3
    Avd xcsv brvtns.
    Jay Berkenbilt authored
    2022-09-01 17:15:41 -0400  
    Browse File »

31 Aug, 2022
1 commit
  • Add --report-mem-usage option for debugging/testing
    433f1dae
    Jay Berkenbilt authored
    2022-08-31 14:47:27 -0400  
    Browse File »

31 Jul, 2022
6 commits
  • Clean up documentation
    5d63730b
    Jay Berkenbilt authored
    2022-07-31 16:26:02 -0400  
    Browse File »
  • Simplify --json-output ...
    5f4224f3
    Now --json-output just changes defaults. Allow output file with --json.
    Jay Berkenbilt authored
    2022-07-31 16:23:17 -0400  
    Browse File »
  • Fix --json-help to take a version parameter
    80acfc38
    Jay Berkenbilt authored
    2022-07-31 16:23:17 -0400  
    Browse File »
  • Change the output of --json to use "qpdf" instead of "objects"
    69820847
    Jay Berkenbilt authored
    2022-07-31 15:17:01 -0400  
    Browse File »
  • Update docs and prepare QPDF::writeJSON for changes ...
    bb96499b
    Add additional parameters that will be needed to call QPDF::writeJSON
    in partial mode.
    Jay Berkenbilt authored
    2022-07-31 10:32:55 -0400  
    Browse File »
  • Remove extraneous statement after raising an exception
    7654a39b
    Jay Berkenbilt authored
    2022-07-31 10:22:56 -0400  
    Browse File »

31 May, 2022
1 commit
  • Fix doc reference error
    001c329a
    Jay Berkenbilt authored
    2022-05-31 07:07:16 -0400  
    Browse File »

30 May, 2022
2 commits
  • Update documentation for qpdf JSON v2
    0bd908b5
    Jay Berkenbilt authored
    2022-05-30 20:03:08 -0400  
    Browse File »
  • Add additional information when listing attachments
    f049a77c
    Jay Berkenbilt authored
    2022-05-30 20:03:08 -0400  
    Browse File »

21 May, 2022
1 commit
  • Change default decode level to "none" with --json-output
    27a42c16
    Jay Berkenbilt authored
    2022-05-21 17:51:34 -0400  
    Browse File »

20 May, 2022
2 commits
  • Make version default to latest for --json-output (like --json)
    dc8df962
    Jay Berkenbilt authored
    2022-05-20 09:16:25 -0400  
    Browse File »
  • Major rework -- see long comments ...
    6f43bf8d
    * Replace --create-from-json=file with --json-input, which causes the
      regular input to be treated as json.
    * Eliminate --to-json
    * In --json=2, bring back "objects" and eliminate "objectinfo". Stream
      data is never present.
    * In --json-output=2, write "qpdf-v2" with "objects" and include
      stream data.
    Jay Berkenbilt authored
    2022-05-20 09:16:25 -0400  
    Browse File »

16 May, 2022
1 commit
  • Add --create-from-json and --update-from-json arguments ...
    4fe2e06b
    Also add stubs for top-level QPDF methods (createFromJSON,
    updateFromJSON)
    Jay Berkenbilt authored
    2022-05-16 13:41:40 -0400  
    Browse File »

08 May, 2022
2 commits
  • Add --to-json option
    e9390aea
    Jay Berkenbilt authored
    2022-05-08 13:45:20 -0400  
    Browse File »
  • Implement JSON v2 output
    c76536dd
    Jay Berkenbilt authored
    2022-05-08 13:45:20 -0400  
    Browse File »

07 May, 2022
3 commits
  • Prepare code for JSON v2 ...
    16f4f94c
    Update getJSON() methods and calls to them
    Jay Berkenbilt authored
    2022-05-07 11:12:01 -0400  
    Browse File »
  • Test json against schema only on demand ...
    7f65a5c2
    Testing json against schema requires an in-memory copy, so do it only
    when requested by the test suite.
    Jay Berkenbilt authored
    2022-05-07 08:26:31 -0400  
    Browse File »
  • Add --test-json-schema command-line option
    b361c5ce
    Jay Berkenbilt authored
    2022-05-07 08:26:31 -0400  
    Browse File »

03 May, 2022
2 commits
  • Spell check with newer cSpell
    d55c7ac5
    Jay Berkenbilt authored
    2022-05-03 18:31:22 -0400  
    Browse File »
  • Move generate_auto_job to the top-level CMakeLists.txt
    6724a362
    Jay Berkenbilt authored
    2022-05-03 08:39:50 -0400  
    Browse File »

30 Apr, 2022
2 commits
  • Mark weak encryption with API changes (fixes #576)
    8ccd3a8a
    Jay Berkenbilt authored
    2022-04-30 17:24:15 -0400  
    Browse File »
  • Using insecure crytpo from the CLI is now an error by default
    cff26040
    Jay Berkenbilt authored
    2022-04-30 17:23:58 -0400  
    Browse File »

24 Apr, 2022
2 commits
  • QPDFJob json: make removeAttachment take an array (fixes #693)
    d0b7cc8a
    Jay Berkenbilt authored
    2022-04-24 13:06:19 -0400  
    Browse File »
  • Fix build logic around generate_auto_job ...
    63c5a56f
    It was being run at configuration time, not build time.
    Jay Berkenbilt authored
    2022-04-24 13:06:16 -0400  
    Browse File »

26 Feb, 2022
1 commit
  • generate_auto_job: protect generated files from formatting
    03bc6535
    Jay Berkenbilt authored
    2022-02-26 09:17:51 -0500  
    Browse File »

22 Feb, 2022
1 commit
  • Add documentation and release notes around 0 Tf issue
    07a2bb33
    Jay Berkenbilt authored
    2022-02-22 08:10:05 -0500  
    Browse File »

08 Feb, 2022
1 commit
  • Check generated QPDFJob files in CI ...
    511d7016
    This is to catch pull requests that make changes that would affect
    automatically generated job files without including those
    modifications.
    Jay Berkenbilt authored
    2022-02-08 11:51:15 -0500  
    Browse File »

05 Feb, 2022
1 commit
  • Prepare release notes for 10.6 (so far)
    eb481eb6
    Jay Berkenbilt authored
    2022-02-05 15:41:22 -0500  
    Browse File »