summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/bzip2/CBZip2OutputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Performance:Arturo Bernal2021-09-261-0/+1
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* HTML5-compliant javadoctwogee2019-03-201-41/+41
* Revert last 5 commitsGintas Grigelionis2018-11-041-6/+11
* SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-041-11/+6
* Chop extraneous parenthesesGintas Grigelionis2018-04-061-4/+3
* Remove extraneous exceptions and “extends Object”Gintas Grigelionis2018-04-011-1/+1
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-36/+30
* Let’s use doclintGintas Grigelionis2017-12-101-22/+24
* PR 56749 Javadoc 1.8 fixes, submitted by Ville SkyttäVille Skyttä2014-07-211-1/+1
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* merged one hunk the wrong way around, allowableblocksize should remain finalStefan Bodewig2012-05-211-4/+4
* [CVE-2012-2098] merge bzip2 edge case improvement from Commons CompressStefan Bodewig2012-05-211-573/+54
* Improve bzip2 performance, submitted by Rodrigo Schmidt, PR 24798Stefan Bodewig2009-03-271-1191/+1647
* provide a finish method separate from close - merge from commons-compress, th...Stefan Bodewig2009-02-061-3/+10
* provide a finish method separate from close - merge from commons-compressStefan Bodewig2009-02-061-5/+5
* fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. ...Stefan Bodewig2009-02-051-4/+2
* re-use a pre-allocated stack. PR 45960.Stefan Bodewig2008-10-091-6/+7
* create useable output even if the input is empty. PR 45836. Submitted by To...Stefan Bodewig2008-09-191-9/+7
* More sanity in CBZip2*Stream if the streams are empty. PR 32200. Submitted b...Stefan Bodewig2008-07-171-13/+20
* update licensePeter Reilly2007-05-301-5/+6
* Bugzilla: 41596, rollback CBZip2OutputStream as it created corrupt files - co...Peter Reilly2007-05-301-1593/+1118
* copy2license.plStefan Bodewig2006-09-011-5/+6
* Removed unused private fieldsJacobus Martinus Kruithof2005-06-121-3/+0
* Make Jikes less upsetStefan Bodewig2005-04-261-196/+196
* Major speed improvements on BZip2 streams.Stefan Bodewig2005-04-141-1108/+1585
* remove authors from filesPeter Reilly2004-03-091-2/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* StyleAntoine Levy-Lambert2003-09-211-8/+8
* Remove unused fieldsStefan Bodewig2003-07-241-3/+0
* Make some private things staticStefan Bodewig2003-07-241-2/+2
* Fix incorrect finalize overrideStefan Bodewig2003-07-241-1/+2
* checkstyleConor MacNeill2003-07-091-4/+4
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Order of modifiersConor MacNeill2002-04-151-7/+7
* Coding StandardConor MacNeill2002-04-151-4/+2
* More coding standard fixesConor MacNeill2002-04-151-113/+113
* Fix array declaratorsStephane Bailliez2002-01-261-25/+25
* - Fix order of modifiersStephane Bailliez2002-01-201-8/+9
* License police on utility packages:Stefan Bodewig2002-01-101-1/+1
* Fix bad coding style.Stephane Bailliez2002-01-081-3/+6
* Fix weird insertion.Stephane Bailliez2002-01-081-8/+4
* Fix bad coding style.Stephane Bailliez2002-01-081-116/+223
* Make BZip2 task comply with native bzip2 when there are multiple blocksMagesh Umasankar2001-11-291-1/+1
* Fix up packaging of bzip utilities.Peter Donald2001-11-161-0/+1567