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
20 Oct, 2020
2 commits
  • TODO: Build issues including Windows external libraries
    b868ea14
    Jay Berkenbilt authored
    2020-10-20 17:26:09 -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
5 commits
  • TODO
    1a888ee3
    Jay Berkenbilt authored
    2020-10-16 20:25:12 -0400  
    Browse File »
  • 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 »
  • Add GitHub Actions workflow
    92635d12
    Jay Berkenbilt authored
    2020-10-16 17:34:21 -0400  
    Browse File »
  • InputSource::unreadCh -- only unread most recently read character ...
    18b34a56
    This is all that ever worked. The test suite was trying to do
    something different from ClosedFileInputSource.
    Jay Berkenbilt authored
    2020-10-16 17:15:39 -0400  
    Browse File »

15 Oct, 2020
7 commits
  • TODO: remove previously completed item
    07909a62
    Jay Berkenbilt authored
    2020-10-15 15:27:49 -0400  
    Browse File »
  • Remove support for Travis CI ...
    7fbadba6
    It is redundant with qpdf's main CI environment, which is Azure
    Pipelines, but may soon be migrated to GitHub Actions.
    Jay Berkenbilt authored
    2020-10-15 15:18:43 -0400  
    Browse File »
  • Clarify qpdf's exit statuses in the documentation
    bbd45cd0
    Jay Berkenbilt authored
    2020-10-15 15:03:14 -0400  
    Browse File »
  • Fix doc typo (--encryption-file-password) (fixes #468)
    8f1db4dc
    Jay Berkenbilt authored
    2020-10-15 14:54:34 -0400  
    Browse File »
  • Fix/clarify documentation on --rotate option (fixes #470) ...
    a1994a53
    Make clear that you almost always want + or - before an angle when
    specifying rotation.
    Jay Berkenbilt authored
    2020-10-15 14:53:06 -0400  
    Browse File »
  • Remove redundant check found by lgtm.com
    88b8f8ec
    Jay Berkenbilt authored
    2020-10-15 14:47:43 -0400  
    Browse File »
  • TODO: organize in preparation for next increment
    4d143d10
    Jay Berkenbilt authored
    2020-10-15 14:10:21 -0400  
    Browse File »

07 Apr, 2020
1 commit
  • Created PPA
    22f7f459
    Jay Berkenbilt authored
    2020-04-07 21:47:35 -0400  
    Browse File »

06 Apr, 2020
1 commit
  • TODO: note about Windows builds
    aec45e2c
    Jay Berkenbilt authored
    2020-04-06 11:23:02 -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
1 commit
  • TODO: add analytics ideas
    a5367003
    Jay Berkenbilt authored
    2020-04-04 18:08:40 -0400  
    Browse File »

03 Apr, 2020
4 commits
  • Update list of open fuzz cases
    144b2c8c
    Jay Berkenbilt authored
    2020-04-03 12:17:57 -0400  
    Browse File »
  • Update C++11 notes in TODO
    da1258e2
    Jay Berkenbilt authored
    2020-04-03 12:17:57 -0400  
    Browse File »
  • QPDFPageObjectHelper::placeFormXObject: use std::string const& (fixes #374)
    5806e5c6
    Jay Berkenbilt authored
    2020-04-03 12:17:57 -0400  
    Browse File »
  • Update TODO with notes on performance analysis
    cc755e37
    Jay Berkenbilt authored
    2020-04-03 12:16:24 -0400  
    Browse File »

26 Jan, 2020
2 commits
  • Spell check
    676cdcff
    Jay Berkenbilt authored
    2020-01-26 18:32:35 -0500  
    Browse File »
  • Update fuzz notes
    8ed4efed
    Jay Berkenbilt authored
    2020-01-26 18:29:11 -0500  
    Browse File »

13 Jan, 2020
1 commit
  • TODO: Move lexical stuff and add detail
    49f4600d
    Jay Berkenbilt authored
    2020-01-13 09:18:36 -0500  
    Browse File »

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 File »

09 Nov, 2019
5 commits
  • Spell check
    021d7145
    Jay Berkenbilt authored
    2019-11-09 19:03:56 -0500  
    Browse File »
  • 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 File »
  • Start list of ABI changes for qpdf 10
    b997fa53
    Jay Berkenbilt authored
    2019-11-09 12:33:15 -0500  
    Browse File »
  • Update docs for crypto providers
    1ee45458
    Jay Berkenbilt authored
    2019-11-09 09:53:42 -0500  
    Browse File »
  • Require C++-11 ...
    653ce355
    Includes updates to m4/ax_cxx_compile_stdcxx.m4 to make it work with
    msvc, which supports C++-11 with no flags but doesn't set __cplusplus
    to a recent value.
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »

03 Nov, 2019
1 commit
  • Update list of ignored fuzzer tests ...
    c590dbc3
    Removed ones that were fixed upstream, and added a new one, all from
    the jpeg library.
    Jay Berkenbilt authored
    2019-11-03 18:59:12 -0500  
    Browse File »

12 Oct, 2019
1 commit
  • Update fuzz errors in TODO
    d5ecaea4
    Jay Berkenbilt authored
    2019-10-12 19:37:40 -0400  
    Browse File »

17 Sep, 2019
1 commit
  • Remove reference to automatically closed fuzz issue
    5ce287d6
    Jay Berkenbilt authored
    2019-09-17 19:52:42 -0400  
    Browse File »

30 Aug, 2019
2 commits
  • Update C++-11 notes
    00fd9b3e
    Jay Berkenbilt authored
    2019-08-30 18:36:44 -0400  
    Browse File »
  • Notes about C++-11 for qpdf 10
    bde44c18
    Jay Berkenbilt authored
    2019-08-30 12:41:25 -0400  
    Browse File »

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 »