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
  • TODO
28 Aug, 2019
1 commit
  • TODO: update notes on ignored fuzz cases
    d4c41e26
    Jay Berkenbilt authored
    2019-08-28 23:06:57 -0400  
    Browse File »

18 Aug, 2019
1 commit
  • Array optimization fixes performance issues (fixes #305, #311)
    89dacd8e
    Jay Berkenbilt authored
    2019-08-18 09:00:55 -0400  
    Browse File »

13 Jul, 2019
1 commit
  • TODO: add note to outlines
    8d7db473
    Jay Berkenbilt authored
    2019-07-13 21:35:14 -0400  
    Browse File »

23 Jun, 2019
1 commit
  • Update TODO
    43ff34b4
    Jay Berkenbilt authored
    2019-06-23 14:57:10 -0400  
    Browse File »

22 Jun, 2019
4 commits
  • TODO updates
    0b45dfd3
    Jay Berkenbilt authored
    2019-06-22 21:52:50 -0400  
    Browse File »
  • TODO/README-maintainer cleanup
    ed8166b2
    Jay Berkenbilt authored
    2019-06-22 12:02:39 -0400  
    Browse File »
  • QPDFWriter: clean up overloaded functions ...
    658b5bb3
    In a small number of cases, it makes sense to replace an overloaded
    function with a function that takes a default argument. We can do this
    now because we've already broken binary compatibility since the last
    release.
    Jay Berkenbilt authored
    2019-06-22 10:13:27 -0400  
    Browse File »
  • Convert remaining public classes to use Members pattern ...
    79f6b482
    Have classes contain only a single private member of type
    PointerHolder<Members>. This makes it safe to change the structure of
    the Members class without breaking binary compatibility. Many of the
    classes already follow this pattern quite successfully. This brings in
    the rest of the class that are part of the public API.
    Jay Berkenbilt authored
    2019-06-22 10:13:27 -0400  
    Browse File »

21 Jun, 2019
8 commits
  • Build with -fvisibility=hidden when supported
    864a546a
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse File »
  • Remove broken QPDFTokenizer::expectInlineImage
    45dac410
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse File »
  • Remove QPDF::copyForeignObject with unused parameter
    25dd3c67
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse File »
  • Rename QUtil::strcasecmp to QUtil::str_compare_nocase (fixes #242)
    c6cfd645
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse File »
  • Fix up TODO for ABI changes
    bd8918ff
    Jay Berkenbilt authored
    2019-06-21 22:29:31 -0400  
    Browse File »
  • Fix bugs found by fuzz tests ...
    b07ad679
    * Several assertions in linearization were not always true; change
      them to run time errors
    * Handle a few cases of uninitialized objects
    * Handle pages with no contents when doing form operations
    * Handle invalid page tree nodes when traversing pages
    Jay Berkenbilt authored
    2019-06-21 17:56:24 -0400  
    Browse File »
  • Re-enable fuzzer testing in Windows
    2c81eec4
    Jay Berkenbilt authored
    2019-06-21 17:32:35 -0400  
    Browse File »
  • Remove integer type task from TODO
    1763957c
    Jay Berkenbilt authored
    2019-06-21 13:17:45 -0400  
    Browse File »

18 Jun, 2019
1 commit
  • TODO
    bbabbc20
    Jay Berkenbilt authored
    2019-06-18 08:44:10 -0400  
    Browse File »

12 Jun, 2019
1 commit
  • TODO
    d263a049
    Jay Berkenbilt authored
    2019-06-12 14:53:44 -0400  
    Browse File »

18 May, 2019
1 commit
  • Provide link to public key file
    e61ee88d
    Jay Berkenbilt authored
    2019-05-18 08:49:30 -0400  
    Browse File »

16 May, 2019
1 commit
  • TODO
    b9b7e347
    Jay Berkenbilt authored
    2019-05-16 17:20:59 -0400  
    Browse File »

27 Apr, 2019
1 commit
  • Improve Unicode filename testing ...
    03e27709
    Remove dependency on the behavior of perl for reliable creation of
    Unicode file names on Windows.
    Jay Berkenbilt authored
    2019-04-27 20:37:33 -0400  
    Browse File »

20 Apr, 2019
3 commits
  • Revert preservations of outlines with --split-pages ...
    a5a016cd
    The preservation of outlines didn't provide very useful behavior
    anyway as it copied all outlines but most didn't work. This
    implementation also caused a very significant performance hit and so
    is being reverted until a proper solution can be coded. The eventual
    solution will not be compatible with the reverted solution anyway, so
    it's best not to leave this in.
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »
  • TODO: ABI note
    8ce3b53c
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »
  • Note about -fvisibility
    e6ba0dbf
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »

25 Feb, 2019
1 commit
  • TODO: make it easier to find release signing key
    d2260925
    Jay Berkenbilt authored
    2019-02-25 19:52:00 -0500  
    Browse File »

01 Feb, 2019
1 commit
  • Incorporate improved Windows fragility workaround from qtest
    8acf636b
    Jay Berkenbilt authored
    2019-02-01 22:25:25 -0500  
    Browse File »

31 Jan, 2019
4 commits
  • TODO
    d491ed87
    Jay Berkenbilt authored
    2019-01-31 22:02:26 -0500  
    Browse File »
  • Don't optimize non-8-bit images ...
    0a470d2d
    Also add test cases for additional coverage on image optimization.
    Jay Berkenbilt authored
    2019-01-31 21:29:28 -0500  
    Browse File »
  • Make inline image token exactly contain the image data ...
    eb49e07c
    Do not include the trailing EI, and handle cases where EI is not
    preceded by a delimiter. Such cases have been seen in the wild.
    Jay Berkenbilt authored
    2019-01-31 20:28:44 -0500  
    Browse File »
  • Externalize inline images (fixes #278)
    5211bcb5
    Jay Berkenbilt authored
    2019-01-31 10:38:13 -0500  
    Browse File »

29 Jan, 2019
1 commit
  • Clean up some private functions
    b776dcd2
    Jay Berkenbilt authored
    2019-01-29 22:14:20 -0500  
    Browse File »

28 Jan, 2019
3 commits
  • Clarify documentation for copyForeignObject regarding pages ...
    2d0885bc
    Make explicit that copyForeignObject can be used on page objects and
    will copy them properly but not update the pages tree.
    Jay Berkenbilt authored
    2019-01-28 21:53:55 -0500  
    Browse File »
  • Fix logic for when to compress object and xref streams (fixes #271)
    2712869c
    Jay Berkenbilt authored
    2019-01-28 21:43:06 -0500  
    Browse File »
  • TODO
    9e01c8bd
    Jay Berkenbilt authored
    2019-01-28 20:12:43 -0500  
    Browse File »

27 Jan, 2019
1 commit
  • TODO
    54bd37e8
    Jay Berkenbilt authored
    2019-01-27 09:30:40 -0500  
    Browse File »

20 Jan, 2019
1 commit
  • TODO
    85f70cae
    Jay Berkenbilt authored
    2019-01-20 23:05:58 -0500  
    Browse File »

19 Jan, 2019
2 commits
  • TODO
    9315aa4b
    Jay Berkenbilt authored
    2019-01-19 16:00:26 -0500  
    Browse File »
  • TODO
    edc3b309
    Jay Berkenbilt authored
    2019-01-19 10:25:19 -0500  
    Browse File »

12 Jan, 2019
1 commit
  • TODO
    aad2b108
    Jay Berkenbilt authored
    2019-01-12 10:04:14 -0500  
    Browse File »

10 Jan, 2019
1 commit
  • TODO
    6c2a7b69
    Jay Berkenbilt authored
    2019-01-10 22:35:08 -0500  
    Browse File »