Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| | |||
* | Merge pull request #7745 from nicolasnoble/no-more-pre | Nicolas Noble | 2016-08-18 |
|\ | | | | | Removing pre2 flag. | ||
* \ | Merge pull request #7752 from nicolasnoble/unsecure-should-be-unsecure | Nicolas Noble | 2016-08-18 |
|\ \ | | | | | | | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. | ||
| * | | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. | Nicolas "Pixel" Noble | 2016-08-17 |
| | | | |||
| | * | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| |/ | |||
* / | Update required protobuf version to v3.0.0 | Yuchen Zeng | 2016-08-15 |
|/ | |||
* | Remove use of verify-install target in Makefile | murgatroid99 | 2016-08-10 |
| | |||
* | Remove warning about protobuf 3.0.0+ from the Makefile | murgatroid99 | 2016-08-10 |
| | |||
* | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | |||
* | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | Delay beginning most writes until we enter poll() | ||
* | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 |
| | |||
* | Fix mac build | Yuchen Zeng | 2016-07-08 |
| | |||
* | Added missing dependencies to grpc++_base | David Garcia Quintas | 2016-07-06 |
| | |||
* | Merge pull request #7210 from ctiller/no-more-zookeeper | Nicolas Noble | 2016-07-01 |
|\ | | | | | Expunge all references to zookeeper | ||
* \ | Merge pull request #6893 from y-zeng/handler_http_response | Nicolas Noble | 2016-07-01 |
|\ \ | | | | | | | Add http2 status code in error_message if it's not 200 | ||
* \ \ | Merge remote-tracking branch 'google/master' into contrib-cmake | Nicolas "Pixel" Noble | 2016-07-02 |
|\ \ \ | |||
| | | * | Expunge all references to zookeeper | Craig Tiller | 2016-07-01 |
| | |/ | |/| | |||
| | * | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-30 |
| | |\ | | |/ | |/| | |||
| * | | Annotate error.c for timing, remove broken test | Craig Tiller | 2016-06-27 |
| | | | |||
| * | | Merge pull request #6973 from makdharma/network_status_change | Jan Tattermusch | 2016-06-27 |
| |\ \ | | | | | | | | | Network status tracking | ||
| * \ \ | Merge pull request #6803 from sreecha/epoll_changes | Craig Tiller | 2016-06-25 |
| |\ \ \ | | | | | | | | | | | New epoll based polling implementation | ||
| * | | | | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 |
| | | | | | |||
| | * | | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-22 |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Remove some unneccessary dependency from build.yaml | Tamas Berghammer | 2016-06-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is the copy of the build.yaml changes from the following CL: https://github.com/grpc/grpc/pull/4124/files#diff-5b123ecec7bf9d216a1323f790a0602a | ||
| * | | | | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
| |\ \ \ \ | | | | | | | | | | | | | Revamped interop spec, especially wrt compression | ||
| | | * \ \ | Merge branch 'master' into epoll_changes_merged | Sree Kuchibhotla | 2016-06-21 |
| | | |\ \ \ | |||
| * | | \ \ \ | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | Fix errored streams prematurely terminating, add a test | ||
* / | | | | | | Remove an unneccessary dependency from grpc++_base | Tamas Berghammer | 2016-06-21 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
| | | | * / | more files after running build.yaml changes through | Makarand Dharmapurikar | 2016-06-20 |
| |_|_|/ / |/| | | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-20 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #6954 from dgquintas/protoc_include_path | Nicolas Noble | 2016-06-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Added third_party/protobuf/src to protoc's include path | ||
| | * | | | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
| |/ / / / |/| | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ | | | | | | | | | | | | | Unifying error handling within core | ||
| | | | | * | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-17 |
| | | | | |\ | |||
| | | | | * | | Add bad_server_response_test | Yuchen Zeng | 2016-06-17 |
| | | | | | | | |||
| | * | | | | | Added third_party/protobuf/src to protoc's include path | David Garcia Quintas | 2016-06-17 |
| | | |_|_|/ | | |/| | | | |||
| | | * | | | Added third_party/protobuf/src to protoc's include path | David Garcia Quintas | 2016-06-17 |
| | | | | | | |||
| | | | * | | Test polling island merges | Sree Kuchibhotla | 2016-06-16 |
| | | | | | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-16 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||
| | | | * | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-16 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
* | | | | | | Keeping this up-to-date | Vijay Pai | 2016-06-16 |
| | | | | | | |||
* | | | | | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | * | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
* | | | | | | Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL is | vjpai | 2016-06-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | not true | ||
| * | | | | | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Add base64 decoder | ||
| | | | | * | Rename _GRPC_TSAN to GRPC_TSAN | Sree Kuchibhotla | 2016-06-13 |
| | | | | | | |||
| | | | | * | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-13 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | | | * | Fix tsan failures | Sree Kuchibhotla | 2016-06-13 |
| | | | | | |