aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Modified interop tests to handle binding to port 0Gravatar murgatroid992015-01-21
|
* Merge branch 'master' into node_bind_port_zeroGravatar murgatroid992015-01-21
|\
| * Merge branch 'master' of github.com:google/grpcGravatar murgatroid992015-01-21
| |\
| | * Merge pull request #145 from murgatroid99/node_interopGravatar Tim Emiola2015-01-21
| | |\ | | | | | | | | Node interop tests
| | | * Removed extra debugger statementsGravatar murgatroid992015-01-21
| | | |
* | | | Removed port_picker and bound to port 0 in tests insteadGravatar murgatroid992015-01-21
| | | |
* | | | Brought grpc_server_add_secure_http2_port in line with grpc_server_http2_portGravatar murgatroid992015-01-21
|/ / /
| * | Merge pull request #146 from ↵Gravatar Michael Lumish2015-01-21
| |\ \ | | | | | | | | | | | | | | | | tbetbetbe/grpc_tools_update_docker_build_pull_from_github Grpc tools update docker build pull from GitHub
* | | | Merge branch 'master' of github.com:google/grpcGravatar murgatroid992015-01-21
|\| | |
| | | * Added TLS support to interop testsGravatar murgatroid992015-01-21
| | | |
| * | | Merge pull request #143 from ctiller/bah-humbug-clang-format-is-the-suxxorsGravatar Yang Gao2015-01-21
| |\ \ \ | | | | | | | | | | Make clang-format somewhat compatible across versions
| | * | | Make clang-format somewhat compatible across versionsGravatar Craig Tiller2015-01-21
| | | | |
| | | * | Switches the grpc-repo dockerfiles to pull gRPC source from GitHubGravatar Tim Emiola2015-01-21
| | | | |
| | | * | Adds a command to copy the docker github credential from GCSGravatar Tim Emiola2015-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | - updates grpc_update_image to install the github credential when the base image is built
| * | | | Merge pull request #139 from ↵Gravatar Michael Lumish2015-01-21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_correct_interop_test_payload_type Corrects the ruby interop tests
| * \ \ \ \ Merge pull request #138 from dklempner/epollGravatar Craig Tiller2015-01-20
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Cap the size of the poll kick freelist.
| | | * | | Corrects the ruby interop testsGravatar Tim Emiola2015-01-20
| | | | | | | | | | | | | | | | | | | | | | | | - they were not returning the correct payload type
| | | | | * Added emacs temp files to .gitignoreGravatar murgatroid992015-01-20
| | | | | |
| | | | | * Removed temp filesGravatar murgatroid992015-01-20
| | | | | |
| | | | | * Added and fixed interop testsGravatar murgatroid992015-01-20
| | | | | |
| | * | | | Cap the size of the poll kick freelist.Gravatar David Klempner2015-01-20
| | | |/ / | | |/| | | | | | | | | | | | | | | | | This caps the size of the poll kick freelist at the arbitrary value of 25.
| * | | | Merge pull request #93 from nicolasnoble/documentationGravatar Abhishek Kumar2015-01-20
| |\ \ \ \ | | |/ / / | |/| | | Substantially rewriting INSTALL instructions.
| | | | * Merge branch 'master' into node_interopGravatar murgatroid992015-01-20
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of github.com:google/grpcGravatar murgatroid992015-01-20
|\| | | |
| | | | * Added interop client and serverGravatar murgatroid992015-01-20
| | | | |
| * | | | Merge pull request #111 from ctiller/projGravatar Nicolas Noble2015-01-20
| |\ \ \ \ | | | | | | | | | | | | Generate projects
| * \ \ \ \ Merge pull request #110 from ctiller/testGravatar Nicolas Noble2015-01-20
| |\ \ \ \ \ | | | | | | | | | | | | | | Add ability to test build.json is clean
| * \ \ \ \ \ Merge pull request #109 from ctiller/maccGravatar Nicolas Noble2015-01-20
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Mac Compatibility Fix
| * \ \ \ \ \ \ Merge pull request #107 from ctiller/externGravatar Nicolas Noble2015-01-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add extern where its required
| * \ \ \ \ \ \ \ Merge pull request #106 from ctiller/connGravatar Nicolas Noble2015-01-20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Disconnect on bad connection prefix
| * \ \ \ \ \ \ \ \ Merge pull request #105 from ctiller/secGravatar Yang Gao2015-01-19
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Allow secure connections with fling server
| | | | | | | * | | | Generate projectsGravatar Craig Tiller2015-01-19
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| | | | | | * | | | Add ability to testGravatar Craig Tiller2015-01-19
| | | | | | | | | |
| | | | | * | | | | Mac Compatibility FixGravatar Craig Tiller2015-01-19
| | | | | |/ / / /
| | | | * / / / / Add extern where its requiredGravatar Craig Tiller2015-01-19
| | | | |/ / / /
| | * | | | | | Release server credsGravatar Craig Tiller2015-01-19
| | | | | | | |
| | * | | | | | Merge github.com:google/grpc into secGravatar Craig Tiller2015-01-19
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | * | | | | Merge github.com:google/grpc into connGravatar Craig Tiller2015-01-19
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/transport/chttp2_transport.c
| * | | | | | | Merge pull request #104 from ctiller/clangfmtGravatar Nicolas Noble2015-01-19
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Use clang-format-3.5
| | | * | | | | clang-formatGravatar Craig Tiller2015-01-19
| | | | | | | |
| | | * | | | | Allow secure connections with fling serverGravatar Craig Tiller2015-01-19
| | |/ / / / / | |/| | | | |
| | | * | | | Disconnect on bad connection prefixGravatar Craig Tiller2015-01-19
| | |/ / / / | |/| | | |
| | * | | | Check for executable existanceGravatar Craig Tiller2015-01-19
| | | | | |
| | * | | | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
| |/ / / /
| * | | | Merge pull request #103 from ctiller/build-cleanerGravatar Nicolas Noble2015-01-18
| |\ \ \ \ | | | | | | | | | | | | Add a tool to cleanup build.json
| * \ \ \ \ Merge pull request #102 from ctiller/testrunGravatar Nicolas Noble2015-01-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Generate tests to run from build.json, not by globbing the binaries directory
| | | * | | | Sort by language, then by nameGravatar Craig Tiller2015-01-18
| | | | | | |
| | | * | | | Googlify indentationGravatar Craig Tiller2015-01-18
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Googlify indentationGravatar Craig Tiller2015-01-18
| | | | | | |
| | | * | | | Generate projectsGravatar Craig Tiller2015-01-18
| | | | | | |