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
  • libtests
  • closed_file_input_source.cc
16 Oct, 2020
1 commit
  • 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 »

04 Aug, 2018
1 commit
  • ClosedFileInputSource: add method to keep file open ...
    4f4c627b
    During periods of intensive operation on a specific file, this method
    can reduce the overhead of repeated open/close operations.
    Jay Berkenbilt authored
    2018-08-04 19:52:46 -0400  
    Browse File »

22 Jun, 2018
3 commits
  • Fix typo
    3fe5236d
    Jay Berkenbilt authored
    2018-06-22 19:28:18 -0400  
    Browse File »
  • Windows test workaround
    c543c1e4
    Jay Berkenbilt authored
    2018-06-22 17:19:34 -0400  
    Browse File »
  • Add ClosedFileInputSource ...
    4ccc8b1a
    ClosedFileInputSource is an input source that keeps the file closed
    when not reading it.
    Jay Berkenbilt authored
    2018-06-22 12:52:45 -0400  
    Browse File »