Commit Graph

49 Commits

Author SHA1 Message Date
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
ncteisen
6193c63dab Reviewer feedback 2017-12-08 10:49:31 -08:00
ncteisen
11f6780bfd Add comment with API 2017-12-04 13:29:33 -08:00
ncteisen
b9cff78f9e Reviewer feedback 2017-12-04 13:17:01 -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
Mehrdad Afshari
2ca8282846 Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
2017-07-11 11:41:14 -07:00
Mehrdad Afshari
bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00: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
Vijay Pai
28ee1ecdf0 Resolve typos 2017-07-06 14:46:37 -07:00
Jan Tattermusch
7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Mark D. Roth
34011f19ed Merge pull request #11246 from markdroth/doc_fixes
More Doxygen comment improvements.
2017-05-23 09:20:39 -07:00
Mark D. Roth
127fdaeace More Doxygen comment improvements. 2017-05-19 13:16:13 -07:00
Mehrdad Afshari
a64ea5496d Corrected spelling 2017-05-17 23:16:48 -07:00
Alexander Polcyn
bb2c338924 format changes, address comments 2017-05-11 15:15:29 -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
Yuxuan Li
bdc76ab37b bug fix 2017-03-08 10:59:31 -08:00
Yuxuan Li
34894e4b1c Implemented stream coalescing design
(RFC:https://github.com/grpc/proposal/pull/3). Add necessary
microbenchmarks to show reduced writes/iter for short streams. Add
necessary end2end test to test out newly added apis. Filter those tests
using *WithCoalescingApi*.
2017-03-08 10:59:31 -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
320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 2016-11-01 17:16:55 -07:00
Vijay Pai
5c41bab92c Remove references to NO_CHRONO option 2016-11-01 16:57:42 -07:00
Mark D. Roth
a40d471110 Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. 2016-09-29 10:05:50 -07:00
Mark D. Roth
59c9f904bf Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
GRPC_INITIAL_METADATA_WAIT_FOR_READY.
Also add a flag to indicate whether wait_for_ready was explicitly set by
the application.
2016-09-28 13:33:21 -07:00
Mark D. Roth
9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 2016-09-27 13:07:00 -07:00
Craig Tiller
a51f54192a Merge pull request #7559 from dgquintas/codegen_cleanse
Removed references to public APIs from codegen/
2016-09-13 19:40:43 -07:00
Makarand Dharmapurikar
2b98b77225 add cacheable option to client_context 2016-09-07 14:24:15 -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
Mark D. Roth
79d7d99600 Merge pull request #7842 from jboeuf/security_context_extension
Adding extension points for security context.
2016-08-31 10:00:17 -07:00
David Garcia Quintas
e3817f4fd1 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse 2016-08-31 00:25:29 +02:00
Julien Boeuf
2b2b345841 Addressing feedback. 2016-08-25 21:22:55 -07:00
Takuto Ikuta
bb04734eec Fix a typo 2016-08-25 13:31:51 +09:00
Julien Boeuf
6b93d46bb8 Adding extension points for security context. 2016-08-23 10:04:03 -07:00
David Garcia Quintas
c79b0650d2 removed codegen/log.h 2016-07-27 21:11:58 -07:00
David Garcia Quintas
1399e466b0 removed codegen/time.h 2016-07-27 20:31:55 -07:00
David Garcia Quintas
b91cddb2fa fixed typo 2016-07-20 17:40:01 -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
David Garcia Quintas
e1ce31eda3 wip. cq refactored 2016-03-07 18:19:12 -08:00
David Garcia Quintas
b4e51b52bd Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces 2016-01-27 19:57:58 -08:00
David Garcia Quintas
b523c732d1 async_stream.h done. Compiles 2016-01-25 18:22:28 -08:00