40795 Commits (1d1aebb920188618b49ec50745bcb9d3d37199de)
 

Author SHA1 Message Date
Jan Tattermusch f73c03f47c Revert "C# lite client codegen" 5 years ago
Jan Tattermusch 7b2c253530 Revert "only generate full or lite client, never both" 5 years ago
Brian Zhao 8274502af8 Windows's STACKFRAME Frame Addr should be RBP, the base pointer, not RSP, the stack pointer. This is documented here: https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/ns-dbghelp-stackframe with the comment "AddrFrame x64: The frame pointer is RBP or RDI." Note that this is also what StackWalker uses: https://github.com/JochenKalmbach/StackWalker#initializing-the-stackframe64 and what Chromium uses: https://codesearch.chromium.org/chromium/src/v8/src/base/debug/stack_trace_win.cc?l=200&rcl=69d20d247f62a3378d15ce0956ed8bf9665e6a44 release notes: no 5 years ago
Muxi Yan e5e2b79c01 GRPCTransportId -> GRPCTransportID 5 years ago
apolcyn f78966eb52
Merge pull request #20128 from apolcyn/fix_manby_grpclb_channel_stress_test_crash 5 years ago
Richard Belleville e6fe85bc2d Properly handle default case 5 years ago
Richard Belleville 358676db44 Alright. We'll do our own thing then 5 years ago
Yash Tibrewal 41771f2f47
Merge pull request #20139 from yashykt/fixraces 5 years ago
Esun Kim 1168c903c1
Merge pull request #20109 from veblush/smetadata 5 years ago
Esun Kim 9bd0323e0f
Merge pull request #20110 from veblush/slicefix 5 years ago
Richard Belleville d649880044 Add strip_prefix to python protoc plugin and py_grpc_library 5 years ago
Yash Tibrewal 7315e75ce6 Add comments 5 years ago
Yash Tibrewal 3476df0b50 Add in ref to error 5 years ago
Yash Tibrewal e6ffb2c3bb Replace direct closure callback calls with GRPC_CLOSURE_SCHED 5 years ago
rmstar d9c9b52a68
Merge pull request #19507 from rmstar/ioscpptest_readme 5 years ago
hcaseyal fac072341c
Merge pull request #20126 from hcaseyal/bm_build 5 years ago
Esun Kim a96cbbd592 Fix ubsan on InternNewStringLocked 5 years ago
Esun Kim 3c6bb96a1f Add test for static elements 5 years ago
Prashant Jaikumar b436758b14 Added documentation for C++ tests on iOS 5 years ago
Prashant Jaikumar 2e1cb0d91a Don't run time_jump_test under sanitizers 5 years ago
apolcyn a8b0b14a5f
Merge pull request #20131 from apolcyn/log_alts_errors 5 years ago
Esun Kim fa7bdff69f Fix buffer-overflow in grpc_static_mdelem_for_static_strings 5 years ago
Vijay Pai 65eb9c9ddb
Revert "Test message size of 100MB" 5 years ago
rmstar 06f85fc987
Merge pull request #20105 from rmstar/timejumptest 5 years ago
Prashant Jaikumar d2b5fd75f0 Added test for time jumps 5 years ago
kerbalwzy 1859799ee3 Fix: update README because code reformat by YAPF script 5 years ago
kerbalwzy 5c0fed241d Fix: reformat code with YAPF script, and check with PyLint 5 years ago
kerbalwzy 25a1caa9b0 Update: add proto3 document link, change chinese translation and comment of 'unary' 5 years ago
kerbalwzy deee1f0826 Update: add offical guide link 5 years ago
Alexander Polcyn d1dae7d9d8 Log errors in ALTS handshaker message op completion cb 5 years ago
Muxi Yan 8a35222164 fix Swift build 5 years ago
Hope Casey-Allen 32801fb5eb Remove build target for microbenchmark 5 years ago
Alexander Polcyn aa2a65faed Remove call from queued picks when failing it due to channel destruction 5 years ago
hcaseyal 7564664f07
Merge pull request #19351 from hcaseyal/typo 5 years ago
Richard Belleville 0542eb59d9
Merge pull request #20120 from gnossen/back_to_old_bazel 5 years ago
Richard Belleville 9c4de3a983 Move reference to external workspace to OSS-specific file 5 years ago
Steven E Wright 88f5f130dd
Fix `shorten-64-to-32` warning in `GRPCChannel` 5 years ago
Vijay Pai 1077b3435c Use range-based for on state rather than state.KeepRunning when possible 5 years ago
Richard Belleville 1444cd1dd3 Revert "Revert "Merge pull request #20097 from gnossen/dual_version_python_tests"" 5 years ago
Richard Belleville 24c562dbaa Revert "Merge pull request #20097 from gnossen/dual_version_python_tests" 5 years ago
Juanli Shen be4318810c
Merge pull request #16452 from AspirinSJL/add_msg_size_test 5 years ago
Mark D. Roth fbd7ab53c7
Merge pull request #19036 from markdroth/lb_policy_per_rpc_backend_metric_api 5 years ago
Jan Tattermusch 0ee7a3ae93 regenerate projects 5 years ago
Jan Tattermusch 7357f63c09 update check_submodules.sh and grpc_deps.bzl 5 years ago
Mark D. Roth d810671d93
Merge pull request #20039 from markdroth/health_check_service_name_change 5 years ago
Jan Tattermusch cb6d3a0623 address review feedback 5 years ago
Jan Tattermusch 88e7107177
Merge pull request #20076 from jtattermusch/grpcdotnet_client_compression 5 years ago
Jan Tattermusch 7d0dc91a9b
Merge branch 'master' into grpcdotnet_client_compression 5 years ago
Pavel Koshelev f113001d14 Enable bitcode for ios native libraries 5 years ago
rmstar 583ea7debd
Merge pull request #20065 from rmstar/timerrace 5 years ago