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 ValidateString option into decode #253

Merged
merged 30 commits into from Aug 11, 2022
Merged

add ValidateString option into decode #253

merged 30 commits into from Aug 11, 2022

Commits on Jun 26, 2022

  1. fix: add escape validate

    liuq19 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    efcaa1c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    b2828c8 View commit details
    Browse the repository at this point in the history
  2. add print debug

    liuq19 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e69d663 View commit details
    Browse the repository at this point in the history
  3. add jit debug in decoder

    liuq19 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9ee68e1 View commit details
    Browse the repository at this point in the history
  4. fix go1.16 decoder debug

    liuq19 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ca403bb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. fix: not change others

    liuq19 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5c86bdb View commit details
    Browse the repository at this point in the history
  2. fix generic parse bug

    liuq19 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e94ecfa View commit details
    Browse the repository at this point in the history
  3. remove debug info

    liuq19 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a967a92 View commit details
    Browse the repository at this point in the history
  4. test twitter json

    liuq19 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    001a396 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix: option typos

    liuq19 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c2de295 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. test: add bug test

    liuq19 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2c87cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1629898 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. fix validate bugs

    liuq19 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    1d3b002 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. fix: validate

    liuq19 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    3a6ca0f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. remove files

    liuq19 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4e6bd3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4450f83 View commit details
    Browse the repository at this point in the history
  3. re-compile

    liuq19 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    7ea6a05 View commit details
    Browse the repository at this point in the history
  4. update license

    liuq19 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b2f6a94 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. add flags on skip_xxx()

    AsterDY committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8899bb3 View commit details
    Browse the repository at this point in the history
  2. fix internal native tests

    liuq19 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    42d457d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. re-compile

    liuq19 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0955d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b715cf7 View commit details
    Browse the repository at this point in the history
  3. add validstring for perftest

    liuq19 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b8eaba9 View commit details
    Browse the repository at this point in the history
  4. modify api

    liuq19 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f186daf View commit details
    Browse the repository at this point in the history
  5. fix readme

    liuq19 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2e75a6a View commit details
    Browse the repository at this point in the history
  6. fix comment

    liuq19 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    641c51a View commit details
    Browse the repository at this point in the history
  7. add license

    liuq19 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    74dd235 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. rename to ValidateString

    liuq19 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    150903c View commit details
    Browse the repository at this point in the history
  2. fix xprintf.h

    liuq19 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6f13498 View commit details
    Browse the repository at this point in the history
  3. add debug

    liuq19 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    512989c View commit details
    Browse the repository at this point in the history