aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
|
* Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
|\ | | | | Use https://grpc.io consistently as the canonical URL
* \ Merge pull request #11731 from yang-g/cpp_is_hardGravatar Yang Gao2017-07-11
|\ \ | | | | | | Avoid use after free if the sneaky op is owned by the collection
* \ \ Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ \ \ | | | | | | | | Separate internal-only and public parts of C++ API
* | | | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | | | | | | | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc.
| | | * Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
| |_|/ |/| |
| * | Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
|/ / | | | | | | or that interface with core and are only for internal use
| * second tryGravatar yang-g2017-07-10
| |
| * Unref the call first in case the collection is still used in callGravatar yang-g2017-07-10
|/
* Use pointer to avoid assignment and race.Gravatar yang-g2017-07-08
|
* Merge pull request #11705 from vjpai/typosGravatar Vijay Pai2017-07-07
|\ | | | | Resolve typos
* \ Merge pull request #11532 from ctiller/optimize_forGravatar Craig Tiller2017-07-06
|\ \ | | | | | | Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now)
| | * Resolve typosGravatar Vijay Pai2017-07-06
| | |
* | | Initialize pending_ops falseGravatar Noah Eisen2017-07-06
| | |
* | | s/hanging/pending/gGravatar ncteisen2017-07-05
| | |
* | | Add repro and fix to bidi caseGravatar ncteisen2017-07-05
| | |
* | | Fix writelast bugGravatar ncteisen2017-07-05
| |/ |/|
| * Merge github.com:grpc/grpc into optimize_forGravatar Craig Tiller2017-07-05
| |\ | |/ |/|
* | Merge pull request #11539 from dgquintas/alarm_non_copyableGravatar David G. Quintas2017-06-29
|\ \ | | | | | | Make grpc::Alarm non-copyable
* | | Move collection reset before unref (since unref could destroy obj)Gravatar Vijay Pai2017-06-22
| | |
* | | Fix use of terminal underscores in field names.Gravatar Vijay Pai2017-06-22
| | |
* | | Re-enable public constructor for ClientAsyncResponseReader to avoid busting ↵Gravatar Vijay Pai2017-06-22
| | | | | | | | | | | | client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
| * | Make grpc::Alarm non-copyableGravatar David Garcia Quintas2017-06-20
|/ /
| * Allow application optimization targets to be hinted to grpc (prefer latency ↵Gravatar Craig Tiller2017-06-19
|/ | | | over throughput for now)
* Merge pull request #11429 from gkelly/fix-extra-semisGravatar Noah Eisen2017-06-08
|\ | | | | Remove extraneous semicolons.
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Merge pull request #11399 from yang-g/status_ok_messageGravatar Yang Gao2017-06-07
|\ \ | | | | | | Update comments to discourage having an OK status with error_message
| | * Remove extraneous semicolons.Gravatar Garret Kelly2017-06-07
| | | | | | | | | | | | Fixes compilation if building with -Wextra-semi.
* | | Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| | |
| * | Update comments to discourage having an OK status with error_messageGravatar yang-g2017-06-02
|/ /
* | Merge pull request #11143 from dgquintas/dns_serverGravatar David G. Quintas2017-06-02
|\ \ | |/ |/| Make ServerBuilder accept (dns:///) URIs instead of just dns names
* | Update comment formattingGravatar Eric Gribkoff2017-06-01
| |
* | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
|\ \
* \ \ Merge pull request #11158 from yang-g/async_default_serviceGravatar Yang Gao2017-05-23
|\ \ \ | | | | | | | | Add api to server builder plugin to modify the builder
* \ \ \ Merge pull request #11262 from KindDragon/patch-1Gravatar Craig Tiller2017-05-23
|\ \ \ \ | | | | | | | | | | Export function gpr_log_severity_string for grpc_csharp_ext
* \ \ \ \ Merge pull request #11246 from markdroth/doc_fixesGravatar Mark D. Roth2017-05-23
|\ \ \ \ \ | | | | | | | | | | | | More Doxygen comment improvements.
| | | * \ \ merge with headGravatar Yang Gao2017-05-22
| | | |\ \ \
| * | | | | | Yet another Doxygen comment syntax fix.Gravatar Mark D. Roth2017-05-22
| | | | | | |
| * | | | | | Fixed Doxygen comment syntax.Gravatar Mark D. Roth2017-05-22
| | | | | | |
| | * | | | | Export function gpr_log_severity_string for grpc_csharp_extGravatar Arkady Shapkin2017-05-22
| | | |/ / / | | |/| | |
| * / | | | More Doxygen comment improvements.Gravatar Mark D. Roth2017-05-19
| |/ / / /
| | | * | get rid of connectivity state watchers right after timeoutGravatar Alexander Polcyn2017-05-18
| | | | |
* | | | | Doxygenize comments in server_context_test_spouse.hGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | minor: doxygenize commentGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | Link comment code entitiesGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | minor edits in channel_arguments.hGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | Minor edits and doxygenize some commentsGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | tiny edit and linking entitiesGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | doxygenize include/grpc++/security/credentials.h commentsGravatar Mehrdad Afshari2017-05-17
| | | | |
* | | | | doxygenize auth_metadata_processor.h commentsGravatar Mehrdad Afshari2017-05-17
| | | | |