Commit Graph

1370 Commits

Author SHA1 Message Date
David Garcia Quintas 0fde7131aa Fixed usage of anon namespace inside .h 2016-05-13 15:13:51 -07:00
David Garcia Quintas 5028334df3 Further renamings (compression channel arg keys) 2016-05-12 17:18:54 -07:00
David Garcia Quintas 183ba02ce7 Renamed some defines 2016-05-12 17:12:34 -07:00
David Garcia Quintas e644cfddb8 better docstrings for compression_types.h 2016-05-12 17:01:08 -07:00
Jan Tattermusch a8663fa554 Merge pull request #6553 from grpc/revert-6488-revert-6214-master
Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml
2016-05-12 12:12:09 -07:00
Yuchen Zeng f86bbdefc9 Merge pull request #6373 from y-zeng/server-builder-plugin
Server builder plugin
2016-05-11 17:26:29 -07:00
makdharma c2ec95bad4 Revert "Revert "cronet wrapper code"" 2016-05-11 16:26:15 -07:00
Jan Tattermusch b85e9d43f0 fix formatting 2016-05-11 10:21:45 -07:00
Jan Tattermusch cfbe02075a Merge pull request #6320 from markdroth/limit_metadata_size
Add support for max metadata size.
2016-05-10 08:28:28 -07:00
Nicolas "Pixel" Noble 0545d7fa69 Revert "Merge pull request #6214 from makdharma/master"
This reverts commit 48d833a9d8, reversing
changes made to 66e9d8e8a7.
2016-05-09 19:28:17 +02:00
Yuchen Zeng 26a1785cfc Resolve conflicts 2016-05-06 15:50:15 -07:00
Yuchen Zeng 7d099a5c90 Fix naming and comment problems 2016-05-06 13:21:36 -07:00
Masood Malekghassemi f4c70caaf4 Move manylinux1 precompiler definitions into port_platform.h 2016-05-05 19:14:05 -07:00
Nicolas Noble 48d833a9d8 Merge pull request #6214 from makdharma/master
cronet wrapper code
2016-05-05 14:09:17 -07:00
Jan Tattermusch 5a5dafa776 Merge pull request #6409 from jtattermusch/master
Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER
2016-05-04 19:21:25 -07:00
Jan Tattermusch bc2afb065a Merge pull request #6323 from dgquintas/codegen_remove_proto
Moved protos out of core_codegen interface
2016-05-04 19:09:29 -07:00
Jan Tattermusch ed4d89e1f5 Remove trailing space. 2016-05-03 16:01:38 -07:00
Yuchen Zeng 3b8f3354de Add plugins at the time of static initialization 2016-05-03 12:18:13 -07:00
Mark D. Roth 2c04262ee0 Merge branch 'master' into limit_metadata_size 2016-05-03 10:46:34 -07:00
Mark D. Roth 8a1d8052eb Added bad_client test to check that the server rejects requests with too
much metadata and refuses to send responses with too much metadata.
2016-05-03 10:44:56 -07:00
Jan Tattermusch 19abba3661 Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER 2016-05-03 10:06:29 -07:00
David Garcia Quintas 80721b20ca Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto 2016-05-02 10:56:54 -07:00
Mark D. Roth 586c8667ee Merge branch 'master' into limit_metadata_size 2016-05-02 10:12:25 -07:00
Makarand Dharmapurikar 808131932e reverting stuff 2016-05-01 15:08:46 -07:00
Makarand Dharmapurikar be5186a79d created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@ 2016-05-01 15:08:46 -07:00
Makarand Dharmapurikar 77044830ff fixed clang formating 2016-05-01 15:08:46 -07:00
Makarand Dharmapurikar a49b13bc33 cronet wrapper code 2016-05-01 15:08:46 -07:00
Craig Tiller 4ee1a62723 Stress test fixes
- 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
2016-04-29 16:47:27 -07:00
Yuchen Zeng c049035bed Add GRPC_ prefix for macros 2016-04-29 14:05:08 -07:00
Yuchen Zeng a42ec21341 Server builder plugin 2016-04-29 13:05:36 -07:00
Craig Tiller f128cd2c6e Merge pull request #6196 from y-zeng/call-error-to-string
Provide a function that converts grpc_call_error values into a string
2016-04-28 08:34:29 -07:00
Jan Tattermusch 165c62ff75 Merge pull request #6183 from nicolasnoble/msys-support
Adding support for msys.
2016-04-27 16:31:59 -07:00
David Garcia Quintas 1b2db6333d Moved protos out of core_codegen interface 2016-04-27 15:09:11 -07:00
Mark D. Roth ac2e88f956 Initial attempt at adding support for max metadata size. Currently, the
code does not seem to be properly causing the RPC to fail when the max
size is exceeded.
2016-04-27 14:13:27 -07:00
Craig Tiller 7beea147e5 Merge github.com:grpc/grpc into strong-includes 2016-04-21 17:07:36 -07:00
Jan Tattermusch dde6dfbb0b Merge pull request #5958 from deepaklukose/skip_client_cert_verification
Add various options to verify ssl/tls client cert including letting the application handle the authentication.
2016-04-20 21:01:30 -07:00
Deepak Lukose dba4c5fd01 Add various options to verify ssl/tls client cert including letting the
application handle the authentication.
2016-04-19 15:02:06 -07:00
Yuchen Zeng 2e7d957a63 Provide a function that converts grpc_call_error values into a string 2016-04-15 17:49:38 -07:00
Yuchen Zeng 18746637f5 After running generate_projects.sh 2016-04-15 17:40:05 -07:00
Yuchen Zeng 95e4c48430 Add knob for default core output verbosity 2016-04-15 10:44:50 -07:00
Nicolas "Pixel" Noble a0091cba89 Re-adding GPR_POSIX_FILE. 2016-04-15 07:47:50 +02:00
Nicolas "Pixel" Noble c4b18a50de Adding support for msys. 2016-04-15 07:39:26 +02:00
Craig Tiller 788a25365d Fix dependencies 2016-04-12 17:13:43 -07:00
Craig Tiller 666a362a66 clang-fmt 2016-04-12 13:46:30 -07:00
Craig Tiller 3ab2fe0094 Rollup of changes from the latest import 2016-04-11 20:11:18 -07:00
Nicolas "Pixel" Noble b29d8cfeb8 Last few mallocs / frees. 2016-04-08 01:38:29 +02:00
Jan Tattermusch abb4f5f3ab Merge pull request #6070 from ctiller/head-of-line-blocking
Fix a head of line blocking issue in the C++ server
2016-04-05 14:31:33 -07:00
Nicolas Noble e3e91a3d3f Merge pull request #6033 from ctiller/channel_max_reconnect_backoff
Channel max reconnect backoff
2016-04-05 13:37:46 -07:00
Craig Tiller 8e3b16cfd9 Merge github.com:grpc/grpc into channel_max_reconnect_backoff 2016-04-04 13:50:38 -07:00
Craig Tiller 06cb1a9d93 Initial interface rework to allow knowing whether to pull payload at registration, not at request time 2016-04-04 08:10:47 -07:00