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

Configurable coder engines #7

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

Commits on Oct 24, 2015

  1. Refactor encoding engine

    * Make engines swappable
    * Add a Base64 engine
    * Add a Base64Escaped engine for URLs
    
    Lets us store a lot more data in fewer characters.
    ryana committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    6fbcaa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. Revert "Refactor encoding engine"

    This reverts commit 6fbcaa3.
    ryana committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    1566f2e View commit details
    Browse the repository at this point in the history
  2. Add .ruby-gemset to .gitignore

    ryana committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    700d7f5 View commit details
    Browse the repository at this point in the history
  3. Refactor to be threadsafe

    ryana committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    cb9feee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0316b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dc4bd9 View commit details
    Browse the repository at this point in the history