Earlier this year
-
-
-
r11
(Fixed issue 1, OS detection doesn't work for Mac (was record...) committed by h.paul.robertson
- Fixed issue 1 , OS detection doesn't work for Mac (was recording Unix value rather than Macintosh
value)
Changed license to MIT license instead of MPL 1.1.
Fixed issue 1 , OS detection doesn't work for Mac (was recording Unix value rather than Macintosh
value)
Changed license to MIT license instead of MPL 1.1.
-
-
-
issue 1
(OS detection doesn't work for non-Windows) commented on by olavic
-
-
-
ascompress-.2.0.zip (ascompress .2.0 beta download (source and .swcs)) file uploaded by h.paul.robertson
-
Labels:
Type-Archive
OpSys-All
Version-.2.0
Labels:
Type-Archive
OpSys-All
Version-.2.0
-
-
-
r10
(Missed one folder in my last checkin, for some reason.) committed by h.paul.robertson
- Missed one folder in my last checkin, for some reason.
Missed one folder in my last checkin, for some reason.
-
r9
(Refactoring to support Flash Player (browser-only) use cases...) committed by h.paul.robertson
- Refactoring to support Flash Player (browser-only) use cases. The core functionality (via
ByteArrays) is now performed in the GZIPBytesEncoder class. No methods have been removed from the
GZIPEncoder class, but some of those methods are now simply wrappers for the methods in
GZIPBytesEncoder class.
From now on (unless I figure out a better system) there will be two SWCs, one with an AIR dependency
(that includes GZIPBytesEncoder) and one without that class and also without the AIR dependency.
For Flash Player-only use, use GZIPBytesEncoder. For AIR use, especially for working directly with
files, continue to use the GZIPEncoder class.
Refactoring to support Flash Player (browser-only) use cases. The core functionality (via
ByteArrays) is now performed in the GZIPBytesEncoder class. No methods have been removed from the
GZIPEncoder class, but some of those methods are now simply wrappers for the methods in
GZIPBytesEncoder class.
From now on (unless I figure out a better system) there will be two SWCs, one with an AIR dependency
(that includes GZIPBytesEncoder) and one without that class and also without the AIR dependency.
For Flash Player-only use, use GZIPBytesEncoder. For AIR use, especially for working directly with
files, continue to use the GZIPEncoder class.
-
r8
(Adding "src/" folder into the hierarchy so that I can have o...) committed by h.paul.robertson
- Adding "src/" folder into the hierarchy so that I can have other folders for docs, bin, etc.
Adding "src/" folder into the hierarchy so that I can have other folders for docs, bin, etc.
-
r7
(Creating tag for version 0.1.0.2 (r6)) committed by h.paul.robertson
- Creating tag for version 0.1.0.2 (r6)
Creating tag for version 0.1.0.2 (r6)
Older
-
-
r6
(Changed uncompressToByteArray() to accept a File or ByteArra...) committed by h.paul.robertson
- Changed uncompressToByteArray() to accept a File or ByteArray as an argument. Added more robust
error checking and documentation to that method.
Changed uncompressToByteArray() to accept a File or ByteArray as an argument. Added more robust
error checking and documentation to that method.
|