summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/zipfile
Commit message (Collapse)AuthorAgeFilesLines
* fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar2012-09-111-0/+1
| | | | | Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba2012-08-271-1/+3
| | | | | Change-Id: I9bdc9997e260a75682177c8641695b60df0c81a6 Signed-off-by: Andras Timar <atimar@suse.com>
* fdo#53533: don't seek to bogus offsetFridrich Štrba2012-08-271-20/+14
| | | | | Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74 Signed-off-by: Andras Timar <atimar@suse.com>
* gbuildize shellDavid Tardon2012-05-291-60/+0
| | | | Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-0/+4
|
* gbuildize internal zlibCaolán McNamara2012-04-131-4/+0
| | | | | and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
* 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
|
* mingw: allow use of system zlibDavid Tardon2012-03-181-2/+4
|
* tkr41: #117828# office crash fixed . (null pointer) + add unit testmst2011-11-291-1/+2
| | | | * found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
* remove include of pch header from shellNorbert Thiebaud2011-11-272-4/+0
|
* chmod -xTor Lillqvist2011-08-221-0/+0
|
* Move Win32-only code under source/win32 for clarityTor Lillqvist2011-08-224-0/+518