0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 16 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes #114 - In non-strict mode, accept non-breaking space as whitespace. More... over 14 years ago
Fixes issue #110 - [Transient] metadata is now respected by the encoder. More... almost 15 years ago
Fixes #104 - In JSON strict mode, when a string contains an unescaped control character (0x00-0x1F) a parse error is now thrown because the spec indicates that strings cannot contain unescaped control characters. More... almost 15 years ago
Fixes Issue #109 - SHA1 hashing code needs to be optimized More... almost 15 years ago
added unit tests for event. adding clone methods to events. More... about 15 years ago
some tweaks. add ability to set interval for VolumeMonitor More... about 15 years ago
adding f4v mimetypes More... about 15 years ago
first checkin of new air apis More... about 15 years ago
first checkin of new air apis More... about 15 years ago
added license info More... about 15 years ago
* Added throwing error if entire string cannot be consumed (when there are remaining characters left in the input stream) * Added "strict" flag to decoding process. Default is true for backwards compatibility. When false, relaxes input format rules. Fixes #34, Fixes #41, Fixes #71: * Allows for hex specification for numbers, ex: { "myNum": 0xFFCC33 } * Allows for NaN to be parsed as a number, ex: { "myNum": NaN } * Allows for trailing commas in arrays, ex: [1,2,] * Allows for trailing commas in objects, ex: { "p1":true, "p2":false, } * Does not throw error if there were characters left in the input string * Added tests for strict flag * Added tests to better exercise comments * Updated tests to use proper assert types * Some minor cosmetic code cleanup More... over 15 years ago
Fixes Issue #68 - corrected asserts in testEncodeObject More... over 15 years ago
Adding EncryptionKeyGenerator class (com.adobe.air.crypto.EncryptionKeyGenerator) and unit tests for it. More... over 15 years ago
adding air app-xml file so test runner can be run as an air app. More... over 15 years ago
Added RFC2104-HMAC: Keyed-Hashing for Message Authentication Implementation More... over 15 years ago
[no comment] More... over 15 years ago
removing docs from subversion More... over 15 years ago
some minor updates to build script to build docs More... over 15 years ago
fixed encoding issue reported at : http://groups.google.com/group/as3corelib/browse_thread/thread/c23e1e790aed9c4a More... over 15 years ago
added some docs More... over 15 years ago
Removed the conditional in the constructor. More... over 15 years ago
Fixes issue #74 - multiple successive comments were causing parse errors. More... over 15 years ago
Issue #41 - Added code to recognize hex digit numbers. Commented out for now until "strict" mode flag is added (since this is a feature that is not part of the official spec). More... over 15 years ago
Added additional assert for issue #64 More... over 15 years ago
Initial import of MD5Stream More... over 15 years ago
Added a library for the dict protocol. More... over 15 years ago
FileTarget logger for Flex Log framework. More... over 15 years ago
[no comment] More... over 15 years ago
[no comment] More... over 15 years ago
removed some trace statements More... over 15 years ago