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

Use std::string_view for MISC::url_decode() #1043

Merged

Commits on Sep 24, 2022

  1. Copy the full SHA
    f85117e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27d60d5 View commit details
    Browse the repository at this point in the history
  3. Use std::string_view for MISC::url_decode()

    変更不可の文字列のポインターと長さを渡している関数の引数を
    `std::string_view`に交換して整理します。
    
    - 改行 CRLF は LF に変換します。
    
    Co-authored-by: JD Project <jd.project@acc574344b8506f1335297eaa7f74be0f7ea992b>
    ma8ma and JD Project committed Sep 24, 2022
    Copy the full SHA
    221d4fe View commit details
    Browse the repository at this point in the history
  4. Use std::string_view for MISC::chrtobin()

    変更不可の文字列のポインターと長さを渡している関数の引数を
    `std::string_view`に交換して整理します。
    
    Co-authored-by: JD Project <jd.project@acc574344b8506f1335297eaa7f74be0f7ea992b>
    ma8ma and JD Project committed Sep 24, 2022
    Copy the full SHA
    7349941 View commit details
    Browse the repository at this point in the history