Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #11572 from vjpai/internalize | Vijay Pai | 2017-07-10 |
|\ | | | | | Separate internal-only and public parts of C++ API | ||
* | | Revert "Reduce server memory usage" | Ken Payson | 2017-07-10 |
| | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc. | ||
| * | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
|/ | | | | or that interface with core and are only for internal use | ||
* | Use pointer to avoid assignment and race. | yang-g | 2017-07-08 |
| | |||
* | Merge pull request #11705 from vjpai/typos | Vijay Pai | 2017-07-07 |
|\ | | | | | Resolve typos | ||
* \ | Merge pull request #11532 from ctiller/optimize_for | Craig Tiller | 2017-07-06 |
|\ \ | | | | | | | Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now) | ||
| | * | Resolve typos | Vijay Pai | 2017-07-06 |
| | | | |||
* | | | Initialize pending_ops false | Noah Eisen | 2017-07-06 |
| | | | |||
* | | | s/hanging/pending/g | ncteisen | 2017-07-05 |
| | | | |||
* | | | Add repro and fix to bidi case | ncteisen | 2017-07-05 |
| | | | |||
* | | | Fix writelast bug | ncteisen | 2017-07-05 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into optimize_for | Craig Tiller | 2017-07-05 |
| |\ | |/ |/| | |||
* | | Merge pull request #11539 from dgquintas/alarm_non_copyable | David G. Quintas | 2017-06-29 |
|\ \ | | | | | | | Make grpc::Alarm non-copyable | ||
* | | | Move collection reset before unref (since unref could destroy obj) | Vijay Pai | 2017-06-22 |
| | | | |||
* | | | Fix use of terminal underscores in field names. | Vijay Pai | 2017-06-22 |
| | | | |||
* | | | Re-enable public constructor for ClientAsyncResponseReader to avoid busting ↵ | Vijay Pai | 2017-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-copyable | David Garcia Quintas | 2017-06-20 |
|/ / | |||
| * | Allow application optimization targets to be hinted to grpc (prefer latency ↵ | Craig Tiller | 2017-06-19 |
|/ | | | | over throughput for now) | ||
* | Merge pull request #11429 from gkelly/fix-extra-semis | Noah Eisen | 2017-06-08 |
|\ | | | | | Remove extraneous semicolons. | ||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | Merge pull request #11399 from yang-g/status_ok_message | Yang Gao | 2017-06-07 |
|\ \ | | | | | | | Update comments to discourage having an OK status with error_message | ||
| | * | Remove extraneous semicolons. | Garret Kelly | 2017-06-07 |
| | | | | | | | | | | | | Fixes compilation if building with -Wextra-semi. | ||
* | | | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | | | |||
| * | | Update comments to discourage having an OK status with error_message | yang-g | 2017-06-02 |
|/ / | |||
* | | Merge pull request #11143 from dgquintas/dns_server | David G. Quintas | 2017-06-02 |
|\ \ | |/ |/| | Make ServerBuilder accept (dns:///) URIs instead of just dns names | ||
* | | Update comment formatting | Eric Gribkoff | 2017-06-01 |
| | | |||
* | | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 |
|\ \ | |||
* \ \ | Merge pull request #11158 from yang-g/async_default_service | Yang Gao | 2017-05-23 |
|\ \ \ | | | | | | | | | Add api to server builder plugin to modify the builder | ||
* \ \ \ | Merge pull request #11262 from KindDragon/patch-1 | Craig Tiller | 2017-05-23 |
|\ \ \ \ | | | | | | | | | | | Export function gpr_log_severity_string for grpc_csharp_ext | ||
* \ \ \ \ | Merge pull request #11246 from markdroth/doc_fixes | Mark D. Roth | 2017-05-23 |
|\ \ \ \ \ | | | | | | | | | | | | | More Doxygen comment improvements. | ||
| | | * \ \ | merge with head | Yang Gao | 2017-05-22 |
| | | |\ \ \ | |||
| * | | | | | | Yet another Doxygen comment syntax fix. | Mark D. Roth | 2017-05-22 |
| | | | | | | | |||
| * | | | | | | Fixed Doxygen comment syntax. | Mark D. Roth | 2017-05-22 |
| | | | | | | | |||
| | * | | | | | Export function gpr_log_severity_string for grpc_csharp_ext | Arkady Shapkin | 2017-05-22 |
| | | |/ / / | | |/| | | | |||
| * / | | | | More Doxygen comment improvements. | Mark D. Roth | 2017-05-19 |
| |/ / / / | |||
| | | * | | get rid of connectivity state watchers right after timeout | Alexander Polcyn | 2017-05-18 |
| | | | | | |||
* | | | | | Doxygenize comments in server_context_test_spouse.h | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | minor: doxygenize comment | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | Link comment code entities | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | minor edits in channel_arguments.h | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | Minor edits and doxygenize some comments | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | tiny edit and linking entities | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | doxygenize include/grpc++/security/credentials.h comments | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | doxygenize auth_metadata_processor.h comments | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | minor: Link code entities in comments | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | minor: doxygenize health_care_service_interface.h comments | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | doxygenize comment | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | minor | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | minor: add trailing period | Mehrdad Afshari | 2017-05-17 |
| | | | | | |||
* | | | | | Add documentation comment for Version() | Mehrdad Afshari | 2017-05-17 |
| | | | | |