This repository was archived by the owner on Oct 9, 2018. It is now read-only.
bug fixs for Issue 39&54; SHA2 certificate support#23
Open
sevengo8378 wants to merge 34 commits intotimkurvers:masterfrom
Open
bug fixs for Issue 39&54; SHA2 certificate support#23sevengo8378 wants to merge 34 commits intotimkurvers:masterfrom
sevengo8378 wants to merge 34 commits intotimkurvers:masterfrom
Conversation
- Support to set the length; - Performance issue for big files (if in for).
Conflicts: src/com/hurlant/util/Hex.as
h is a number in the debugger not an array, guessing that x is the array we would like to index
x was not the right variable, the local variable h is overwriting this.h in the scope of the core function.
added 2 commits
March 10, 2014 00:38
Owner
|
Hi @byrne, thanks for the contribution! Unfortunately I'm no longer maintaining this repository, but I'd gladly mention your repository in the README if that is convenient. |
Author
|
It seems stepan-beresnev@58d817c have merged many forks. I make a new pull request to this repository. |
Owner
|
Great! Let me know if you or anyone else would like to maintain a new canonical repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hi timkurvers,
I have do some bug fixs and also add SHA2 certificate support.
Please review my code.