summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/zipfile/zipfile.cxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar2012-09-111-0/+1
* fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba2012-08-271-1/+3
* fdo#53533: don't seek to bogus offsetFridrich Štrba2012-08-271-20/+14
* Appease valgrindFridrich Štrba2012-03-211-0/+1
* Call inflateInit2 instead of inflateInit for the zip streamFridrich Štrba2012-03-211-1/+1
* Remove unused defineFridrich Štrba2012-03-211-2/+0
* Simple Zip file-format implementation to avoid the need of minizipFridrich Štrba2012-03-191-80/+393
* tkr41: #117828# office crash fixed . (null pointer) + add unit testmst2011-11-291-1/+2
* remove include of pch header from shellNorbert Thiebaud2011-11-271-2/+0
* Move Win32-only code under source/win32 for clarityTor Lillqvist2011-08-221-0/+247