Directory proposal/myrmidon/src/java/org/apache/aut/tar/

Directory Created:
2002-01-20 00:03
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
6
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/java/org/apache/aut/tar

Lines of Code

proposal/myrmidon/src/java/org/apache/aut/tar/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 1320 (100.0%) 45.5
donaldp 27 (93.1%) 1301 (98.6%) 48.1
adammurdoch 2 (6.9%) 19 (1.4%) 9.5

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-03-16 04:24

Decouple tar package from myrmidon by cloning Os.isFamily behaviour

5 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarEntry.java (+5 -3)
donaldp 2002-03-16 04:13

Add accessor for checksum

10 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarEntry.java (+10)
donaldp 2002-03-16 04:10

Remove unused v7format variable and fixed up javadoc errors

4 lines of code changed in:

donaldp 2002-03-16 04:09

Remove unused debug variable and fixed up javadoc errors

1 lines of code changed in:

adammurdoch 2002-03-09 02:04

* Added PropertyResolver service interface, together with 2 implementations.

(One implementation mimics Ant1 behaviour). These are added in the

"workspace" packages, since that's where PropertyUtil was. Not sure if this

is the right place.

* DefaultTaskContext now implements Context interface, used by

PropertyResolver. This avoids having the PropertyResolver dependent on

TaskContext, avoiding a potential circularity problem. (since TaskContext has

a "resolve" method of it's own).

* Removed PropertyUtil.

* Tests for PropertyResolver implementations.



Submitted by Darrell DeBoer [darrell@apache.org]

1 lines of code changed in:

adammurdoch 2002-03-02 04:03

* Added OsFamily enumerated type, to represents OS groupings.

* Replaced all usages of Os.isFamily( String ) with Os.isFamily( OsFamily ).

* Replaced all usages of "os.name" system properties with calls to Os.isFamily().

18 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarEntry.java (+18 -25)
donaldp 2002-03-01 08:52

Allow v7 format tar files



(Patch copied from main source tree)

2 lines of code changed in:

donaldp 2002-01-28 09:24

Dont modify loop counters in for loops

36 lines of code changed in:

donaldp 2002-01-28 09:21

Make sure that the modifiers are in correct order

1 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarEntry.java (+1 -2)
donaldp 2002-01-27 01:24

Cleaned up code and made some violations go away

422 lines of code changed in:

donaldp 2002-01-27 01:22

Made class package access and cleaned up code a little

170 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarBuffer.java (+170 -158)
donaldp 2002-01-27 01:19

Moved NAMELEN constant to TarEntry and made class package access

3 lines of code changed in:

donaldp 2002-01-27 01:17

Made class package access as it does not need to be accessed outside this package

3 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarUtils.java (+3 -4)
donaldp 2002-01-27 00:26

Remove unused local variable



Fixing a audit violation

4 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/aut/tar: TarUtils.java (+4 -4)
donaldp 2002-01-20 00:03

Move general purpose utility code for bzip/zip/tar into aut

640 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT