Nicolas Noble
7b31862c44
Merge pull request #20113 from koshelevpavel/master
...
Enable bitcode for ios native libraries
5 years ago
Esun Kim
49b9fb2b3c
Enable C++ standard library
5 years ago
Esun Kim
647a9701f7
Update debian:jessie docker to pin bundler version
5 years ago
Moiz Haidry
b28b483628
Assing Nana to next Github rotation
5 years ago
Vijay Pai
c458f1cbbc
Merge pull request #20136 from grpc/revert-16452-add_msg_size_test
...
Revert "Test message size of 100MB"
5 years ago
Jan Tattermusch
3c5715466f
remove C# workaround for DeadlineExceeded status #2685
5 years ago
Jan Tattermusch
0afe3dba92
Revert "Add MSBuild metadata to set LiteClient for client generation."
...
This reverts commit 9b3c9e3635
.
5 years ago
Jan Tattermusch
bac5b38c36
Revert "Feedbackg"
...
This reverts commit a0adb5003c
.
5 years ago
Jan Tattermusch
903d30080d
Revert "Mark as experiemental"
...
This reverts commit 4275312e51
.
5 years ago
Juanli Shen
406a2473a6
Enable stale bot
5 years ago
Jan Tattermusch
7b54e095cb
fix microbenchmarks
5 years ago
Jan Tattermusch
2ea334a60b
remove no-longer-needed generated files
5 years ago
Jan Tattermusch
3a6042b824
regenerate C# protos
5 years ago
Jan Tattermusch
e84d0a2875
remove LiteClientBase
5 years ago
Jan Tattermusch
28f031f915
Revert "also generate code with "lite_client" option set"
...
This reverts commit 4a4cf280a1
.
5 years ago
Jan Tattermusch
f73c03f47c
Revert "C# lite client codegen"
...
This reverts commit 25e3d26e8c
.
5 years ago
Jan Tattermusch
7b2c253530
Revert "only generate full or lite client, never both"
...
This reverts commit 1b8418b546
.
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
...
Remove call from queued picks when failing it due to channel destruction
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
...
Fix a big source of races in CHTTP2 code
5 years ago
Esun Kim
1168c903c1
Merge pull request #20109 from veblush/smetadata
...
Fix buffer-overflow in grpc_static_mdelem_for_static_strings
5 years ago
Esun Kim
9bd0323e0f
Merge pull request #20110 from veblush/slicefix
...
Fix ubsan on InternNewStringLocked
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
...
Added documentation for C++ tests on iOS
5 years ago
hcaseyal
fac072341c
Merge pull request #20126 from hcaseyal/bm_build
...
Remove build target for microbenchmark
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
...
Log errors in ALTS handshaker initial op completion cb
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
...
Added test for time jumps
5 years ago
Prashant Jaikumar
d2b5fd75f0
Added test for time jumps
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
...
Fix typo
5 years ago
Richard Belleville
0542eb59d9
Merge pull request #20120 from gnossen/back_to_old_bazel
...
Revert "Merge pull request #20097 from gnossen/dual_version_python_te…
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`
...
Per: https://github.com/grpc/grpc/issues/20122 this change avoids the `shorten-64-to-32` warning by calling the correct `NSNumber` factory method for an `NSUInteger` (the base type for the `GRPCCompressionAlgorithm` enum)
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""
...
This reverts commit 24c562dbaa
.
5 years ago