Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| | |||
* | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 |
|\ | | | | | Various Windows fixes. | ||
* \ | Merge pull request #1091 from dklempner/trim_metadata_test | Vijay Pai | 2015-03-19 |
|\ \ | | | | | | | Make metadata_test test_things_stick_around use fewer strings | ||
* \ \ | sync to head and run clang-format again | Yang Gao | 2015-03-19 |
|\ \ \ | |||
| | | * | Various Windows fixes. | Nicolas Noble | 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 | donnadionne | 2015-03-18 |
| |\ \ \ | | |_|/ | |/| | | Print out status when it is not ok in interop tests | ||
| | | * | Make metadata_test test_things_stick_around use fewer strings | David Klempner | 2015-03-18 |
| | |/ | |/| | | | | | | | This test is quadratic in nstr and times out under tsan. | ||
| * | | Factor out interface-specific early_adopter code | Masood Malekghassemi | 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 | Yang Gao | 2015-03-17 |
| | | | |||
* | | | resolve merge confict | Yang Gao | 2015-03-17 |
|\| | | |||
| * | | Merge pull request #1023 from vjpai/async | Yang Gao | 2015-03-17 |
| |\ \ | | | | | | | | | Non-blocking Next method for C++ async completion queue | ||
| | | * | Print out status when it is not ok in interop tests | Yang Gao | 2015-03-17 |
| | |/ | |/| | |||
* / | | clang-format c++ code | Yang Gao | 2015-03-17 |
|/ / | |||
| * | Change to std::chrono and add a test. | vjpai | 2015-03-17 |
| | | |||
* | | expose the server's cq through the generic service object | Yang Gao | 2015-03-16 |
| | | |||
* | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-16 |
|\ \ | |||
| * \ | Merge pull request #1011 from yang-g/jwt | jboeuf | 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 | Yang Gao | 2015-03-13 |
| | | | | |||
* | | | | add one bidi test | Yang Gao | 2015-03-13 |
| | | | | |||
* | | | | Rename to AsyncGeneric* | Yang Gao | 2015-03-12 |
| | | | | |||
| * | | | Merge pull request #983 from jboeuf/refresh_token_parsing | Yang Gao | 2015-03-12 |
| |\ \ \ | | |_|/ | |/| | | Adding refresh token credentials. | ||
* | | | | Rename anonymous to generic globally | Yang Gao | 2015-03-11 |
| | | | | |||
| | | * | add a jwt test case for interop test | Yang Gao | 2015-03-11 |
| | | | | |||
| | | * | Merge branch 'master' into jwt | Yang Gao | 2015-03-11 |
| | | |\ | | |_|/ | |/| | | |||
* / | | | A first test with typed async client and untyped service for a simple rpc | Yang Gao | 2015-03-11 |
|/ / / | |||
* | | | Merge pull request #978 from Chilledheart/master | Yang Gao | 2015-03-10 |
|\ \ \ | | | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization | ||
| | * | | Adding refresh token credentials. | Julien Boeuf | 2015-03-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | - The google default credentials now work with the cloud SDK. - Verified end to end with print_default_credentials and fetch_oauth2 tools. | ||
| | * | | Fixing !strcmp in the tests. | Julien Boeuf | 2015-03-09 |
| | | | | |||
| * | | | Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer | Chilledheart | 2015-03-10 |
| | | | | |||
| | * | | Adding refresh token parsing | Julien Boeuf | 2015-03-09 |
| | | | | | | | | | | | | | | | | This is the first step for refresh token credentials. | ||
* | | | | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-10 |
| |/ / |/| | | | | | | | | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it. | ||
* | | | strcmp: change all !str[n]cmp to str[n]cmp == 0 | Ronnie Sahlberg | 2015-03-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com> | ||
* | | | Merge pull request #4 from nicolasnoble/c++-creds | Craig Tiller | 2015-03-06 |
|\ \ \ | | | | | | | | | Don't merge OpenSSL into C++ upper layer libraries; only C. | ||
| * | | | Don't merge OpenSSL into C++ upper layer libraries; only C. | Nicolas "Pixel" Noble | 2015-03-06 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-06 |
|\ \ \ \ | |/ / / |/| | | | |||
| * | | | Move protoc output to temporary directory | Masood Malekghassemi | 2015-03-05 |
| |/ / | | | | | | | | | | | | | | | | Moves the Python protoc plugin output directory to an auto-generated temporary directory. Has the build configuration set by environment variable (consistent with `tools/run-tests/run_tests.py`'s set envvars). | ||
* | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
|\| | | |||
| * | | Merge pull request #837 from ctiller/qps_driver | Vijay Pai | 2015-03-04 |
| |\ \ | | | | | | | | | QPS driver | ||
| * \ \ | Merge pull request #953 from dklempner/low_level_ping_pong | Craig Tiller | 2015-03-04 |
| |\ \ \ | | | | | | | | | | | Fix signed comparison warnings in low_level_ping_pong | ||
| | | * | | override --> GRPC_OVERRIDE | Craig Tiller | 2015-03-04 |
| | | | | | |||
| | | * | | Compile fix | Craig Tiller | 2015-03-04 |
| | | | | | |||
| | * | | | Fix signed comparison warnings in low_level_ping_pong | David Klempner | 2015-03-04 |
| | | | | | |||
| | | * | | ACTUALLY set the server thread pool | Craig Tiller | 2015-03-04 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-04 |
|\| | | | | |||
| | | * | | clang-format | Craig Tiller | 2015-03-04 |
| | | | | | |||
| | | * | | Linux compile fix | Craig Tiller | 2015-03-04 |
| | | | | | |||
| | | * | | Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driver | Craig Tiller | 2015-03-04 |
| | | |\ \ | |||
| | | | * | | Compile fix | Craig Tiller | 2015-03-04 |
| | | | | | | |||
| | | | * | | Rename some files | Craig Tiller | 2015-03-04 |
| | | | | | | |||
| | | | * | | Async server works | Craig Tiller | 2015-03-04 |
| | | | | | |