summaryrefslogtreecommitdiff
path: root/shell/source/win32/zipfile/zipfile.cxx
AgeCommit message (Expand)Author
2014-09-18bnc#887307 ODF files not showing up on Windows searchAndras Timar
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold
2014-08-13warning C4296: '<' : expression is always falseThomas Arnhold
2014-05-22cppcheck: Variable 'i' is assigned a value that is never usedThomas Arnhold
2013-10-14fdo#56007 - Read more bytes on Zip read (for thumbnails)Mathieu Parent
2013-10-11fdo#56007 - fast zip directory find to accelerate Windows Explorer thumbnail.Michael Meeks
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-09-11fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar
2012-08-27fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba
2012-08-27fdo#53533: don't seek to bogus offsetFridrich Štrba
2012-03-21Appease valgrindFridrich Štrba
2012-03-21Call inflateInit2 instead of inflateInit for the zip streamFridrich Štrba
2012-03-21Remove unused defineFridrich Štrba
2012-03-19Simple Zip file-format implementation to avoid the need of minizipFridrich Štrba
2011-11-29tkr41: #117828# office crash fixed . (null pointer) + add unit testmst
2011-11-27remove include of pch header from shellNorbert Thiebaud
2011-08-22Move Win32-only code under source/win32 for clarityTor Lillqvist