83 Commits (598e18997aca23e441c8302888e7423fac146da8)

Author SHA1 Message Date
  Stefan Bodewig 598e18997a log something when expand doesn't extract a file that doesn#t match the patterns 16 years ago
  Stefan Bodewig ea73ec7d72 expose native encoding constant 16 years ago
  Stefan Bodewig 37d7a6b679 provide access to encoding stuff in unzip, hide it in untar 16 years ago
  Stefan Bodewig a8c2ab1868 provide options for enhanced encoding support in ZIP, document it. Many thanks to Wolfgang Glas who provided most of the test input as well as patches the new support is based on. 17 years ago
  Stefan Bodewig edb0dd9582 use adapter instead of instanceof checks 17 years ago
  Stefan Bodewig 5019b99eb6 New attribute allows stripping of leading path spec from files before extracting them. PR 28911. 17 years ago
  Stefan Bodewig 7d174c3426 Made up my mind on the fix for PR 35000. Empty != broken, so make it two separate use cases. 17 years ago
  Stefan Bodewig e7e99f061c more explicit existence chacks in unzip/tar. PR 44843 17 years ago
  Stefan Bodewig 4a1038e342 an empty central directory is fine for an empty archive 17 years ago
  Matthew Jason Benson 00829ad00c [43348] Use FileProvider interface 17 years ago
  Steve Loughran 613f1f3339 extra diags when expand and untar fail 17 years ago
  Peter Reilly f3e4a4790e magic numbers 18 years ago
  Peter Reilly e3e9f1e819 checkstyle 18 years ago
  Steve Loughran 1b772899ee I know, lets have a more detailed error message when expand fails than just "expand failed" 18 years ago
  Peter Reilly 249962b3e2 checkstyle:check off for public method 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Jesse N. Glick 69c95afa02 Some Javadoc corrections. 19 years ago
  Stefan Bodewig 62fd696d56 merge multiple patternsets - PR 38973 20 years ago
  Antoine Levy-Lambert 4bbd382ebf cleanup of imports, use FileUtils.close, submitted by Kevin Jackson 20 years ago
  Stefan Bodewig af6780ed14 empty collection != no collection - found by Gump and the jline build 20 years ago
  Stefan Bodewig 77cdf2de58 whitespace and 2005 20 years ago
  Stefan Bodewig f027ced8e7 resource collection support for unzip/jar/war/tar 20 years ago
  Peter Reilly 4eff7a9987 checkstyle - mostly javadoc 21 years ago
  Jacobus Martinus Kruithof 257dadeaf0 Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files. 21 years ago
  Peter Reilly d9c1a8c2d5 javadoc 21 years ago
  Peter Reilly a606cd93fa remove imports, also modify for loops 21 years ago
  Jacobus Martinus Kruithof 6653c42a77 If we can use File.getParentFile, there is presumably no reason to use FileUtils.getParentFile, right? 21 years ago
  Peter Reilly 0c81c851c9 allow filenamemappers types to be placed directly as a nested element 21 years ago
  Stefan Bodewig db48fbb829 Various checkstyle violations 21 years ago
  Steve Loughran fdc903238f Patch in PR# 21996 21 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Peter Reilly 9434671efa removing enum variable 22 years ago
  Conor MacNeill 3a35c7d914 style 22 years ago
  Conor MacNeill 410129735b style 22 years ago
  Conor MacNeill 5b331f6baa Easy stuff - imports and licence headers 23 years ago
  Stefan Bodewig f2eb856ffd Add support for filename-encodings other than UTF8 to <untar>. 23 years ago
  Stefan Bodewig ad9c15103d Finish implementation of ZipFile, use it in Expand (AKA <unzip>). 23 years ago
  Stefan Bodewig 02307f7dea Make Expand behave like DirectoryScanner if a pattern ends with a 23 years ago
  Stefan Bodewig b113154a3a <unzip> can now deal with self-extracting archives. 23 years ago
  Stefan Bodewig 24436a1c92 Remove email address from sources 23 years ago
  Stefan Bodewig 1dc8a07905 Remove Jakarta Project from license 23 years ago
  Stefan Bodewig 608424c650 PR: 11100 23 years ago
  Stefan Bodewig ab271c2c60 Testlet is dead 23 years ago
  Magesh Umasankar 3c2bbbcda3 Real tired of seeing email address being abused. 23 years ago
  Magesh Umasankar e2d3dfc0c9 Expand tasks did not behave as expected with PatternSets. 23 years ago
  Magesh Umasankar 80377e9c76 getParentFile may return null. 23 years ago
  Peter Donald 8f413c1208 Remove unused imports, remove glob imports, sort imports. 23 years ago