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

fix parseArgument #2 #5252

Merged
merged 17 commits into from
Oct 17, 2018
Merged

fix parseArgument #2 #5252

merged 17 commits into from
Oct 17, 2018

Commits on Oct 11, 2018

  1. fix parseArgument

    d-a-v committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    4787753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454a065 View commit details
    Browse the repository at this point in the history
  3. remove recursion

    d-a-v committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    aa4dac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db0cd7d View commit details
    Browse the repository at this point in the history
  5. inviting Alexa

    d-a-v committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    ac47a03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4cc7a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. fix alexa fix (well, trying...)

    d-a-v committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    bdf2ace View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. fix pos substrings

    key_end_pos--;
    dont count down here, it will cut of every key by -1 ("save" will be "sav") (substring  (end = up to, but not including, so no need to -1)
    
    Parsing cpp L329
    arg.value = urlDecode(data.substring(equal_index + 1, next_index - 1));
    => -1 is too less for substring (substring  (end = up to, but not including, so no need to -1)
    reloxx13 authored Oct 13, 2018
    Configuration menu
    Copy the full SHA
    1ba0cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc93d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d62a41 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from reloxx13/patch-2

    fix pos substrings
    d-a-v authored Oct 13, 2018
    Configuration menu
    Copy the full SHA
    8be9539 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b3aef View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

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

Commits on Oct 16, 2018

  1. fix memleak

    d-a-v committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    9d1e411 View commit details
    Browse the repository at this point in the history
  2. parse arguments: use functors

    d-a-v committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    6a29655 View commit details
    Browse the repository at this point in the history
  3. cleaning

    d-a-v committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    2cea06c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

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