7246 Commits (70abcb7f5d2128f7af46b37ca416d2859a77d8e6)

Author SHA1 Message Date
  Stefan Bodewig 7984fd2400 special handling of IllegalArgumentExceptions in attribute setters for better error messages. PR 47129 16 years ago
  Stefan Bodewig cba01025c0 honor failonerror on connection problems. PR 46829. 16 years ago
  Jacobus Martinus Kruithof de5ed88e5e Remove pre java 1.3 construct. 16 years ago
  Stefan Bodewig 0cda41d5b7 add a force option to signjar. Based on submission by Pavel Jisl. PR 46891 16 years ago
  Stefan Bodewig 9aac905f3e support MSYS/MingW. Submitted by Clement OUDOT. PR 46936 16 years ago
  Jan Materne 94232b62a9 Better documentation of getSubProjectExecutor() 16 years ago
  Matthew Jason Benson d7c3883e53 document SecureInputHandler and add to known input handler types 16 years ago
  Stefan Bodewig 9922008d65 Improve bzip2 performance, submitted by Rodrigo Schmidt, PR 24798 16 years ago
  Stefan Bodewig a29bda0274 properly set the size of directories 17 years ago
  Stefan Bodewig 54166cfaf0 deal with file system roots being added - was leading to IndexOutOfBoundsExceptions in File-arg constructor 17 years ago
  Steve Loughran c75a494bd8 Bug 46812 - <tarfileset> no longer takes a fileset ref (regression) 17 years ago
  Stefan Bodewig 272ec48fce ensure the same encoding is used for name and comment in all places. Submitted by Wolfgang Glas 17 years ago
  Stefan Bodewig f21a51dfd3 even more encoding options for zips 17 years ago
  Stefan Bodewig 6cd0de1022 Parse central directory part of ZIP extra fields. PR 46637 17 years ago
  Stefan Bodewig 6c0ab4d9ac typos and unused imports 17 years ago
  Stefan Bodewig 752d64fa43 improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merge from commons-compress 17 years ago
  Stefan Bodewig cbd20a77eb eol-style 17 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 3b7986524b fix self-assignment 17 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 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
  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 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 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 817fd31998 fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. PR 46661 17 years ago
  Stefan Bodewig b27fa7d06f indentation changes only 17 years ago
  Stefan Bodewig 2d1ac70e3b fix XMLCatalogTest on Java6 17 years ago
  Stefan Bodewig 6cc73a7365 Use a real transformation error instead of an XML parsing error in testTransformationError 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 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