-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New ASCII APIs #75012
New ASCII APIs #75012
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af2b950 - Browse repository at this point
Copy the full SHA af2b950View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd2b5f1 - Browse repository at this point
Copy the full SHA bd2b5f1View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db37d32 - Browse repository at this point
Copy the full SHA db37d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a832cc - Browse repository at this point
Copy the full SHA 4a832ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e054a01 - Browse repository at this point
Copy the full SHA e054a01View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36cbfa6 - Browse repository at this point
Copy the full SHA 36cbfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bba61f5 - Browse repository at this point
Copy the full SHA bba61f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89331d6 - Browse repository at this point
Copy the full SHA 89331d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8333ec8 - Browse repository at this point
Copy the full SHA 8333ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 841fe3c - Browse repository at this point
Copy the full SHA 841fe3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce2cae - Browse repository at this point
Copy the full SHA dce2caeView commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 685b330 - Browse repository at this point
Copy the full SHA 685b330View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4914c65 - Browse repository at this point
Copy the full SHA 4914c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7204d2d - Browse repository at this point
Copy the full SHA 7204d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3709b7 - Browse repository at this point
Copy the full SHA e3709b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6db59 - Browse repository at this point
Copy the full SHA fc6db59View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e316789 - Browse repository at this point
Copy the full SHA e316789View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f61b9 - Browse repository at this point
Copy the full SHA a5f61b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6516ae2 - Browse repository at this point
Copy the full SHA 6516ae2View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e1ca32 - Browse repository at this point
Copy the full SHA 6e1ca32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c90223 - Browse repository at this point
Copy the full SHA 5c90223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4339af5 - Browse repository at this point
Copy the full SHA 4339af5View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc3be10 - Browse repository at this point
Copy the full SHA cc3be10View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4d90b - Browse repository at this point
Copy the full SHA ad4d90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for adc2f53 - Browse repository at this point
Copy the full SHA adc2f53View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aad125a - Browse repository at this point
Copy the full SHA aad125aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f98ed - Browse repository at this point
Copy the full SHA f8f98edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2bcd1 - Browse repository at this point
Copy the full SHA 2b2bcd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9105e - Browse repository at this point
Copy the full SHA 2d9105eView commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc603c7 - Browse repository at this point
Copy the full SHA cc603c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff7e6e - Browse repository at this point
Copy the full SHA aff7e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5d709 - Browse repository at this point
Copy the full SHA bf5d709View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1102d - Browse repository at this point
Copy the full SHA ba1102dView commit details
Commits on Sep 6, 2022
-
solve buffer overrun: 8 chars need to be narrowed to 8 (not 16 like b…
…efore) bytes in case of ASCII case conversion
Configuration menu - View commit details
-
Copy full SHA for 0ffd3ee - Browse repository at this point
Copy the full SHA 0ffd3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f96b8b - Browse repository at this point
Copy the full SHA 6f96b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab53c2 - Browse repository at this point
Copy the full SHA 8ab53c2View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3d5df19 - Browse repository at this point
Copy the full SHA 3d5df19View commit details -
use Trim and EqualsIgnoreCase in CharArrayHelpers (used by System.Net.Http and System.Net.Http.WinHttpHandler) use Equals in various System.Net.Http places use EqualsIgnoreCase in CaseInsensitiveAscii (used by System.Net.WebHeaderCollection), force it's inlining use TryToLowerInPlace in System.Net.HttpListener use ToLower in QPackEncoder (used by System.Net.Http) use IndexOf in Http2LoopbackConnection (used by System.Net.Http* test projects) use IsAscii and FromUtf16 in PInvokeMarshal (NatvieAOT)
Configuration menu - View commit details
-
Copy full SHA for 518ef05 - Browse repository at this point
Copy the full SHA 518ef05View commit details
Commits on Sep 8, 2022
-
Apply suggestions from code review
Co-authored-by: Stephen Toub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab12f70 - Browse repository at this point
Copy the full SHA ab12f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b38f6 - Browse repository at this point
Copy the full SHA 29b38f6View commit details
Commits on Sep 9, 2022
-
Merge remote-tracking branch 'upstream/main' into asciiAPIs
# Conflicts: # src/libraries/System.Private.CoreLib/src/System/Text/ASCIIUtility.cs
Configuration menu - View commit details
-
Copy full SHA for bc48a30 - Browse repository at this point
Copy the full SHA bc48a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1edc812 - Browse repository at this point
Copy the full SHA 1edc812View commit details -
fix tests that were relying on reflection so far (and I did not know …
…about their existence)
Configuration menu - View commit details
-
Copy full SHA for e2d7105 - Browse repository at this point
Copy the full SHA e2d7105View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6106659 - Browse repository at this point
Copy the full SHA 6106659View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d69abd - Browse repository at this point
Copy the full SHA 0d69abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0a272 - Browse repository at this point
Copy the full SHA bb0a272View commit details -
Merge remote-tracking branch 'upstream/main' into asciiAPIs
# Conflicts: # src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.cs # src/libraries/System.Private.Uri/src/System/DomainNameHelper.cs # src/libraries/System.Private.Uri/src/System/UriHelper.cs
Configuration menu - View commit details
-
Copy full SHA for b1f1f07 - Browse repository at this point
Copy the full SHA b1f1f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f38d1 - Browse repository at this point
Copy the full SHA c0f38d1View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da94353 - Browse repository at this point
Copy the full SHA da94353View commit details -
Configuration menu - View commit details
-
Copy full SHA for b975fe1 - Browse repository at this point
Copy the full SHA b975fe1View commit details -
Update src/libraries/System.Private.Uri/src/System/DomainNameHelper.cs
Co-authored-by: Miha Zupan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4483baf - Browse repository at this point
Copy the full SHA 4483bafView commit details