Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | 2015-05-22 | |
|\ | |||
* | | Fixed typo | 2015-05-22 | |
| | | |||
* | | Return shared_ptr by value plus minor dependency fix | 2015-05-20 | |
| | | |||
* | | Improvements to reporting mechanism based on comments. | 2015-05-20 | |
| | | | | | | | | Turned the reporter into a composite, much cleaner arch. | ||
* | | Simplified code based on comments and fixed build.json | 2015-05-20 | |
| | | |||
* | | Added missing benchmark_config.* files | 2015-05-20 | |
| | | |||
| * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | 2015-05-19 | |
| |\ | |/ |/| | | | | | | | Conflicts: Makefile build.json | ||
* | | resolve comments | 2015-05-17 | |
| | | |||
* | | Add fake credentials to the test and verify it actually works | 2015-05-15 | |
| | | |||
| * | clang-format | 2015-05-15 | |
| | | |||
| * | Crash handling test | 2015-05-15 | |
| | | |||
* | | support per call credentials in c++ | 2015-05-14 | |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | 2015-04-24 | |
|\ | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | 2015-04-24 | |
| | | | | | | | | the tests to init/shutdown free. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | 2015-04-24 | |
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | Wrap ParseCommandLineFlags in InitTest | 2015-04-15 | |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | 2015-04-11 | |
|\| | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
| * | Splitting gRPC service class codegen into its own set of files. | 2015-04-09 | |
| | | |||
* | | Removing a few more references to #include <chrono> | 2015-04-08 | |
| | | |||
* | | Refactoring std::chrono out. | 2015-04-08 | |
|/ | |||
* | Add tests with delayed cancellation from client and server | 2015-03-30 | |
| | |||
* | Refactor and add a unit test | 2015-03-27 | |
| | |||
* | merge upstream and resolve conflict | 2015-03-26 | |
|\ | |||
* | | add back mis-deleted method string | 2015-03-26 | |
| | | |||
* | | Finish grpc_cli | 2015-03-26 | |
| | | |||
* | | a stub of the cli tool | 2015-03-25 | |
| | | |||
| * | Protect on some overflow scenarios, add a test and build/run the test | 2015-03-20 | |
|/ | |||
* | clang-format c++ code | 2015-03-17 | |
| | |||
* | Merge github.com:grpc/grpc into credit | 2015-03-02 | |
|\ | |||
| * | Guard headers tool. | 2015-03-01 | |
| | | |||
* | | Merge github.com:grpc/grpc into credit | 2015-02-26 | |
|\| | |||
| * | Merge pull request #735 from jboeuf/fix_ssl_san | 2015-02-24 | |
| |\ | | | | | | | Verifying the peer name on the X509 Certs correctly. | ||
| * \ | Merge github.com:google/grpc into deprecate-c++ | 2015-02-23 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc | ||
| | | * | Verifying the peer name on the X509 Certs correctly. | 2015-02-23 | |
| | |/ | | | | | | | | | | | | | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time... | ||
* | | | Merge github.com:grpc/grpc into credit | 2015-02-23 | |
|\ \ \ | | |/ | |/| | |||
| | * | s/CreateChannel/CreateChannelDeprecated | 2015-02-23 | |
| | | | | | | | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out. | ||
| * | | Addressing iniitial feedback. | 2015-02-23 | |
| |/ | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials. | ||
* / | Credentials prototyping | 2015-02-23 | |
|/ | | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated. | ||
* | Add missing new-lines at end of file | 2015-02-18 | |
| | |||
* | Add missing new-lines at end of file | 2015-02-18 | |
| | |||
* | Update copyright to 2015 | 2015-02-18 | |
| | |||
* | Add proto copyrights | 2015-02-16 | |
| | |||
* | update comments | 2015-02-05 | |
| | |||
* | Use environment variable to set root certs in c++ interop test. | 2015-02-05 | |
| | |||
* | fix comments | 2015-01-26 | |
| | |||
* | run clang-format | 2015-01-26 | |
| | |||
* | make CreateTestChannel support additional credentials besides ssl | 2015-01-25 | |
| | |||
* | Changing the SSL (Server) Credentials API. | 2015-01-20 | |
| | | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby. | ||
* | clang-format codebase | 2015-01-13 | |
| | |||
* | Add a test to export two TestService on the same server, only with different | 2015-01-09 | |
| | | | | | | | | | | package names. Make sure they work as intended. This is based on [] Change on 2015/01/08 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83558743 |