summaryrefslogtreecommitdiff
path: root/package/source/zipapi
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin4-36/+33
Also create an NSSInitializer service IDL and split it's interfaces out from SEInitializer. It looks like this was the intention all along, but someone took a shortcut. Change-Id: I53ac1cb5d38b78b6718fe22c9666eae1f194a3b7
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-24fdo#49819, fdo#54609: Do not consider timestamp differences as corruptionFridrich Štrba1-1/+3
MSO 2010 can produce a files with different timestamps in the central directory entry and local file header Change-Id: Ic6fc0b2fad96eb30babdd7e6ef4a0175936da4c5
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks4-63/+138
Prepare for a ZIP64 implementation. Audit all "Size" property fetches through Anys. Audit all uses of nSize, nCompressedSize, nOffset through the code. Add FIXME64: comments to all points requiring future work.
2012-08-31package: kill RTL_CONSTASCII_USTRINGPARAM in zipapiMiklos Vajna6-52/+52
Change-Id: Ic53f613cfaa5bd4affd0c27b5ed4ed20536ee055
2012-08-28throw earlier on broken zip streamsCaolán McNamara1-0/+4
Change-Id: I0de705b4c6a9176e98baed21b2cd960d4d091563
2012-08-23Some clean up after previous commitStephan Bergmann1-22/+0
Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c
2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin1-4/+4
Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini2-11/+11
Change-Id: Ia24406ff31949e00725db74bbe5b016894a22f50
2012-06-22re-base on ALv2 code.Michael Meeks9-207/+126
2012-06-21re-base on ALv2 code.Michael Meeks6-147/+93
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-07nuke dead codeTakeshi Abe1-16/+0
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
2012-05-28check key sizeCaolán McNamara1-2/+8
Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2-0/+8
2012-04-13gbuildize internal zlibCaolán McNamara2-8/+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
2012-02-17remove dodgy header-guardsCaolán McNamara2-4/+0
2012-02-16drop Z_PREFIX from internal zlib, makes building clucene much easierCaolán McNamara2-6/+6
2012-02-15use sal crc32 and skip cast frenzyCaolán McNamara1-9/+3
2012-02-15these were surely meant to be Z_PREFIX not ZLIB_PREFIXCaolán McNamara2-6/+6
seeing as Z_PREFIX is what we set in our internal zlib and one of these was ZLIB_PREFIXB anyway
2011-12-16Better fix for over-zealous Zip package consistency.Thorsten Behrens1-2/+8
Turns out our encrypted zip package code writes out mismatching compression methods in central directory and local file headers - so not only be lenient towards the apple bug (n#653688), but also ours (i.e. keep not comparing nMethod with nHow).
2011-12-15Revert "Fix n#653688"Stephan Bergmann1-7/+1
This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail.
2011-12-14Align comment with code for overly zealous check in Zip fix.Thorsten Behrens1-1/+1
2011-12-14Fix n#653688Thorsten Behrens1-1/+7
Seems our Zip package is a bit too strict in checking archive consistency - surely writing it out correctly is good, but rejecting otherwise fine odf is not.
2011-11-27remove include of pch header from packageNorbert Thiebaud11-22/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara3-0/+6
2011-08-26convert package to gbuildMatúš Kukan4-65/+3
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud17-1029/+719
2011-03-29Namespace ZipUtils for the Inflater / Deflater classes.Jan Holesovsky4-1/+4
2011-03-29make Inflater and Deflater classes available for other packages to usePeter Jentsch1-0/+2
Currently, those are used within an extension function used by the Word 2003 ML XSLT filters
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-5/+5
2011-02-26Remove "using namespace ::rtl"Julien Nabet2-2/+2
2011-02-13Remove bogus commentsGuillaume Poussel1-1/+1
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-2/+7
Conflicts: cui/source/tabpages/swpossizetabpage.cxx
2011-02-06Some cppcheck cleaningJulien Nabet1-1/+3
2011-02-01Clean up makefilesThomas Arnhold1-1/+0
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara2-0/+4
2011-01-21Remove doubled headers.Thomas Arnhold1-1/+0
2011-01-07Micro optimization of the last commitPetr Mladek1-1/+1
nBufSize was set by aBuffer.getLength() and had not been used in the end
2011-01-07Merge commit 'ooo/OOO330_m19' into libreoffice-3-3Petr Mladek1-2/+7
2011-01-05impress208: #i115944# fixing large ooxml filesChristian Lippka ORACLE1-3/+7
2011-01-03impress208: #i115944# fixing large ooxml filesChristian Lippka ORACLE1-1/+2
2010-11-27cppcheck: use prefix variantsCaolán McNamara1-1/+1
2010-11-25Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOExceptionCaolán McNamara1-18/+27
(cherry picked from commit 047a986e3af855cdb4c27274da5a10fb5da37fb6)
2010-11-25Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOExceptionCaolán McNamara1-18/+27
2010-11-24RTL patchJulien Nabet1-3/+3
2010-11-17RTL_CONSTASCII_USTRINGPARAM components - zipapipjacquod1-2/+2
components/package/source/zipapi should be OK now
2010-10-28add modelines to .hxx files as wellCaolán McNamara5-0/+15
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud8-41/+39
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth12-0/+33
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-10merge vosremoval-diagnoses patchNorbert Thiebaud1-1/+0