summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipOutputStream.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl1-452/+0
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-52/+72
2011-05-04Remove unused variables.Jan Holesovsky1-2/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-50/+72
2011-03-25mav60: fix windows warningsMikhail Voytenko1-1/+1
2011-03-24mav60: fix rebase problemsMikhail Voytenko1-1/+0
2011-03-23mav60: #164341# fix problems with the new implementationMikhail Voytenko1-8/+22
2011-03-17mav60: #164341# support AES encryptionMikhail Voytenko1-30/+35
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-5/+5
2011-03-09mav60: #164341# support AES encryptionMikhail Voytenko1-15/+20
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-0/+3
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud1-4/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-10merge vosremoval-diagnoses patchNorbert Thiebaud1-1/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-09-17CWS-TOOLING: integrate CWS encsig09Ivo Hinkelmann1-4/+4
2009-07-02CWS-TOOLING: integrate CWS odfmetadata2Release Engineers1-2/+0
2009-06-03CWS-TOOLING: integrate CWS os128Kurt Zenker1-9/+4
2009-02-12CWS-TOOLING: integrate CWS mav44Oliver Bolte1-32/+26
2008-06-20INTEGRATION: CWS fwk88 (1.40.8); FILE MERGEDRüdiger Timm1-11/+1
2008-04-10INTEGRATION: CWS changefileheader (1.39.56); FILE MERGEDRüdiger Timm1-38/+19
2006-09-17INTEGRATION: CWS pchfix02 (1.38.12); FILE MERGEDOliver Bolte1-2/+5
2006-06-20INTEGRATION: CWS warnings01 (1.35.214); FILE MERGEDJens-Heiner Rechtien1-21/+19
2006-03-24INTEGRATION: CWS fwk33 (1.36.24); FILE MERGEDOliver Bolte1-3/+3
2005-09-08INTEGRATION: CWS ooo19126 (1.35.216); FILE MERGEDRüdiger Timm1-47/+21
2001-11-29#94573# remove support for pack'n'go disk spanningMartin Gallwey1-14/+3
2001-11-15#92268# support encrypted data headersMartin Gallwey1-7/+17
2001-10-02#90699# generate a digest on export using SHA1Martin Gallwey1-9/+15
2001-09-18#92225# Flush the output stream when finished writingMartin Gallwey1-2/+3
2001-09-14#89303# don't bother with extra data or comments as we don't use eitherMartin Gallwey1-51/+14
2001-09-05#90699# export an MD5 of the unencrypted, compressed streamMartin Gallwey1-20/+29
2001-08-08#86708# remove calls which are no longer necessary for pack'n'goMartin Gallwey1-11/+3
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey1-31/+61
2001-05-31#87099# Since we can no longer jump around in the buffer, we will write EXT d...Martin Gallwey1-137/+86
2001-05-08Remove an unused method, no longer write EXT descriptors for compressed strea...Martin Gallwey1-32/+54
2001-04-27#86409# Support encryption in package files + a couple of optimisationsMartin Gallwey1-33/+102
2001-04-19misc code clean upsMartin Gallwey1-40/+24
2001-03-16comply with MI's required change for package->packages, as package is a reser...Martin Gallwey1-9/+9
2001-03-07re-organised support for time/date-stampingMartin Gallwey1-13/+24
2001-02-07Remove check for bizarre Solaris bugMartin Gallwey1-18/+2
2001-02-07Allow the setting of the MediaType on the root folderMartin Gallwey1-2/+18
2001-01-17Do not write data descriptors for STORED files because Jar doesn't like themMartin Gallwey1-3/+25
2000-12-20removed non thread-safe staticsMartin Gallwey1-11/+11
2000-12-19many optimisations and memory leaks due to circular references fixed! An alto...Martin Gallwey1-11/+42
2000-12-13fix a second exception specification so that this time _it really does_ compi...Martin Gallwey1-2/+3
2000-12-13fixed exception specification so it compiles under solarisMartin Gallwey1-2/+3
2000-12-13This rather enormous commit has the following features:Martin Gallwey1-2/+12
2000-12-07#81494# fixed the problem with opening empty directories in JARMartin Gallwey1-3/+4
2000-12-04#80556# improved exception handlingMartin Gallwey1-2/+6
2000-12-01#80556# fix compiler warningsMartin Gallwey1-11/+13