Yash Tibrewal
|
820ee53030
|
Merge pull request #22000 from yashykt/unusedparams
Remove some unused parameter warnings
|
2020-02-13 16:23:19 -08:00 |
Esun Kim
|
fd72a70e7d
|
Update by review
|
2020-02-13 09:11:51 -08:00 |
Yash Tibrewal
|
4a02ff7747
|
Remove some unused parameter warnings
|
2020-02-12 17:56:34 -08:00 |
Esun Kim
|
89908faede
|
Delete default TimePoint constructor to detect error at compile time
|
2020-02-12 12:20:36 -08:00 |
Vijay Pai
|
06ca713df0
|
Instantiate tracking members regardless of NDEBUG
|
2020-02-11 13:54:25 -08:00 |
Vijay Pai
|
6b2aeec9f3
|
Revert "Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""""
|
2020-02-11 13:50:53 -08:00 |
Nicolas Noble
|
de76cf8522
|
Stop using ByteSize as it's deprecated.
Fixes #21603
|
2020-01-29 10:46:19 -08:00 |
Lidi Zheng
|
312b31c264
|
Merge pull request #21806 from grpc/revert-21767-revert-21725-revert-21680-cq_ordering
Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"""
|
2020-01-27 16:34:45 -08:00 |
Lidi Zheng
|
cd086cb3e4
|
Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"""
|
2020-01-27 14:10:44 -08:00 |
Vijay Pai
|
a801ccbdc8
|
Reinterpret_cast after in-place new...
|
2020-01-24 12:25:51 -08:00 |
Vijay Pai
|
1f0cdd5aad
|
Construct DefaultReactor lazily since not always needed
|
2020-01-23 08:52:21 -08:00 |
Vijay Pai
|
16f2250585
|
Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""
|
2020-01-22 21:58:35 -08:00 |
Vijay Pai
|
64281e8c79
|
Clarify ownership in comments
|
2020-01-21 10:45:04 -08:00 |
Jan Tattermusch
|
e7d5ca0b46
|
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
|
2020-01-20 14:42:29 +01:00 |
Vijay Pai
|
6466c7f166
|
Log an error (in dbg mode) if CQ is Shutdown before its Server(s)
|
2020-01-16 11:51:44 -08:00 |
Vijay Pai
|
2f0362ee3a
|
Remove unused (and defective) constructor
|
2020-01-05 16:27:30 -08:00 |
Vijay Pai
|
4062025312
|
Check for negative on NextMessageSize
|
2019-12-18 22:20:31 -08:00 |
Vijay Pai
|
c758bf9571
|
clang-fmt
|
2019-12-16 13:43:55 -08:00 |
Vijay Pai
|
bffc5701e6
|
Fix cancellation
|
2019-12-16 13:39:21 -08:00 |
Vijay Pai
|
377a32c0ce
|
Merge pull request #21443 from vjpai/fix_bug_21210
Move operations out of lock in Bind functions
|
2019-12-11 21:48:36 -08:00 |
Vijay Pai
|
19404f516c
|
Merge pull request #21405 from vjpai/deexperimentalize_codegen
De-experimentalize generated callback code
|
2019-12-11 18:50:13 -08:00 |
Vijay Pai
|
d82b3124fe
|
Move operations out of lock in Bind functions
|
2019-12-11 16:34:46 -08:00 |
Vijay Pai
|
8d9d8326f5
|
De-experimentalize generated code
|
2019-12-11 16:21:23 -08:00 |
Esun Kim
|
169e775958
|
Revert "Generic API: assert when sending uninitialized byte buffer"
|
2019-12-11 12:58:34 -08:00 |
Hope Casey-Allen
|
89e5c2f45a
|
Add assert for API misuse
|
2019-12-06 14:45:00 -08:00 |
Vijay Pai
|
62e01dd922
|
Add non-experimental:: versions under ifdef
|
2019-12-04 06:27:41 -08:00 |
Vijay Pai
|
1c5aa3c0ad
|
Remove namespace experimental here also
|
2019-12-03 21:37:55 -08:00 |
Vijay Pai
|
eac7b5ee49
|
port_platform should be included since that's where NONEXPERIMENTAL is specified
|
2019-12-03 20:20:39 -08:00 |
Vijay Pai
|
2c87eaabd4
|
De-experimentalize generic features of callback API under an ifdef
|
2019-12-03 12:24:13 -08:00 |
Vijay Pai
|
94a8c5888a
|
Remove namespace experimental from namespace grpc_impl
|
2019-12-02 15:36:05 -08:00 |
Yash Tibrewal
|
b4d6916552
|
Merge pull request #20567 from yashykt/docupdate
Stronger guarantee on failure of read/write operations
|
2019-11-25 11:59:10 -08:00 |
Vijay Pai
|
be6979202b
|
Revamp server-side C++ callback API, message allocator, and mocking
|
2019-11-20 16:56:18 -08:00 |
Hope Casey-Allen
|
3bbfb76b64
|
Add comment about thread safety
|
2019-11-19 14:44:30 -08:00 |
Esun Kim
|
f40a702441
|
Clean up headers
|
2019-11-15 09:38:31 -08:00 |
Vijay Pai
|
300252a857
|
Constify parameter struct since all fields set at construction
Improve readability
|
2019-11-07 02:35:04 -08:00 |
Yash Tibrewal
|
a980df6293
|
Add documentation around peer, auth_context and census_context properties of ClientContext
|
2019-10-24 14:34:58 -07:00 |
nanahpang
|
8619219081
|
Merge pull request #20681 from nanahpang/fix_gpr_log_error
Comment out lines that cause error "undefined reference to gpr_log"
|
2019-10-18 16:12:11 -07:00 |
Yash Tibrewal
|
9f9288fbb9
|
Merge pull request #20246 from yashykt/credentials_expose
Experimental method to get a debugging only view into credentials
|
2019-10-18 15:24:54 -07:00 |
Na-Na Pang
|
58b352343e
|
comment out grpc_log
|
2019-10-18 14:52:18 -07:00 |
Vijay Pai
|
20458806e8
|
Remove asserts from impl/codegen
|
2019-10-17 05:20:41 -07:00 |
Vijay Pai
|
9d6b7da2a8
|
Merge pull request #20628 from vjpai/for_include
Use range-based fors in include/grpcpp
|
2019-10-17 05:10:15 -07:00 |
Vijay Pai
|
9274674906
|
Revert one change back to an iterated loop rather than range-based
|
2019-10-16 23:43:38 -07:00 |
Vijay Pai
|
e5470b9785
|
Merge pull request #20622 from vjpai/api_misuse
Improve logging on API misuse assert
|
2019-10-16 15:58:58 -07:00 |
Vijay Pai
|
d8d157effa
|
Use range-based fors in include/grpcpp
|
2019-10-16 12:07:42 -07:00 |
Vijay Pai
|
6f9fe64626
|
Improve logging on API misuse assert
|
2019-10-16 10:44:10 -07:00 |
Christian Maurer
|
24f19ae069
|
c++ remove win32 conversion warning
|
2019-10-15 15:10:25 +02:00 |
Yash Tibrewal
|
ed45c8f845
|
Stronger guarantee on failure of read/write operations
|
2019-10-10 15:03:46 -07:00 |
Yash Tibrewal
|
7fdb49bd3f
|
Doc update - Finish can be called only once
|
2019-10-03 15:29:30 -07:00 |
Soheil Hassas Yeganeh
|
a1310498ee
|
Fix the internal build and test failure introduced in #20329
|
2019-10-02 23:46:08 -04:00 |
Soheil Hassas Yeganeh
|
20983f1e0e
|
Merge pull request #20329 from soheilhy/call-op-str
Avoid creating and copying strings when Status is OK in FinishOp.
|
2019-10-02 08:36:18 -04:00 |