Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1144 from yang-g/genericstub | 2015-03-27 | |
|\ | | | | | generic stub implementation | ||
| * | Refactor and add a unit test | 2015-03-27 | |
| | | |||
* | | Merge pull request #1113 from vjpai/qps-stream | 2015-03-27 | |
|\ \ | | | | | | | Add C++ streaming QPS test, fix bug in async C++ tests | ||
| | * | merge upstream and resolve conflict | 2015-03-26 | |
| | |\ | |_|/ |/| | | |||
| | * | add back mis-deleted method string | 2015-03-26 | |
| | | | |||
| | * | Finish grpc_cli | 2015-03-26 | |
| | | | |||
* | | | Work around a compiler limitation caused by inability to properly handle | 2015-03-26 | |
| | | | | | | | | | | | | vectors created from initializer list | ||
* | | | Make string construction explicit as implicit conversion doesn't work in 4.4 | 2015-03-26 | |
| | | | |||
* | | | Include the config.h file to make sure that nullptr is covered | 2015-03-26 | |
| | | | |||
| * | | Eliminate range-based fors | 2015-03-26 | |
| | | | |||
| * | | Fix conflicts | 2015-03-26 | |
|/| | | |||
* | | | Merge pull request #1133 from yang-g/cleanup | 2015-03-25 | |
|\ \ \ | | | | | | | | | clean up | ||
| * | | | Clean up unneeded includes and remove shutdown protobuf library | 2015-03-25 | |
| | | | | |||
| | | * | a stub of the cli tool | 2015-03-25 | |
| | | | | |||
* | | | | Elminate range-based fors and work around some other limitations in older ↵ | 2015-03-24 | |
|/ / / | | | | | | | | | | compilers | ||
| * | | Sweep different parameter sets in a single shell script. | 2015-03-23 | |
| | | | |||
| * | | Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream | 2015-03-23 | |
| |\ \ | |||
| | * | | Make sure that nothing gets added to cq after shutdown | 2015-03-23 | |
| | | | | |||
| | * | | No need to do an extra read | 2015-03-23 | |
| | | | | |||
| | * | | test return value of rpc parse | 2015-03-23 | |
| | | | | |||
| | * | | Make RPC type configurable | 2015-03-23 | |
| | | | | |||
| | * | | Added streaming C++ tests for sync and sync cases | 2015-03-23 | |
| | | | | |||
* | | | | Adding a test to check the openssl version we are using. | 2015-03-23 | |
|/ / / | |||
* | | | Protect on some overflow scenarios, add a test and build/run the test | 2015-03-20 | |
| | | | |||
| | * | covert test to use generic stub | 2015-03-19 | |
| | | | |||
* | | | Merge pull request #1093 from nicolasnoble/windows | 2015-03-19 | |
|\ \ \ | |_|/ |/| | | Various Windows fixes. | ||
* | | | Merge pull request #1091 from dklempner/trim_metadata_test | 2015-03-19 | |
|\ \ \ | | | | | | | | | Make metadata_test test_things_stick_around use fewer strings | ||
* \ \ \ | sync to head and run clang-format again | 2015-03-19 | |
|\ \ \ \ | | |_|/ | |/| | | |||
| | | * | Various Windows fixes. | 2015-03-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
| * | | | Merge pull request #1067 from yang-g/print | 2015-03-18 | |
| |\ \ \ | | |_|/ | |/| | | Print out status when it is not ok in interop tests | ||
| | | * | Make metadata_test test_things_stick_around use fewer strings | 2015-03-18 | |
| | |/ | |/| | | | | | | | This test is quadratic in nstr and times out under tsan. | ||
| * | | Factor out interface-specific early_adopter code | 2015-03-17 | |
| | | | | | | | | | | | | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`. | ||
* | | | clang-format new changes | 2015-03-17 | |
| | | | |||
* | | | resolve merge confict | 2015-03-17 | |
|\| | | |||
| * | | Merge pull request #1023 from vjpai/async | 2015-03-17 | |
| |\ \ | | | | | | | | | Non-blocking Next method for C++ async completion queue | ||
| | | * | Print out status when it is not ok in interop tests | 2015-03-17 | |
| | |/ | |/| | |||
* / | | clang-format c++ code | 2015-03-17 | |
|/ / | |||
| * | Change to std::chrono and add a test. | 2015-03-17 | |
| | | |||
* | | expose the server's cq through the generic service object | 2015-03-16 | |
| | | |||
* | | Merge branch 'master' into untypedAPI | 2015-03-16 | |
|\ \ | |||
| * \ | Merge pull request #1011 from yang-g/jwt | 2015-03-16 | |
| |\ \ | | | | | | | | | Put back C++ JWTCredentials code and add a test case in interop test. | ||
* | | | | sort the tags, this is not necessary, just make it look better | 2015-03-13 | |
| | | | | |||
* | | | | add one bidi test | 2015-03-13 | |
| | | | | |||
* | | | | Rename to AsyncGeneric* | 2015-03-12 | |
| | | | | |||
| * | | | Merge pull request #983 from jboeuf/refresh_token_parsing | 2015-03-12 | |
| |\ \ \ | | |_|/ | |/| | | Adding refresh token credentials. | ||
* | | | | Rename anonymous to generic globally | 2015-03-11 | |
| | | | | |||
| | | * | add a jwt test case for interop test | 2015-03-11 | |
| | | | | |||
| | | * | Merge branch 'master' into jwt | 2015-03-11 | |
| | | |\ | | |_|/ | |/| | | |||
* / | | | A first test with typed async client and untyped service for a simple rpc | 2015-03-11 | |
|/ / / | |||
* | | | Merge pull request #978 from Chilledheart/master | 2015-03-10 | |
|\ \ \ | | | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization |