aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
Commit message (Collapse)AuthorAge
* Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* We have decided our release version number shall be 0.5.0.Gravatar Nicolas "Pixel" Noble2015-02-25
|
* Addressing comments.Gravatar Julien Boeuf2015-02-24
|
* Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
|\ | | | | Added support for default credentials.
| * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
| * Added support for default credentials.Gravatar Julien Boeuf2015-02-21
| | | | | | | | | | | | | | | | | | - Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block.
* | Merge pull request #704 from ctiller/interop3Gravatar Yang Gao2015-02-21
|\ \ | |/ |/| Rename interop_test.c --> interop_test.cc
* | Re-generated project files.Gravatar Nicolas "Pixel" Noble2015-02-21
| |
* | Merge pull request #703 from nicolasnoble/win32Gravatar Craig Tiller2015-02-21
|\ \ | | | | | | Fixing Windows port.
| | * Rename interop_test.c --> interop_test.ccGravatar Craig Tiller2015-02-21
| |/ |/| | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
* | Merge pull request #641 from jboeuf/jwt_id_tokenGravatar Yang Gao2015-02-21
|\ \ | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens).
| | * Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
| |/ |/|
* | Merge branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
|\ \ | | | | | | | | | | | | Conflicts: Makefile
| * \ Merge branch 'master' of github.com:google/grpc into unsecure-fixGravatar Nicolas "Pixel" Noble2015-02-21
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * | | Various MacOS build fixes.Gravatar Nicolas "Pixel" Noble2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | -) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!)
| | * | Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| | | | | | | | | | | | | | | | This will help greatly when it comes to diagnosing customer issues.
| | * | CleanupGravatar Craig Tiller2015-02-20
| | | |
| | * | Re-enable rewrite testGravatar Craig Tiller2015-02-20
| | | |
| | * | Also check build=testGravatar Craig Tiller2015-02-20
| |/ /
| * | Removing the hardcoded SSL roots.Gravatar Julien Boeuf2015-02-20
| | | | | | | | | | | | | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test
* | | Disabled httpcli_test, and ran build cleaner.Gravatar Nicolas "Pixel" Noble2015-02-20
| | |
| * | Merge pull request #606 from yang-g/rootsGravatar Craig Tiller2015-02-20
| |\ \ | | | | | | | | remove prod_roots_certs.c
| * | | Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
|/ / / | | | | | | | | | I'm honestly a little shocked this wasn't done previously.
| | * Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19
| |/ |/|
* | Added protoc plugin for Python GRPC.Gravatar Masood Malekghassemi2015-02-19
| |
* | Merge pull request #621 from yang-g/headerGravatar Nicolas Noble2015-02-19
|\ \ | | | | | | add missing header
| * | add more missing headersGravatar Yang Gao2015-02-19
| | |
| * | add missing headerGravatar Yang Gao2015-02-19
| | |
* | | Remove cpu.h which is no longer a thingGravatar Vijay Pai2015-02-19
|/ /
| * Merge remote-tracking branch 'upstream/master' into rootsGravatar Yang Gao2015-02-18
| |\ | |/ |/|
| * remove prod_roots_certs.c since it is not used anywhereGravatar Yang Gao2015-02-18
| |
* | Polishing Makefile to better install targets.Gravatar Nicolas "Pixel" Noble2015-02-19
|/ | | | | | | -) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin. -) installing plugins. -) install will now run protobuf's installation too. -) adding documentation about installation prefix.
* make grpc_csharp_ext compile and install independently from the grpc and gpr ↵Gravatar Jan Tattermusch2015-02-18
| | | | libraries
* Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
|\ | | | | Async client api change. Add a ClientAsyncResponseReader.
| * Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
| | | | | | | | similar to streaming and symmetric to server side.
* | remove nonexistent stream_context_interface.h from build.jsonGravatar Jan Tattermusch2015-02-18
|/
* Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\
| * Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
| |
* | Cleaned upGravatar Craig Tiller2015-02-17
| |
* | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\| | | | | | | | | Conflicts: Makefile
| * Merge pull request #510 from jtattermusch/grpc_testsGravatar Nicolas Noble2015-02-16
| |\ | | | | | | Adding an NMake makefile for Windows
* | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-13
|\| | | | | | | | | | | | | | Conflicts: Makefile
* | | Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
| | |
| * | Rename examples/tips to examples/pubsubGravatar Chen wang2015-02-12
| | |
| | * add more tests into build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
| |/
* | Run build cleanerGravatar Craig Tiller2015-02-11
| |
* | Merge github.com:google/grpc into c++apiGravatar Craig Tiller2015-02-11
|\|
| * Merge pull request #497 from nicolasnoble/buildcheckGravatar Craig Tiller2015-02-11
| |\ | | | | | | Ran build-cleaner, and re-generated project files.
* | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
|\| |
| * | Merge pull request #475 from dklempner/epollGravatar Craig Tiller2015-02-11
| |\ \ | | | | | | | | Epoll based multipoller