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
  • qutil.cc
14 Jan, 2018
1 commit
  • Add QUtil::hex_decode
    3e306ae6
    Jay Berkenbilt authored
    2018-01-14 09:04:13 -0500  
    Browse File »

29 Aug, 2017
1 commit
  • Detect integer overflow/underflow
    6d46346e
    Jay Berkenbilt authored
    2017-08-29 12:28:32 -0400  
    Browse File »

29 Jul, 2017
2 commits
  • Allow reading command-line args from files (fixes #16)
    2d5b8544
    Jay Berkenbilt authored
    2017-07-29 22:23:21 -0400  
    Browse File »
  • Detect input file = output file (fixes #29)
    5993c3e8
    Jay Berkenbilt authored
    2017-07-29 20:58:01 -0400  
    Browse File »

16 Dec, 2013
1 commit
  • Remove needless #ifdef _WIN32 from getWhoami
    6067608d
    Jay Berkenbilt authored
    2013-12-16 16:21:28 -0500  
    Browse File »

05 Mar, 2013
4 commits
  • Call QUtil::safe_fopen in place of fopen ...
    ac4deac1
    fopen was previuosly called wrapped by QUtil::fopen_wrapper, but
    QUtil::safe_fopen does this itself, which is less cumbersome.
    Jay Berkenbilt authored
    2013-03-05 13:35:46 -0500  
    Browse File »
  • Remove all calls to sprintf
    a51ae10b
    Jay Berkenbilt authored
    2013-03-05 13:35:46 -0500  
    Browse File »
  • Use portable versions of some UNIX-specific calls ...
    66c3c8fd
    Remove needless calls to open, close, and fileno; call remove instead
    of unlink.
    Jay Berkenbilt authored
    2013-03-05 13:35:46 -0500  
    Browse File »
  • Mark secure CRT warnings with comment ...
    6b929788
    Put a specific comment marker next to every piece of code that MSVC
    gives warning 4996 for.  This warning is generated for calls to
    functions that Microsoft considers insecure or deprecated.  This
    change is in preparation for fixing all these cases even though none
    of them are actually incorrect or insecure as used in qpdf.  The
    comment marker makes them easier to find so they can be fixed in
    subsequent commits.
    Jay Berkenbilt authored
    2013-03-05 13:33:32 -0500  
    Browse File »

04 Mar, 2013
2 commits
  • Rewrite QUtil::int_to_string and QUtil::double_to_string ...
    8be82776
    Make them safer by avoiding any internal limits and replacing sprintf
    with std::ostringstream.
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -0500  
    Browse File »
  • Remove all old-style casts from C++ code
    30027481
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -0500  
    Browse File »

26 Sep, 2009
1 commit
  • removed qexc; non-compatible ABI change ...
    f3d7c26d
    git-svn-id: svn+q:///qpdf/trunk@709 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2009-09-26 18:36:04 +0000  
    Browse File »

04 May, 2008
1 commit
  • missing header files for gcc 4.3 ...
    76bf9176
    git-svn-id: svn+q:///qpdf/trunk@607 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2008-05-04 16:02:53 +0000  
    Browse File »

29 Apr, 2008
1 commit
  • update release date to actual date ...
    9a0b88bf
    
    git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
    Jay Berkenbilt authored
    2008-04-29 12:55:25 +0000  
    Browse File »