39469 Commits (47913c20ab9f13fd8ad7f99283ad311983f1feac)
 

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