Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extensions to guid #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

extensions to guid #1

wants to merge 3 commits into from

Commits on Jul 30, 2011

  1. implement buffer and binary support

    allows Guid objects to be created with predefined value
    allows pure hexadecimal and Buffer values which gets converted
    to the normal form.
    
    exports for value in binary string through Buffer and pure hex string
    poelzi committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    5021d9c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2011

  1. allow binary strings as argument

    must be of size 16 to be accepted
    poelzi committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    984041e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2011

  1. Configuration menu
    Copy the full SHA
    32e6a2c View commit details
    Browse the repository at this point in the history