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
  • libqpdf
  • global.cc
01 Dec, 2025
2 commits
  • Introduce `--max-stream-filters` to limit filters on streams ...
    898c2943
    Add a new configurable limit `--max-stream-filters` to address excessive stream filters in damaged or specially constructed PDFs. Update related documentation, tests, and release notes to reflect this feature.
    m-holger authored
    2025-12-01 14:39:37 +0000  
    Browse File »
  • Add `inspection_mode` for optional restricted PDF inspection ...
    675777bb
    Introduce `qpdf::global::inspection_mode` for analyzing and repairing damaged PDFs with a restricted feature set. Update relevant code to enforce restrictions and add supporting test cases.
    m-holger authored
    2025-12-01 12:11:56 +0000  
    Browse File »

30 Nov, 2025
3 commits
  • Rename `objects_*` limits to `parser_*` for clarity and consistency. Update rela… ...
    27e14333
    …ted tests, documentation, and references across the codebase.
    m-holger authored
    2025-11-30 22:24:06 +0000  
    Browse File »
  • Add `limit_errors` tracking to global options ...
    2774ac30
    Enhance the `global` namespace by introducing `limit_errors` for tracking the number of exceeded limits. Update related tests and documentation to ensure functionality and clarity.
    m-holger authored
    2025-11-30 22:24:06 +0000  
    Browse File »
  • Introduce `global` namespace for managing qpdf global options and limits; add su… ...
    34db6e30
    …pport for configurable global limits via `qpdf_global_get_uint32` and `qpdf_global_set_uint32`.
    m-holger authored
    2025-11-30 22:24:06 +0000  
    Browse File »

05 Nov, 2025
1 commit
  • Enhance `QPDFParser` by introducing global `Limits` class for configurable const… ...
    b841c2d2
    …raints, replacing hardcoded values for nesting, container size, and error limits.
    m-holger authored
    2025-11-05 10:21:36 +0000  
    Browse File »