21965 Commits (eaef598a90f990b999df72bfb2c136c2ab516974)

Author SHA1 Message Date
Tony Lu eaef598a90 Changed to remote sources 6 years ago
Tony Lu 90dac25693 Added watchOS sample 6 years ago
Tony Lu 3b380ccb58 Added sample tvOS project and modified some podspec deployment targets 6 years ago
Alexander Polcyn 4999420c7d Add a test client for certain grpclb fallback scenarios 6 years ago
yang-g c7793dddde Log transport pointer and goaway last stream id when chttp tracing is enabled 6 years ago
Hope Casey-Allen e8b9e95fa2 Use RefCountedPtr instead of raw pointer 6 years ago
mgravell 39775cf30f remove delegate allocation and boxing from cancellation registrations 6 years ago
Qiancheng Zhao 444806583d lazy resolving lb policy creation 6 years ago
Yash Tibrewal 7e3a9b6b23 Remove error arg - reviewer comment 6 years ago
yang-g 5779dd935a Qualify the error code with StatusCode:: 6 years ago
Esun Kim bd5ed4fddd Move compiler targets from /BUILD to /src/compiler/BUILD 6 years ago
Wensheng Tang 5dee89b06e
Use grpc_error defs instead of NULL 6 years ago
Jan Tattermusch 578f027e3c deduplicate GUIDs in unity package skeleton 6 years ago
Jan Tattermusch ee7b5be396 more accurate comment 6 years ago
Julien Boeuf 109edca971 Adding C++ API and implementation for STS credentials: 6 years ago
Arjun Roy 51f80abb5a Coalesced some grpc_slice_buffer_tiny_add calls in hpack_enc 6 years ago
Lidi Zheng 11e60b8f30 Add documentation for compression enums 6 years ago
Arjun Roy 648c5ff8a7 Convert compile-time bool into template param in slicebuf 6 years ago
Qiancheng Zhao 6de222a6ad refactor response generator in client_lb_end2end_test 6 years ago
Qiancheng Zhao 50cb169af0 add IsValidTarget api to ResolverRegistry 6 years ago
Richard Belleville 2014a519fc Revert "Merge pull request #19481 from gnossen/main_thread_starvation" 6 years ago
Richard Belleville af986fa3d5 Revert "Merge pull request #19581 from lidizheng/rf-signal" 6 years ago
Lidi Zheng 06d8d07a98 Remove the unused import 6 years ago
Jan Tattermusch a933d3d00a add unity package skeleton for newly added dependencies 6 years ago
Jan Tattermusch 1bada10afb add new dependencies to Unity package 6 years ago
Jan Tattermusch 05772b699f a bit of cleanup 6 years ago
Jan Tattermusch fbd5a47181 use System.Memory and Span<> on all TFMs 6 years ago
Jan Tattermusch 2ebbf220ab fix C# sanity and other nits 6 years ago
mgravell b98cc917a7 remove changes to .Generated.cs 6 years ago
mgravell ccbde1365b add missing copyright 6 years ago
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
Soheil Hassas Yeganeh 5e35a367d9
Revert "Clearly callout the behavior for listening ports." 6 years ago
Richard Belleville f7182fe4f2 Add explanation to _signal_client 6 years ago
Richard Belleville af1b09f7e7 Enforce a Finite Time Gap Bound between Signal Receipt and Signal Handler Execution 6 years ago
Muxi Yan aaf5cf4cb7 clang-format 6 years ago
Muxi Yan 0a1f644da5
Revert undesired deletion 6 years ago
Muxi Yan 3bce424458 Remove debug code 6 years ago
Richard Belleville 85b4e7948c Remove debug prints 6 years ago
Richard Belleville c9ce403dc4 Ensure bazel_hack terminates when running test_gevent. 6 years ago
mgravell b1914bd46c remove lazy<T> usage 6 years ago
Yash Tibrewal f757028ea4 Sched combiner closures instead of running to avoid data races 6 years ago
Soheil Hassas Yeganeh 6376cc9b8f Revert "Return empty strings on optional ports for backward compatibility." 6 years ago
Soheil Hassas Yeganeh 64871bfea2 Revert "Fix stale comment in split host port." 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