11731 Commits (a1003b0b8e5e18840b648d7da746efe92b093f74)
 

Author SHA1 Message Date
  Stefan Bodewig 6c0ab4d9ac typos and unused imports 16 years ago
  Stefan Bodewig 752d64fa43 improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merge from commons-compress 16 years ago
  Stefan Bodewig cbd20a77eb eol-style 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. 16 years ago
  Stefan Bodewig 3b7986524b fix self-assignment 16 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 17 years ago
  Jan Materne def28d00cf Add 'Ant Script Library' 17 years ago
  Stefan Bodewig 5395cd37d9 typo 17 years ago
  Stefan Bodewig 1113e19f88 sync can cause NPE whith broken symlinks. PR 46747. Submitted by skoppehel at intersoft dot de 17 years ago
  Stefan Bodewig 545ff63ab7 use the desired encoding to decode 17 years ago
  Stefan Bodewig 8264511a27 use nio for decoding of names - merge from commons-compress rev 746933 17 years ago
  Stefan Bodewig fa57759633 whitespace 17 years ago
  Stefan Bodewig 3cb22aa1c6 Support more modern encoding flag where archives signal filenames as UTF-8. Based on submissions by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. PR 45548. 17 years ago
  Stefan Bodewig 2f0ab79127 Adapt to ASF infrastructure change 17 years ago
  Stefan Bodewig 53691bd662 TestCase for new Unicode extra fields, based on submission by Wolfgang Glas. Merge from commons-compress 17 years ago
  Stefan Bodewig 9416f208d9 allow extra fields to be added at the front 17 years ago
  Stefan Bodewig 25f451bd36 Add support for InfoZIP invented extra fields for Unicode file names and comments. Submitted by Wolfgang Glas. Merge from commons-compress revision 745528 17 years ago
  Stefan Bodewig 2f61ee2bff linefeeds 17 years ago
  Steve Loughran 8d0bd81aae starting the tests for this, fixing the code as the problems show up. Task is not yet ready for use. 17 years ago
  Stefan Bodewig 6b472602fc eol-style 17 years ago
  Stefan Bodewig ae70a9608b JDK 1.4 - unfortunately 17 years ago
  Jesse N. Glick bba4624fac #43114: ensuring that package-info.class is created/touched when package-info.java is compiled. 17 years ago
  Stefan Bodewig 1fa24dc235 fix linefeeds 17 years ago
  Jacobus Martinus Kruithof 479a97c386 Bugzilla Report 46659, space missing between define and value in RPM task (verified against help page of rpm). 17 years ago
  Stefan Bodewig a40f84b2b9 jdk1.4 17 years ago
  Stefan Bodewig 7d2c3a1c0f provide a finish method separate from close - merge from commons-compress, this time merging the correct revision 17 years ago
  Stefan Bodewig 43622a4c88 revision 741608 actually closes PR 42713 17 years ago
  Stefan Bodewig ca6ea64af9 provide a finish method separate from close - merge from commons-compress 17 years ago
  Jacobus Martinus Kruithof 3ade0b6e76 Pr 44544: Deadlock between in, out and err in the redirector. 17 years ago
  Jacobus Martinus Kruithof e1dba00d6f deprecated since 17 years ago
  Jacobus Martinus Kruithof 61f6e3225c Marked the DeweyDecimal in extension package deprecated. 17 years ago
  Jacobus Martinus Kruithof 4f5c703579 Deprecated the public DateFormat 17 years ago
  Jacobus Martinus Kruithof 2e2292e576 Removed the own implementation for creating a temporary file, in case deletion of temp file fails, added it as candidate for deletion on exit. 17 years ago
  Stefan Bodewig ff303a559c fix eol-style 17 years ago
  Stefan Bodewig 4a39c7583f re-generate site 17 years ago
  Stefan Bodewig 28901945fa link to Ivy svn modules 17 years ago
  Stefan Bodewig 817fd31998 fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. PR 46661 17 years ago
  Jan Materne a9c72d0ac0 regenerate site 17 years ago
  Jan Materne 1497397ced * Add Hudson builds 17 years ago
  Stefan Bodewig b27fa7d06f indentation changes only 17 years ago
  Stefan Bodewig 2d1ac70e3b fix XMLCatalogTest on Java6 17 years ago
  Maarten Coene 336c1beb21 Added signature 17 years ago
  Stefan Bodewig 6cc73a7365 Use a real transformation error instead of an XML parsing error in testTransformationError 17 years ago
  Stefan Bodewig c89504bc1a looks like an artifact of a typo 17 years ago
  Jacobus Martinus Kruithof 8c0cc2ec63 45631 17 years ago
  Jacobus Martinus Kruithof 8c3c62ba7c Do not filter out AssertionError bugzilla 45631. 17 years ago
  Jacobus Martinus Kruithof 485c20f2f6 Another thread-unsafe date formatter 17 years ago
  Jacobus Martinus Kruithof 05aa4509fd Forgot to commit this one yesterday (belongs to commit r739567) 17 years ago
  Jacobus Martinus Kruithof 9c88ea5b4b Original toString would always throw a NPE. 17 years ago
  Jacobus Martinus Kruithof d534f1e1a1 Math.abs(rand.nextInt()) may yield negative value. rand.nextInt(Integer.MAX_VALUE) seems to be what was meant. 17 years ago