Age | Commit message (Expand) | Author |
2023-03-20 | Missing includes (for std::exception_ptr) | Stephan Bergmann |
2022-10-21 | tdf#133767 new service TempFileFastService | Noel Grandin |
2022-06-23 | clang-tidy modernize-pass-by-value in package | Noel Grandin |
2022-01-11 | optimise and simplify ZipOutputEntryInThread | Noel Grandin |
2020-07-14 | fix encrypted parallel zip saving (tdf#134332) | Luboš Luňák |
2020-03-12 | Revert "loplugin:constfields in package..registry" | Noel Grandin |
2020-01-13 | loplugin:finalclasses in package..sfx2 | Noel Grandin |
2019-08-22 | loplugin:constmethod in package | Noel Grandin |
2019-05-28 | parallel deflate compression (one stream, multiple threads) | Luboš Luňák |
2019-05-28 | split out thread functionality from ZipOutputEntry | Luboš Luňák |
2019-05-21 | remove code confusion about threads vs thread tasks | Luboš Luňák |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin |
2018-08-04 | use C++11 exception rethrowing | Caolán McNamara |
2017-12-05 | loplugin:countusersofdefaultparams in editeng..package | Noel Grandin |
2017-10-23 | loplugin:includeform: package | Stephan Bergmann |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-03-22 | tdf#93553 limit parallelism at zip save time to useful amount | Armin Le Grand |
2015-10-23 | com::sun::star->css in package,pyuno | Noel Grandin |
2015-08-07 | Related: tdf#88314 delete temp files | Caolán McNamara |
2015-08-05 | Resolves: tdf#88314 close temp file after each thread completed | Caolán McNamara |
2015-07-26 | Revert "Resolves: tdf#88314 close temp file after each thread completes" | Norbert Thiebaud |
2015-07-24 | Resolves: tdf#88314 close temp file after each thread completes | Caolán McNamara |
2015-06-05 | uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgs | Caolán McNamara |
2014-12-14 | package: Better to use temporary files for huge memory zip streams | Matúš Kukan |
2014-12-14 | package: Create memory buffer only when we need it - if we use parallelism | Matúš Kukan |
2014-11-17 | Simplify input parameters to just take the sequence | Matúš Kukan |
2014-11-17 | package: Finally implement parallel zip entries deflating | Matúš Kukan |
2014-11-17 | There is no XZipOutputEntry interface | Matúš Kukan |
2014-11-17 | package: Use memory stream for compressing zip entries | Matúš Kukan |
2014-11-17 | package: Move most ZipOutputEntry's methods back to ZipOutputStream | Matúš Kukan |
2014-10-23 | package: Add ZipOutputEntry to isolate deflating of streams. | Matúš Kukan |