| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sonar meets backwards compatibility requirements | Stefan Bodewig | 2016-12-21 | 2 | -2/+2 |
| * | false positives and trivial fixes | Stefan Bodewig | 2016-12-21 | 1 | -1/+1 |
| * | extract assignment statements | Stefan Bodewig | 2016-12-21 | 1 | -2/+4 |
| * | I disagree with Sonar - moving the assignment make the code worse | Stefan Bodewig | 2016-12-21 | 1 | -4/+4 |
| * | PR 56749 Javadoc 1.8 fixes, submitted by Ville Skyttä | Ville Skyttä | 2014-07-21 | 1 | -1/+1 |
| * | PR 56748 Spelling fixes, submitted by Ville Skyttä | Ville Skyttä | 2014-07-21 | 1 | -2/+2 |
| * | assorted spelling fixes by Lajos Veres - closes #4 | Stefan Bodewig | 2014-02-28 | 1 | -1/+1 |
| * | Merge bzip2 input from Compress, bringing support for files with multiple str... | Stefan Bodewig | 2012-06-16 | 1 | -54/+134 |
| * | Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation | Jacobus Martinus Kruithof | 2012-05-26 | 1 | -1/+1 |
| * | merged one hunk the wrong way around, allowableblocksize should remain final | Stefan Bodewig | 2012-05-21 | 1 | -4/+4 |
| * | [CVE-2012-2098] merge bzip2 edge case improvement from Commons Compress | Stefan Bodewig | 2012-05-21 | 2 | -573/+1135 |
| * | fix a bunch of warnings you get when building on Harmony which uses Eclipse's... | Stefan Bodewig | 2010-11-22 | 1 | -1/+0 |
| * | Improve bzip2 performance, submitted by Rodrigo Schmidt, PR 24798 | Stefan Bodewig | 2009-03-27 | 1 | -1191/+1647 |
| * | provide a finish method separate from close - merge from commons-compress, th... | Stefan Bodewig | 2009-02-06 | 1 | -3/+10 |
| * | provide a finish method separate from close - merge from commons-compress | Stefan Bodewig | 2009-02-06 | 1 | -5/+5 |
| * | fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. ... | Stefan Bodewig | 2009-02-05 | 1 | -4/+2 |
| * | re-use a pre-allocated stack. PR 45960. | Stefan Bodewig | 2008-10-09 | 1 | -6/+7 |
| * | create useable output even if the input is empty. PR 45836. Submitted by To... | Stefan Bodewig | 2008-09-19 | 1 | -9/+7 |
| * | More sanity in CBZip2*Stream if the streams are empty. PR 32200. Submitted b... | Stefan Bodewig | 2008-07-17 | 2 | -14/+28 |
| * | update license | Peter Reilly | 2007-05-30 | 1 | -5/+6 |
| * | Bugzilla: 41596, rollback CBZip2OutputStream as it created corrupt files - co... | Peter Reilly | 2007-05-30 | 1 | -1593/+1118 |
| * | copy2license.pl | Stefan Bodewig | 2006-09-01 | 4 | -20/+24 |
| * | Javadoc typo only. | Jesse N. Glick | 2006-07-20 | 1 | -1/+1 |
| * | Removed unused private fields | Jacobus Martinus Kruithof | 2005-06-12 | 1 | -3/+0 |
| * | Avoiding use of Error for clauses that indicat programming errors, using runt... | Jacobus Martinus Kruithof | 2005-05-22 | 1 | -4/+4 |
| * | Make Jikes less upset | Stefan Bodewig | 2005-04-26 | 3 | -315/+315 |
| * | Major speed improvements on BZip2 streams. | Stefan Bodewig | 2005-04-14 | 4 | -1670/+2308 |
| * | Make Jikes happy | Stefan Bodewig | 2004-11-12 | 1 | -1/+1 |
| * | deprecated or not, this is the only way to avoid creation of both - a Date an... | Stefan Bodewig | 2004-11-12 | 1 | -4/+4 |
| * | remove authors from files | Peter Reilly | 2004-03-09 | 4 | -5/+0 |
| * | Copyright owner is The Apache Software Foundation | Antoine Levy-Lambert | 2004-02-09 | 4 | -4/+4 |
| * | Remove trailing spaces in all java files | Antoine Levy-Lambert | 2004-02-04 | 4 | -8/+8 |
| * | Switch to Apache Software License 2.0 | Antoine Levy-Lambert | 2004-02-03 | 4 | -196/+48 |
| * | Style | Antoine Levy-Lambert | 2003-09-21 | 1 | -8/+8 |
| * | Remove unused fields | Stefan Bodewig | 2003-07-24 | 2 | -8/+1 |
| * | Make some private things static | Stefan Bodewig | 2003-07-24 | 1 | -2/+2 |
| * | Fix incorrect finalize override | Stefan Bodewig | 2003-07-24 | 1 | -1/+2 |
| * | checkstyle | Conor MacNeill | 2003-07-09 | 2 | -29/+28 |
| * | Remove Jakarta Project from license | Stefan Bodewig | 2003-02-10 | 4 | -4/+4 |
| * | Implement and document a compression attribute for the tar and untar tasks. | Magesh Umasankar | 2002-04-24 | 1 | -1/+9 |
| * | Order of modifiers | Conor MacNeill | 2002-04-15 | 2 | -14/+14 |
| * | Coding Standard | Conor MacNeill | 2002-04-15 | 1 | -4/+2 |
| * | More coding standard fixes | Conor MacNeill | 2002-04-15 | 3 | -176/+176 |
| * | Fix array declarators | Stephane Bailliez | 2002-01-26 | 3 | -35/+35 |
| * | - Fix order of modifiers | Stephane Bailliez | 2002-01-20 | 2 | -16/+18 |
| * | License police on utility packages: | Stefan Bodewig | 2002-01-10 | 4 | -5/+4 |
| * | Fix bad coding style. | Stephane Bailliez | 2002-01-08 | 2 | -43/+81 |
| * | Fix weird insertion. | Stephane Bailliez | 2002-01-08 | 1 | -8/+4 |
| * | Fallback to 1.2. Come back later for this one. | Stephane Bailliez | 2002-01-08 | 1 | -71/+38 |
| * | Fix bad coding style. | Stephane Bailliez | 2002-01-08 | 3 | -155/+296 |