summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-2/+1
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-092-4/+4
* Improved loplugin:cstylecast to reference types: hwpfilterStephan Bergmann2017-06-051-1/+1
* spelling instanciate -> instantiateNoel Grandin2017-06-051-1/+1
* ofz#1193 we only set these values, never read themCaolán McNamara2017-06-014-14/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-1/+0
* enhance useuniqueptr lopluginNoel Grandin2017-05-232-5/+4
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* remove empty commentsNoel Grandin2017-05-031-15/+10
* loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin2017-05-022-10/+6
* ofz: avoid timeout and return early on failureCaolán McNamara2017-04-282-5/+8
* convert to std::vectorCaolán McNamara2017-04-283-14/+8
* fix indentCaolán McNamara2017-04-281-57/+55
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-242-6/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* treat ParaShape like CharShapeCaolán McNamara2017-04-214-21/+22
* coverity#1405158 Wrong sizeof argumentCaolán McNamara2017-04-161-1/+1
* ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara2017-04-135-44/+31
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* hwpfilter: remove write-only variableMichael Stahl2017-04-121-3/+0
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-062-37/+25
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* Resolves: ofz#727 don't allow negative sizes or indexesCaolán McNamara2017-04-042-17/+15
* ofz#820 oom terminateCaolán McNamara2017-04-045-42/+42
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-233-4/+0
* Fix some usage of std::istream unformatted input in hwpfilter/source/hwpeq.cxxStephan Bergmann2017-03-231-20/+32
* std::istream::get() returns std::istream::traits_type::eof()Stephan Bergmann2017-03-231-3/+5
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-222-10/+15
* valgrind: uninitialized readsCaolán McNamara2017-03-211-0/+1
* Resolves: ofz#820 an exception is an acceptable outcomeCaolán McNamara2017-03-201-12/+19
* ofz#860 clear old data before reading new dataCaolán McNamara2017-03-141-0/+2
* ofz#798 oomCaolán McNamara2017-03-103-13/+7
* bin is unusedCaolán McNamara2017-03-043-6/+2
* ofz#725 fix hwp leakCaolán McNamara2017-03-033-66/+52
* Missing includeStephan Bergmann2017-03-021-0/+1
* ofz: oom in reading hwp dataCaolán McNamara2017-03-021-2/+16
* ofz: ReadBlock has to be HWPIDLen to be usefulCaolán McNamara2017-03-011-1/+1
* ofz#711: direct leakCaolán McNamara2017-03-013-5/+6
* hwp: avoid low hanging invalid inputCaolán McNamara2017-02-281-0/+6
* loplugin:loopvartoosmallStephan Bergmann2017-02-271-1/+1
* ofz#691 leak of emblist dataCaolán McNamara2017-02-261-3/+5
* ofz: epic slow use of std::listCaolán McNamara2017-02-253-68/+30
* hwpfilter needs a new filter for each documentCaolán McNamara2017-02-242-12/+4
* add hwp fuzzerCaolán McNamara2017-02-241-3/+2
* remove test for the momentCaolán McNamara2017-02-231-0/+0
* ofz: don't loop endlessly on failed skipCaolán McNamara2017-02-232-2/+6
* default ctor is fine hereJochen Nitschke2017-02-062-3/+0
* TyposJulien Nabet2017-02-033-3/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-3/+1