summaryrefslogtreecommitdiff
path: root/package/source/zipapi/XBufferedThreadedStream.cxx
AgeCommit message (Expand)Author
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2018-08-04use C++11 exception rethrowingCaolán McNamara
2018-07-31ofz#9597 rethrown IOException not caught by catch IOExceptionCaolán McNamara
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-11-24fix attempt to save and rethrow exceptionCaolán McNamara
2017-10-23loplugin:includeform: packageStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-20Fixing threadedStream produce loop condition:Mohammed Abdul Azeem
2017-07-07tdf#108821 - fix for overflow of variables on opening huge filesMohammed Abdul Azeem
2017-07-06tdf#108821 - fixed bad alloc on opening large fileMichael Meeks
2017-06-13Avoid race between mbTerminate check and wait.Michael Meeks
2017-06-11Fix typosAndrea Gelmini
2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem