Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shuyunyun-flora/cpprestsdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: microsoft/cpprestsdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 14 files changed
  • 7 contributors

Commits on May 23, 2020

  1. Add constructor from all integer types.

    NN committed May 23, 2020
    Configuration menu
    Copy the full SHA
    5408f1d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Update Release/include/cpprest/json.h

    Co-authored-by: Charlie Barto <[email protected]>
    NN--- and Charlie Barto authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    06363bc View commit details
    Browse the repository at this point in the history
  2. Update Release/include/cpprest/json.h

    Co-authored-by: Charlie Barto <[email protected]>
    NN--- and Charlie Barto authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    3eac925 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#1429 from NN---/fix/value_int_ctor

    Add constructor from all integer types. Previously one was lacking for `long` which has identical conversion rank to both long long and unsigned long long.
    Charlie Barto authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    07cf589 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

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

Commits on Aug 31, 2022

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

Commits on Sep 19, 2022

  1. Fix typo

    dashanji authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    98ee36d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Merge pull request microsoft#1717 from microsoft/users/GitHubPolicySe…

    …rvice/f2ee14d6-8d6b-4313-b754-3880e015f7c3
    
    Adding Microsoft SECURITY.MD
    Charlie Barto authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c5dcbb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Merge pull request microsoft#1711 from Fighter19/pr-fix-safeint3

    Fix likely typo in SafeInt3.hpp, that results in error with clang 15
    Charlie Barto authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e1b6a8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#1718 from dashanji/Fix-typo

    Fix typo
    Charlie Barto authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    31e7fea View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Remove email list from the readme

    It's better to use issues, so everyone can see the responses.
    Charlie Barto authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9c65488 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. make Uri.is_host_loopback() only return true for localhost and 127.0.…

    …0.1 exactly
    Charlie Barto committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    006271f View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#1782 from microsoft/fix_uri_parsing

    make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly
    Charlie Barto authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    096a9a1 View commit details
    Browse the repository at this point in the history
  3. mint 2.10.19

    Charlie Barto committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    411a109 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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