Commit Graph

1624 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble 50a730bd1c Going 1.0.1. 2016-10-26 21:42:29 +02:00
Nicolas "Pixel" Noble 880b4578ab Backport of #8055 into v1.0.x. 2016-09-20 20:24:44 +02:00
Jan Tattermusch abfd37fc86 regenerate to fix santity test 2016-09-15 18:17:25 +02:00
murgatroid99 303687f444 Revert change to grpc++_base uses section 2016-08-29 11:20:56 -07:00
murgatroid99 1ca0f3ea15 build.yaml changes to make certain builds work 2016-08-26 14:58:49 -07:00
Craig Tiller 102fa966b6 Rename some files to avoid conflicting .obj files on Windows 2016-08-22 13:56:36 -07:00
Nicolas "Pixel" Noble 35b8c51485 Bumping version to 1.0.1-pre1. 2016-08-18 21:57:20 +02:00
Nicolas Noble 90e4bd5fbb Merge pull request #7745 from nicolasnoble/no-more-pre
Removing pre2 flag.
2016-08-18 12:16:48 -07:00
Nicolas Noble fedcf7d8ad Merge pull request #7752 from nicolasnoble/unsecure-should-be-unsecure
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
2016-08-18 11:05:13 -07:00
Nicolas "Pixel" Noble a469e5d42e grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. 2016-08-17 05:47:55 +02:00
Nicolas "Pixel" Noble 0f9337b6a0 Removing pre2 flag. 2016-08-16 03:07:09 +02:00
Yuchen Zeng d4df55e115 Update required protobuf version to v3.0.0 2016-08-15 17:50:12 -07:00
murgatroid99 a3c5535c64 Remove use of verify-install target in Makefile 2016-08-10 13:41:31 -07:00
murgatroid99 4ce458339a Remove warning about protobuf 3.0.0+ from the Makefile 2016-08-10 12:38:03 -07:00
Nicolas "Pixel" Noble 3260a1731a Bumping to 1.0.0-pre2. 2016-07-29 22:56:12 +02:00
Craig Tiller 5ca7e47493 Merge pull request #6737 from ctiller/delayed-write
Delay beginning most writes until we enter poll()
2016-07-19 09:25:49 -07:00
Nicolas "Pixel" Noble 8c72ae43f9 Flagging master as 1.0.0-pre1. 2016-07-12 09:18:18 +02:00
Yuchen Zeng f0ec5b673c Fix mac build 2016-07-08 13:40:40 -07:00
David Garcia Quintas 5c77320ce0 Added missing dependencies to grpc++_base 2016-07-06 16:36:45 -07:00
Nicolas Noble 77e8b714e5 Merge pull request #7210 from ctiller/no-more-zookeeper
Expunge all references to zookeeper
2016-07-01 17:24:44 -07:00
Nicolas Noble 123a1b76d3 Merge pull request #6893 from y-zeng/handler_http_response
Add http2 status code in error_message if it's not 200
2016-07-01 16:39:31 -07:00
Nicolas "Pixel" Noble 955b95de7e Merge remote-tracking branch 'google/master' into contrib-cmake 2016-07-02 00:47:50 +02:00
Craig Tiller eda85c6765 Expunge all references to zookeeper 2016-07-01 12:45:19 -07:00
Yuchen Zeng 753b45dcf8 Merge remote-tracking branch 'upstream/master' into handler_http_response 2016-06-30 19:16:59 -07:00
Craig Tiller cea0004a53 Annotate error.c for timing, remove broken test 2016-06-27 11:32:08 -07:00
Jan Tattermusch fb39f1d6dc Merge pull request #6973 from makdharma/network_status_change
Network status tracking
2016-06-27 10:02:11 -07:00
Craig Tiller ffc780d70e Merge pull request #6803 from sreecha/epoll_changes
New epoll based polling implementation
2016-06-25 08:43:50 -07:00
murgatroid99 d29a3bf004 Update master branch to 0.16.0-dev 2016-06-24 10:26:14 -07:00
Sree Kuchibhotla 05fd4fe043 Merge branch 'master' into epoll_changes 2016-06-23 09:23:01 -07:00
Yuchen Zeng 6aa9aa0fee Merge remote-tracking branch 'upstream/master' into handler_http_response 2016-06-22 16:46:59 -07:00
Tamas Berghammer c82324fa49 Remove some unneccessary dependency from build.yaml
This is the copy of the build.yaml changes from the following CL:
https://github.com/grpc/grpc/pull/4124/files#diff-5b123ecec7bf9d216a1323f790a0602a
2016-06-22 13:31:07 +01:00
Jan Tattermusch 00ab5304b7 Merge pull request #6839 from dgquintas/simplify_compression_interop
Revamped interop spec, especially wrt compression
2016-06-21 20:28:15 -07:00
Sree Kuchibhotla c3a9fae601 Merge branch 'master' into epoll_changes_merged 2016-06-21 16:31:35 -07:00
Jan Tattermusch be22335879 Merge pull request #6969 from ctiller/stream_finish
Fix errored streams prematurely terminating, add a test
2016-06-21 12:40:14 -07:00
Tamas Berghammer ea74f91577 Remove an unneccessary dependency from grpc++_base
Previously grpc++_base was dependning on grpc what caused a transitive
dependency on ssl for grpc++_unsecure. Removing the grpc dependency
shouldn't cause any issue as grpc++_base is a filegroup and all library
using it already depends on grpc directly.

This fixes https://github.com/grpc/grpc/issues/6784
2016-06-21 13:27:58 +01:00
Makarand Dharmapurikar 0579cfc334 more files after running build.yaml changes through 2016-06-20 15:45:24 -07:00
Yuchen Zeng e5633f8cb1 Merge remote-tracking branch 'upstream/master' into handler_http_response 2016-06-20 14:48:40 -07:00
Nicolas Noble 53018e4976 Merge pull request #6954 from dgquintas/protoc_include_path
Added third_party/protobuf/src to protoc's include path
2016-06-20 11:32:19 -07:00
Craig Tiller fa1f74e226 Fix errored streams prematurely terminating, add a test 2016-06-20 11:11:44 -07:00
David Garcia Quintas 50c5511a9b Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop 2016-06-17 19:01:03 -07:00
Jan Tattermusch b6163dfb4a Merge pull request #6352 from ctiller/error
Unifying error handling within core
2016-06-17 18:50:55 -07:00
Yuchen Zeng 9790e97704 Merge remote-tracking branch 'upstream/master' into handler_http_response 2016-06-17 16:01:57 -07:00
Yuchen Zeng 955a364e34 Add bad_server_response_test 2016-06-17 13:55:50 -07:00
David Garcia Quintas e68ed6f8f4 Added third_party/protobuf/src to protoc's include path 2016-06-17 12:49:14 -07:00
David Garcia Quintas dc44e17950 Added third_party/protobuf/src to protoc's include path 2016-06-17 12:47:10 -07:00
Sree Kuchibhotla 2e12db9c31 Test polling island merges 2016-06-16 19:20:12 -07:00
David Garcia Quintas 909dd6ec8b Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop 2016-06-16 17:03:40 -07:00
Sree Kuchibhotla 812c66ba1b Merge branch 'master' into epoll_changes 2016-06-16 10:05:13 -07:00
Vijay Pai dc45677d3d Keeping this up-to-date 2016-06-16 00:23:32 -07:00
Vijay Pai b9e927afcc Merge branch 'master' into wheezy 2016-06-15 22:57:21 -07:00