Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Further renamings (compression channel arg keys) | David Garcia Quintas | 2016-05-12 |
| | |||
* | Renamed some defines | David Garcia Quintas | 2016-05-12 |
| | |||
* | better docstrings for compression_types.h | David Garcia Quintas | 2016-05-12 |
| | |||
* | Merge pull request #6553 from grpc/revert-6488-revert-6214-master | Jan Tattermusch | 2016-05-12 |
|\ | | | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml | ||
* \ | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
|\ \ | | | | | | | Server builder plugin | ||
| | * | Revert "Revert "cronet wrapper code"" | makdharma | 2016-05-11 |
| |/ |/| | |||
* | | fix formatting | Jan Tattermusch | 2016-05-11 |
| | | |||
* | | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
|\ \ | | | | | | | Add support for max metadata size. | ||
* | | | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 |
| | | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa. | ||
| | * | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
| | |\ | |||
| | * | | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 |
| | | | | |||
* | | | | Move manylinux1 precompiler definitions into port_platform.h | Masood Malekghassemi | 2016-05-05 |
| |_|/ |/| | | |||
* | | | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 |
|\ \ \ | | | | | | | | | cronet wrapper code | ||
* \ \ \ | Merge pull request #6409 from jtattermusch/master | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ | | | | | | | | | | | Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER | ||
* \ \ \ \ | Merge pull request #6323 from dgquintas/codegen_remove_proto | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ | | | | | | | | | | | | | Moved protos out of core_codegen interface | ||
| | * | | | | Remove trailing space. | Jan Tattermusch | 2016-05-03 |
| | | | | | | |||
| | | | | * | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 |
| | | | | | | |||
| | | | * | | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-03 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
| | | | * | | Added bad_client test to check that the server rejects requests with too | Mark D. Roth | 2016-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | much metadata and refuses to send responses with too much metadata. | ||
| | * | | | | Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER | Jan Tattermusch | 2016-05-03 |
| |/ / / / |/| | | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto | David Garcia Quintas | 2016-05-02 |
| |\ \ \ \ | |||
| | | | * \ | Merge branch 'master' into limit_metadata_size | Mark D. Roth | 2016-05-02 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | | * | | | reverting stuff | Makarand Dharmapurikar | 2016-05-01 |
| | | | | | | |||
| | | * | | | created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@ | Makarand Dharmapurikar | 2016-05-01 |
| | | | | | | |||
| | | * | | | fixed clang formating | Makarand Dharmapurikar | 2016-05-01 |
| | | | | | | |||
| | | * | | | cronet wrapper code | Makarand Dharmapurikar | 2016-05-01 |
| | |/ / / | |||
* | / / / | 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 | ||
| | | * | Add GRPC_ prefix for macros | Yuchen Zeng | 2016-04-29 |
| | | | | |||
| | | * | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| |_|/ |/| | | |||
* | | | Merge pull request #6196 from y-zeng/call-error-to-string | Craig Tiller | 2016-04-28 |
|\ \ \ | | | | | | | | | Provide a function that converts grpc_call_error values into a string | ||
* \ \ \ | Merge pull request #6183 from nicolasnoble/msys-support | Jan Tattermusch | 2016-04-27 |
|\ \ \ \ | | | | | | | | | | | Adding support for msys. | ||
| | | * | | Moved protos out of core_codegen interface | David Garcia Quintas | 2016-04-27 |
| |_|/ / |/| | | | |||
| | | * | Initial attempt at adding support for max metadata size. Currently, the | Mark D. Roth | 2016-04-27 |
| |_|/ |/| | | | | | | | | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded. | ||
* | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
|\ \ \ | |||
| * \ \ | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 |
| |\ \ \ | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | ||
| | * | | | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | | | | | | | | | | | | | | | | | application handle the authentication. | ||
| | | | * | Provide a function that converts grpc_call_error values into a string | Yuchen Zeng | 2016-04-15 |
| | | |/ | | |/| | |||
| * | | | After running generate_projects.sh | Yuchen Zeng | 2016-04-15 |
| | | | | |||
| * | | | Add knob for default core output verbosity | Yuchen Zeng | 2016-04-15 |
| |/ / | |||
| | * | Re-adding GPR_POSIX_FILE. | Nicolas "Pixel" Noble | 2016-04-15 |
| | | | |||
| | * | Adding support for msys. | Nicolas "Pixel" Noble | 2016-04-15 |
| |/ | |||
* | | 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 |
| | | |||
| * | Last few mallocs / frees. | Nicolas "Pixel" Noble | 2016-04-08 |
|/ | |||
* | Merge pull request #6070 from ctiller/head-of-line-blocking | Jan Tattermusch | 2016-04-05 |
|\ | | | | | Fix a head of line blocking issue in the C++ server | ||
* \ | Merge pull request #6033 from ctiller/channel_max_reconnect_backoff | Nicolas Noble | 2016-04-05 |
|\ \ | | | | | | | Channel max reconnect backoff | ||
| * \ | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-04-04 |
| |\ \ | |||
| | | * | Initial interface rework to allow knowing whether to pull payload at ↵ | Craig Tiller | 2016-04-04 |
| | |/ | | | | | | | | | | registration, not at request time | ||
* | | | clang-format | Craig Tiller | 2016-04-01 |
| | | |