-
Notifications
You must be signed in to change notification settings - Fork 494
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
Performance: Adds headers optimization #1781
Commits on Jun 13, 2020
-
# Conflicts: # Microsoft.Azure.Cosmos/src/Headers/CosmosMessageHeadersInternal.cs # Microsoft.Azure.Cosmos/src/Headers/Headers.cs
Configuration menu - View commit details
-
Copy full SHA for dab3214 - Browse repository at this point
Copy the full SHA dab3214View commit details -
Making headers INameValueCollection
# Conflicts: # Microsoft.Azure.Cosmos/src/Headers/Headers.cs
Configuration menu - View commit details
-
Copy full SHA for 5099bd9 - Browse repository at this point
Copy the full SHA 5099bd9View commit details
Commits on Jun 18, 2020
-
# Conflicts: # Microsoft.Azure.Cosmos/src/Headers/CosmosMessageHeadersInternal.cs # Microsoft.Azure.Cosmos/src/Headers/Headers.cs
Configuration menu - View commit details
-
Copy full SHA for d4cfdc4 - Browse repository at this point
Copy the full SHA d4cfdc4View commit details -
Making headers INameValueCollection
# Conflicts: # Microsoft.Azure.Cosmos/src/Headers/Headers.cs
Configuration menu - View commit details
-
Copy full SHA for cb8fb1b - Browse repository at this point
Copy the full SHA cb8fb1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4cc2b - Browse repository at this point
Copy the full SHA 2d4cc2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a0d1a - Browse repository at this point
Copy the full SHA 12a0d1aView commit details
Commits on Jul 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6da58db - Browse repository at this point
Copy the full SHA 6da58dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1344ac1 - Browse repository at this point
Copy the full SHA 1344ac1View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6629272 - Browse repository at this point
Copy the full SHA 6629272View commit details
Commits on Jul 29, 2020
-
Merge remote-tracking branch 'origin/master' into users/kirankk/heade…
…rs_revisit
Jake Willey committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 0bc993b - Browse repository at this point
Copy the full SHA 0bc993bView commit details
Commits on Aug 12, 2020
-
Merge remote-tracking branch 'origin/master' into users/jawilley/perf…
…/headers
Jake Willey committedAug 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d4ea8b - Browse repository at this point
Copy the full SHA 5d4ea8bView commit details -
Jake Willey committed
Aug 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c52f2d - Browse repository at this point
Copy the full SHA 6c52f2dView commit details -
Switch header to use DictionaryNameValueCollection. Fixed null ref ex…
…ception from unnecessary ToString()
Jake Willey committedAug 12, 2020 Configuration menu - View commit details
-
Copy full SHA for e7e327d - Browse repository at this point
Copy the full SHA e7e327dView commit details
Commits on Aug 13, 2020
-
Merge remote-tracking branch 'origin/master' into users/jawilley/perf…
…/headers
Jake Willey committedAug 13, 2020 Configuration menu - View commit details
-
Copy full SHA for bc14d88 - Browse repository at this point
Copy the full SHA bc14d88View commit details -
Revert back to CosmosMessageHeadersInternal
Jake Willey committedAug 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 143232f - Browse repository at this point
Copy the full SHA 143232fView commit details
Commits on Aug 14, 2020
-
Merge remote-tracking branch 'origin/master' into users/jawilley/perf…
…/headers
Jake Willey committedAug 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 5cc9d4c - Browse repository at this point
Copy the full SHA 5cc9d4cView commit details -
Jake Willey committed
Aug 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 5556d96 - Browse repository at this point
Copy the full SHA 5556d96View commit details -
Jake Willey committed
Aug 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 34c8be4 - Browse repository at this point
Copy the full SHA 34c8be4View commit details
Commits on Aug 17, 2020
-
Jake Willey committed
Aug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 1e62e99 - Browse repository at this point
Copy the full SHA 1e62e99View commit details -
Jake Willey committed
Aug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for b6852fc - Browse repository at this point
Copy the full SHA b6852fcView commit details -
Jake Willey committed
Aug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for c46df34 - Browse repository at this point
Copy the full SHA c46df34View commit details -
Jake Willey committed
Aug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 00320b0 - Browse repository at this point
Copy the full SHA 00320b0View commit details -
Jake Willey committed
Aug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 5b61b44 - Browse repository at this point
Copy the full SHA 5b61b44View commit details -
Fix header checks. Add with null now works as remove
Jake Willey committedAug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 64d9a3b - Browse repository at this point
Copy the full SHA 64d9a3bView commit details
Commits on Aug 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4de6a24 - Browse repository at this point
Copy the full SHA 4de6a24View commit details
Commits on Aug 25, 2020
-
Merge remote-tracking branch 'origin/master' into users/jawilley/perf…
…/headers
Jake Willey committedAug 25, 2020 Configuration menu - View commit details
-
Copy full SHA for c61230c - Browse repository at this point
Copy the full SHA c61230cView commit details
Commits on Aug 26, 2020
-
Merge remote-tracking branch 'origin/master' into users/jawilley/perf…
…/headers
Jake Willey committedAug 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 7ce6a64 - Browse repository at this point
Copy the full SHA 7ce6a64View commit details -
Use static readonly instead of const
Jake Willey committedAug 26, 2020 Configuration menu - View commit details
-
Copy full SHA for b29c4e1 - Browse repository at this point
Copy the full SHA b29c4e1View commit details -
Merge branch 'users/jawilley/perf/headers' of https://github.com/Azur…
…e/azure-cosmos-dotnet-v3 into users/jawilley/perf/headers
Jake Willey committedAug 26, 2020 Configuration menu - View commit details
-
Copy full SHA for a523f5a - Browse repository at this point
Copy the full SHA a523f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1905b12 - Browse repository at this point
Copy the full SHA 1905b12View commit details