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 format parameter to url_from_file_path function and accept / in any Windows path #25

Merged
merged 4 commits into from
Nov 8, 2023

Commits on Nov 7, 2023

  1. // update links in comments

    docs.microsoft.com -> learn.microsoft.com
    rmisev committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bc94d29 View commit details
    Browse the repository at this point in the history
  2. Rename functions ..._Windows_... to ..._windows_...

    * is_Windows_drive -> is_windows_drive
    
    * is_normalized_Windows_drive -> is_normalized_windows_drive
    
    * starts_with_Windows_drive => starts_with_windows_drive
    
    * starts_with_Windows_drive_absolute_path ->
      starts_with_windows_drive_absolute_path
    rmisev committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8461483 View commit details
    Browse the repository at this point in the history
  3. Fix upa::url_from_file_path: allow '/' in any Windows path

    Also allow lower case "unc" in "\\?\unc\host\path".
    rmisev committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a8e6ff1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add format parameter to url_from_file_path function

    This parameter specifies the format of the given file path.
    rmisev committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6aa27e7 View commit details
    Browse the repository at this point in the history