Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6323 from dgquintas/codegen_remove_proto | Jan Tattermusch | 2016-05-04 |
|\ | | | | | Moved protos out of core_codegen interface | ||
* | | Stress test fixes | Craig Tiller | 2016-04-29 |
| | | | | | | | | | | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data | ||
| * | Moved protos out of core_codegen interface | David Garcia Quintas | 2016-04-27 |
|/ | |||
* | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
|\ | |||
| * | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | | | | | application handle the authentication. | ||
* | | Fix dependencies | Craig Tiller | 2016-04-12 |
| | | |||
* | | clang-fmt | Craig Tiller | 2016-04-12 |
| | | |||
* | | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
|/ | |||
* | clang-format | Craig Tiller | 2016-04-01 |
| | |||
* | Fix missing arg | Craig Tiller | 2016-04-01 |
| | |||
* | Fix client_crash_test, implement idempotency, fail_fast for C++ | Craig Tiller | 2016-04-01 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Make a copy of ByteBuffer when writing | yang-g | 2016-03-21 |
| | |||
* | Merge pull request #5494 from dgquintas/guard_check | Jan Tattermusch | 2016-03-20 |
|\ | | | | | New #include guard sanity check + fixes to current guards | ||
* | | fixed multiple initialization of globals | David Garcia Quintas | 2016-03-18 |
| | | |||
| * | new fixed guards | David Garcia Quintas | 2016-03-18 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into guard_check | David Garcia Quintas | 2016-03-17 |
| |\ | |/ |/| | |||
* | | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-15 |
|\ \ | |||
| | * | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| |/ | |||
* | | clang-format | David Garcia Quintas | 2016-03-09 |
| | | |||
* | | docstrings | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | clang-format | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | codegen interface usage of gpr_inf_future | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | reverted gpr_ time changes | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | moved some files around | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | compiles! | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | wip. cq refactored | David Garcia Quintas | 2016-03-07 |
| | | |||
* | | wip. prior to cq refactoring | David Garcia Quintas | 2016-03-07 |
| | | |||
| * | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 |
| | | |||
* | | added missing initializer for global proto_serializer holder to codegen lib | David Garcia Quintas | 2016-03-06 |
| | | |||
| * | Revert "Properly integrate async API with server-side cancellations." | Sree Kuchibhotla | 2016-03-04 |
| | | |||
| * | Properly integrate async API with server-side cancellations. | Vijay Pai | 2016-03-03 |
| | | | | | | | | There is a comment above IsCancelled that says when it is ok to use this. | ||
* | | fix comments | David Garcia Quintas | 2016-03-02 |
| | | |||
* | | clang-format | David Garcia Quintas | 2016-03-02 |
| | | |||
* | | introduced workaround for proto_utils | David Garcia Quintas | 2016-03-02 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-22 |
|\ | |||
| * | Merge pull request #5287 from yang-g/global_callback_magic | Craig Tiller | 2016-02-22 |
| |\ | | | | | | | Add a way to override channel arguments for server creation | ||
* | | | PR comments addressed | David Garcia Quintas | 2016-02-22 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-22 |
|\| | | |||
| * | | Added missing virtual dtor | David Garcia Quintas | 2016-02-19 |
| | | | |||
| * | | Fixed refactoring of grpc_arg pointer vtable | David Garcia Quintas | 2016-02-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into alarm_cpp | David Garcia Quintas | 2016-02-17 |
|\| | | |||
* | | | Made Alarm's constructor a template for deadline | David Garcia Quintas | 2016-02-17 |
| | | | |||
| * | | Merge pull request #5186 from yang-g/inherit_from_grpc_library | Sree Kuchibhotla | 2016-02-17 |
|/| | | | | | | | | Provide explicit API for user to set user agent string prefix | ||
| | * | Add a way to override channel arguments for server creation | yang-g | 2016-02-17 |
| |/ |/| | |||
* | | I merged this without checking the copyright. My mistake... | vjpai | 2016-02-12 |
| | | |||
* | | Small tweak to make some customer code compile | Craig Tiller | 2016-02-12 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-12 |
| |\ | |/ |/| | |||
* | | Merge pull request #5052 from ctiller/compress | David G. Quintas | 2016-02-11 |
|\ \ | | | | | | | Fix race condition in transport API |