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

Add utility for string and redis #434

Merged
merged 18 commits into from
Dec 29, 2020

Commits on Dec 22, 2020

  1. Add utility for string and redis

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    8f4f88d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Polish code

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    cd10f06 View commit details
    Browse the repository at this point in the history
  2. Renmae get_value to fvGetValue

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    d1ed78e View commit details
    Browse the repository at this point in the history
  3. Fix operator>>(istream, bool)

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    a55d746 View commit details
    Browse the repository at this point in the history
  4. Polish split to call tokenize

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    014c794 View commit details
    Browse the repository at this point in the history
  5. Polish hex binary function by calling boost hex/unhex

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c96c624 View commit details
    Browse the repository at this point in the history
  6. Polish name and optimize split performance

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    6dc76df View commit details
    Browse the repository at this point in the history
  7. strictly limit the buffer length with hex string length

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    83e95e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Rename fvtGetValue

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    ef4ea2c View commit details
    Browse the repository at this point in the history
  2. optimize fvtGetValue

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    88d8356 View commit details
    Browse the repository at this point in the history
  3. Fix code

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    3d79e04 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into utility_for_string_and_redis

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    c017707 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Polish code

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    7a0a672 View commit details
    Browse the repository at this point in the history
  2. Remove LOG_ENTER in short functions

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    2adf276 View commit details
    Browse the repository at this point in the history
  3. Add alpha boolean

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    280594d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. polish code

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a7f5acd View commit details
    Browse the repository at this point in the history
  2. optimize stream operator

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    45af9c2 View commit details
    Browse the repository at this point in the history
  3. polish code

    Signed-off-by: Ze Gan <ganze718@gmail.com>
    Pterosaur committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c452b86 View commit details
    Browse the repository at this point in the history