Yijie Ma
|
f99b8b5bc4
|
Convert c-style comments to C++-style comments (#31923)
* baseline
* fix clang-tidy
* manually revert these files
* manually fixup at eof
* revert 2 more files
* change check_deprecated_grpc++.py
* change end2end_defs.include template
* fix check_include_guards.py
* untrack tools/distrib/python/convert_cstyle_comments_to_cpp.py
not yet ready to be submitted
* fix
yapf check_include_guards.py
remove a space...
* fix version.cc.template
* fix version_info.h.template
|
2022-12-22 23:01:53 -08:00 |
|
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |
|
Vijay Pai
|
e81ead58fb
|
Improve CQ and cancellation comments
|
2018-02-06 11:46:17 -08:00 |
|
David Garcia Quintas
|
a21ab2ba29
|
Fix compression algorithm accessors
|
2018-02-01 16:24:00 -08:00 |
|
Jan Tattermusch
|
c9ec2c0888
|
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
|
2018-01-12 10:16:22 +01:00 |
|
Vijay Pai
|
5dd32268be
|
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
|
2018-01-08 10:02:38 -08:00 |
|
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
2017-10-26 14:28:26 -07:00 |
|
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
2017-07-25 00:43:30 -07:00 |
|
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
2017-07-10 14:33:53 -07:00 |
|
Noah Eisen
|
67a40548ca
|
Initialize pending_ops false
|
2017-07-06 09:34:06 -07:00 |
|
ncteisen
|
36bb8a0006
|
s/hanging/pending/g
|
2017-07-05 11:21:25 -07:00 |
|
ncteisen
|
95f7a51746
|
Fix writelast bug
|
2017-07-05 10:33:21 -07:00 |
|
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
|
Alexander Polcyn
|
16153d11f8
|
address comments, description changes
|
2017-05-15 09:48:49 -07:00 |
|
Alexander Polcyn
|
bb2c338924
|
format changes, address comments
|
2017-05-11 15:15:29 -07:00 |
|
Alexander Polcyn
|
d6ba5ecc34
|
fix bad line breaks and lengths
|
2017-05-10 16:21:56 -07:00 |
|
Alexander Polcyn
|
41ff2e1ee6
|
address comments, format changes
|
2017-05-10 15:39:58 -07:00 |
|
Alexander Polcyn
|
0f02908e67
|
address comments
|
2017-05-09 14:28:58 -07:00 |
|
Alexander Polcyn
|
d809a15ec4
|
cpp doc nits
|
2017-05-05 11:02:07 -07:00 |
|
Sree Kuchibhotla
|
c1a32fa46e
|
Merge branch 'master' into cq_create_api_changes
|
2017-04-01 17:36:15 -07:00 |
|
Sree Kuchibhotla
|
fa71f6f369
|
Fix ASAN failure
|
2017-04-01 17:32:34 -07:00 |
|
David Garcia Quintas
|
55c895a6a4
|
Removed wrong LR include from codegen
|
2017-03-30 10:43:14 -07:00 |
|
yang-g
|
c42d844d27
|
Let ServerContext own the initial_metadata array for sync calls
|
2017-02-22 23:04:06 -08:00 |
|
David Garcia Quintas
|
f31f096274
|
Use call context to propagare LR costs
|
2017-02-13 16:26:00 -08:00 |
|
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97.
|
2017-01-23 07:48:42 -08:00 |
|
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
2017-01-20 18:11:52 -08:00 |
|
Craig Tiller
|
f658bf0e1b
|
Start resolving memory issues in C++ metadata
|
2016-12-08 14:11:47 -08:00 |
|
Vijay Pai
|
5c41bab92c
|
Remove references to NO_CHRONO option
|
2016-11-01 16:57:42 -07:00 |
|
Vijay Pai
|
bcc59f425c
|
Remove a useless forward declaration
|
2016-10-20 11:38:04 -07:00 |
|
yang-g
|
4287998855
|
Add a test spouse for server context
|
2016-10-13 16:45:53 -07:00 |
|
David Garcia Quintas
|
d10f1775eb
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
2016-09-03 12:42:02 +02:00 |
|
kpayson64
|
8d40e083f1
|
Merge pull request #7018 from vjpai/fc_unary
Support server-side streaming of a unary RPC
|
2016-09-02 09:15:14 -07:00 |
|
David Garcia Quintas
|
410208c25c
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
2016-09-01 18:23:55 +02:00 |
|
Vijay Pai
|
de2aec8106
|
Merge branch 'master' into fc_unary
Resolve conflicts in ServerReaderWriterInterface
Remove file server_streamed_unary.h and merge with sync_stream.h
|
2016-08-30 10:20:20 -07:00 |
|
Vijay Pai
|
a9c0d7f88b
|
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
violating the appearance of unary-ness)
|
2016-08-29 16:42:04 -07:00 |
|
Julien Boeuf
|
2b2b345841
|
Addressing feedback.
|
2016-08-25 21:22:55 -07:00 |
|
Julien Boeuf
|
6b93d46bb8
|
Adding extension points for security context.
|
2016-08-23 10:04:03 -07:00 |
|
Vijay Pai
|
581097fe0d
|
Make FCUnary and ServerReaderWriter derived classes of a new
ServerReaderWriterInterface so that some functions can be made
to accept either.
|
2016-08-04 10:50:51 -07:00 |
|
Vijay Pai
|
666681612e
|
Merge branch 'master' into fc_unary
|
2016-08-04 09:44:51 -07:00 |
|
David Garcia Quintas
|
1f32ae4e84
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
2016-08-02 10:24:44 -07:00 |
|
David Garcia Quintas
|
1399e466b0
|
removed codegen/time.h
|
2016-07-27 20:31:55 -07:00 |
|
David Garcia Quintas
|
440558a7ec
|
C++ Compression Level set properly
|
2016-07-21 19:31:38 -07:00 |
|
Vijay Pai
|
0a1c598986
|
Merge branch 'master' into fc_unary
|
2016-07-21 11:34:02 -07:00 |
|
vjpai
|
c0c38b1f19
|
Make the FCUnary class actually work and test it
|
2016-06-23 17:27:11 -07:00 |
|
Bill Clarke
|
c072c927a8
|
Const correctness for ClientContext and ServerContext getters
|
2016-06-22 17:07:00 -07:00 |
|
Craig Tiller
|
3ab2fe0094
|
Rollup of changes from the latest import
|
2016-04-11 20:11:18 -07:00 |
|
Craig Tiller
|
399b3c42de
|
Fix client_crash_test, implement idempotency, fail_fast for C++
|
2016-04-01 12:24:18 -07:00 |
|
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
|
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
2016-03-25 13:38:14 -07:00 |
|
Sree Kuchibhotla
|
b0d1567e8e
|
Revert "Revert "Properly integrate async API with server-side cancellations.""
|
2016-03-07 10:51:02 -08:00 |
|