39469 Commits (47913c20ab9f13fd8ad7f99283ad311983f1feac)
 

Author SHA1 Message Date
mgravell 47913c20ab utf8-encode; fix broken test 5 years ago
mgravell 0628990feb UTF8 decode: remove "unsafe" from a bunch of places that don't need it any more 5 years ago
mgravell 3ab3f5e586 move WellKnownStrings to top-level file; add tests; refactor 5 years ago
mgravell 9967e42a7f review feedback; naming : Blob => ByteArray 5 years ago
mgravell b352873461 UTF encode/native: use IntPtr, not byte*, in the native API (avoid "unsafe" declaration) 5 years ago
mgravell b6e104f22f make use of Encoding.GetString(byte*, int) when available; poly-fill when not available (NET45); move related logic to extension class 5 years ago
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) 5 years ago
mgravell 264fca1eb6 match delegate signature in benchmark 5 years ago
mgravell a443b6bf95 Merge branch 'master' into mgravell/unsafe-encode 5 years ago
Jan Tattermusch 99e8298a61
Merge pull request #19515 from mgravell/mgravell/benchmarkdotnet 5 years ago
Jan Tattermusch 47287e8ed7 add license headers 5 years ago
Jan Tattermusch 3ba99a685e make pingbenchmark compile 5 years ago
Jan Tattermusch 43240238d2 tweak iteration counts for multithreaded benchmarks 5 years ago
Jan Tattermusch a56998bdff fix small nits 5 years ago
mgravell ffac31b108 incorrectly added 5 years ago
mgravell dd5f19765e add framework overhead "PingBenchmark" 5 years ago
mgravell 36c1a11d84 give useful names to benchmarks 5 years ago
mgravell aa535356e8 fix encode benchmark (and simplify decode benchmark) 5 years ago
Soheil Hassas Yeganeh d3316ad22e
Merge pull request #19522 from soheilhy/fix-host-split 5 years ago
Soheil Hassas Yeganeh bf9b4c257b Fix stale comment in split host port. 5 years ago
Yash Tibrewal 842a3dcd9d
Merge pull request #19516 from yashykt/inqcmsgsize 5 years ago
Soheil Hassas Yeganeh 01b82d3a39 Return empty strings on optional ports for backward compatibility. 5 years ago
Yash Tibrewal 1487ac42cc Remove CMSG_SPACE for macos 5 years ago
Yash Tibrewal 02ff96bd31 No need to allocate space for receive timestamp if errqueue is not present 5 years ago
Yash Tibrewal a94e00dccf Reviewer comments 5 years ago
Yash Tibrewal 7cb861ce29 Reviewer comments 5 years ago
Yash Tibrewal f44e0c07a7 Reviewer comments 5 years ago
Soheil Hassas Yeganeh 39e982a263
Merge pull request #19488 from soheilhy/string-view2 5 years ago
Yash Tibrewal 420d5413c7 Use the actual formula 5 years ago
rmstar 8ce8cfe4c3
Merge pull request #19439 from rmstar/enable_cfstream 5 years ago
Yash Tibrewal 464f558a45 Increase the control message size 5 years ago
mgravell 0a1147b58c found another way to nop the native-call 5 years ago
Jan Tattermusch 6854789cdb
Merge pull request #19504 from jtattermusch/upport_v1_22_x 5 years ago
mgravell e4411e03e6 added by mistake 5 years ago
mgravell f53d844da9 attempt to fix the utf-8 encode benchmark; not currently working 5 years ago
mgravell dbef6c9c70 add utf-8 encode benchmark 5 years ago
mgravell f5091b2622 add UTF8-decode benchmark 5 years ago
mgravell 52de8a0a17 ShortRunJob *added* a test! 5 years ago
mgravell 05a0dd20e4 convert micro-benchmarks to benchmarkdotnet 5 years ago
Marc Gravell cb813e1ffc check the *actual* length to allow more stack usage *and* allow smaller pool rentals 5 years ago
Marc Gravell 74be06c80f remove UTF8 byte[] allocations: decode directly into a string; encode using stack or array-pool 5 years ago
Arjun Roy b6514a6438
Merge pull request #19487 from arjunroy/static_md_idx_v2 5 years ago
Arjun Roy d527c1fbda Pre-compute static metadata index for hpack_encoder. 5 years ago
Arjun Roy 920bacf11d
Merge pull request #19498 from arjunroy/hpack_parser_on_hdr_v2 5 years ago
rmstar ce282e7d7e
Merge pull request #19395 from rmstar/c++_on_ios 5 years ago
Yang Gao a0e76c0300
Merge pull request #19484 from yang-g/oauth 5 years ago
Jan Tattermusch 8fe1abebbf
Merge pull request #19419 from mit-mit/bumpdart 5 years ago
Jan Tattermusch 0a43bd0008
Merge pull request #19503 from iamrare/patch-1 5 years ago
Jan Tattermusch 3222a350e5 Merge remote-tracking branch 'upstream/v1.22.x' into HEAD 5 years ago
モハメド 743be2ba94
fix link 5 years ago