mgravell
|
b98cc917a7
remove changes to .Generated.cs
|
6 年之前 |
mgravell
|
ccbde1365b
add missing copyright
|
6 年之前 |
mgravell
|
47913c20ab
utf8-encode; fix broken test
|
6 年之前 |
mgravell
|
0628990feb
UTF8 decode: remove "unsafe" from a bunch of places that don't need it any more
|
6 年之前 |
mgravell
|
3ab3f5e586
move WellKnownStrings to top-level file; add tests; refactor
|
6 年之前 |
mgravell
|
9967e42a7f
review feedback; naming : Blob => ByteArray
|
6 年之前 |
mgravell
|
b352873461
UTF encode/native: use IntPtr, not byte*, in the native API (avoid "unsafe" declaration)
|
6 年之前 |
mgravell
|
b6e104f22f
make use of Encoding.GetString(byte*, int) when available; poly-fill when not available (NET45); move related logic to extension class
|
6 年之前 |
mgravell
|
e95f3297aa
don't allocate/copy a buffer in ReadMetadataFromPtrUnsafe unless we actually need to (move that logic to CreateUnsafe); implement well-known strings check (just "user-agent" at the moment)
|
6 年之前 |
mgravell
|
264fca1eb6
match delegate signature in benchmark
|
6 年之前 |
mgravell
|
a443b6bf95
Merge branch 'master' into mgravell/unsafe-encode
|
6 年之前 |
Jan Tattermusch
|
99e8298a61
Merge pull request #19515 from mgravell/mgravell/benchmarkdotnet
|
6 年之前 |
Jan Tattermusch
|
47287e8ed7
add license headers
|
6 年之前 |
Jan Tattermusch
|
3ba99a685e
make pingbenchmark compile
|
6 年之前 |
Jan Tattermusch
|
43240238d2
tweak iteration counts for multithreaded benchmarks
|
6 年之前 |
Jan Tattermusch
|
a56998bdff
fix small nits
|
6 年之前 |
mgravell
|
ffac31b108
incorrectly added
|
6 年之前 |
mgravell
|
dd5f19765e
add framework overhead "PingBenchmark"
|
6 年之前 |
mgravell
|
36c1a11d84
give useful names to benchmarks
|
6 年之前 |
mgravell
|
aa535356e8
fix encode benchmark (and simplify decode benchmark)
|
6 年之前 |
Soheil Hassas Yeganeh
|
d3316ad22e
Merge pull request #19522 from soheilhy/fix-host-split
|
6 年之前 |
Soheil Hassas Yeganeh
|
bf9b4c257b
Fix stale comment in split host port.
|
6 年之前 |
Yash Tibrewal
|
842a3dcd9d
Merge pull request #19516 from yashykt/inqcmsgsize
|
6 年之前 |
Soheil Hassas Yeganeh
|
01b82d3a39
Return empty strings on optional ports for backward compatibility.
|
6 年之前 |
Yash Tibrewal
|
1487ac42cc
Remove CMSG_SPACE for macos
|
6 年之前 |
Yash Tibrewal
|
02ff96bd31
No need to allocate space for receive timestamp if errqueue is not present
|
6 年之前 |
Yash Tibrewal
|
a94e00dccf
Reviewer comments
|
6 年之前 |
Yash Tibrewal
|
7cb861ce29
Reviewer comments
|
6 年之前 |
Yash Tibrewal
|
f44e0c07a7
Reviewer comments
|
6 年之前 |
Soheil Hassas Yeganeh
|
39e982a263
Merge pull request #19488 from soheilhy/string-view2
|
6 年之前 |