aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
|
* Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | Delay beginning most writes until we enter poll()
* Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
|
* Fix mac buildGravatar Yuchen Zeng2016-07-08
|
* Added missing dependencies to grpc++_baseGravatar David Garcia Quintas2016-07-06
|
* Merge pull request #7210 from ctiller/no-more-zookeeperGravatar Nicolas Noble2016-07-01
|\ | | | | Expunge all references to zookeeper
* \ Merge pull request #6893 from y-zeng/handler_http_responseGravatar Nicolas Noble2016-07-01
|\ \ | | | | | | Add http2 status code in error_message if it's not 200
* \ \ Merge remote-tracking branch 'google/master' into contrib-cmakeGravatar Nicolas "Pixel" Noble2016-07-02
|\ \ \
| | | * Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
| | |\ | | |/ | |/|
| * | Annotate error.c for timing, remove broken testGravatar Craig Tiller2016-06-27
| | |
| * | Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
| |\ \ | | | | | | | | Network status tracking
| * \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
| |\ \ \ | | | | | | | | | | New epoll based polling implementation
| * | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| | | | |
| | * | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-22
| | | | |\ | | |_|_|/ | |/| | |
* | | | | Remove some unneccessary dependency from build.yamlGravatar Tamas Berghammer2016-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_interopGravatar Jan Tattermusch2016-06-21
| |\ \ \ \ | | | | | | | | | | | | Revamped interop spec, especially wrt compression
| | | * \ \ Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | |\ \ \
| * | | \ \ \ Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Fix errored streams prematurely terminating, add a test
* / | | | | | Remove an unneccessary dependency from grpc++_baseGravatar Tamas Berghammer2016-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 throughGravatar Makarand Dharmapurikar2016-06-20
| |_|_|/ / |/| | | |
| | | | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-20
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #6954 from dgquintas/protoc_include_pathGravatar Nicolas Noble2016-06-20
|\ \ \ \ \ | | | | | | | | | | | | Added third_party/protobuf/src to protoc's include path
| | * | | | Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
| |/ / / / |/| | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-17
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
|\ \ \ \ \ | | | | | | | | | | | | Unifying error handling within core
| | | | | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-17
| | | | | |\
| | | | | * | Add bad_server_response_testGravatar Yuchen Zeng2016-06-17
| | | | | | |
| | * | | | | Added third_party/protobuf/src to protoc's include pathGravatar David Garcia Quintas2016-06-17
| | | |_|_|/ | | |/| | |
| | | * | | Added third_party/protobuf/src to protoc's include pathGravatar David Garcia Quintas2016-06-17
| | | | | |
| | | | * | Test polling island mergesGravatar Sree Kuchibhotla2016-06-16
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-16
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | | * | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-16
| | | | |\ \ | | | |_|/ / | | |/| | |
* | | | | | Keeping this up-to-dateGravatar Vijay Pai2016-06-16
| | | | | |
* | | | | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL isGravatar vjpai2016-06-15
| | | | | | | | | | | | | | | | | | | | | | | | not true
| * | | | | Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Add base64 decoder
| | | | | * Rename _GRPC_TSAN to GRPC_TSANGravatar Sree Kuchibhotla2016-06-13
| | | | | |
| | | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-13
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | | * Fix tsan failuresGravatar Sree Kuchibhotla2016-06-13
| | | | | |
| * | | | | Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Proto server reflection
| | | | * | | Add a test of connecting many times in a rowGravatar Craig Tiller2016-06-12
| | | | | | |
| | | | | | * generate_projects.sh after adding grpc_use_signal() APIGravatar Sree Kuchibhotla2016-06-10
| | | | | | |
| | | | | * | Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
| | | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-09
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-09
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup