Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1370 from zeliard/master | 2015-04-28 | |
|\ | | | | | add Windows x64 (WIN64) mode and make buildable for the VS project file | ||
* \ | Merge pull request #1390 from ctiller/tcp-test | 2015-04-28 | |
|\ \ | | | | | | | Fix test for multiple reads | ||
* \ \ | Merge pull request #1393 from stanley-cheung/minor_update_php_dockerfile | 2015-04-28 | |
|\ \ \ | | | | | | | | | php dockerfile: one dependency was listed twice | ||
| * | | | php dockerfile: one dependency was listed twice | 2015-04-28 | |
|/ / / | |||
* | | | Merge pull request #1391 from jtattermusch/grpc_docker_sh_fix | 2015-04-28 | |
|\ \ \ | | | | | | | | | Fixed grpc_docker.sh to run C# auth tests correctly | ||
| * | | | fixed grpc_docker.sh to run C# auth tests correctly | 2015-04-28 | |
| | | | | |||
| | * | | Fix test for multiple reads | 2015-04-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously this test assumed all bytes would be read in one request. Also update test to use grpc_init() so that we can enable tracing. | ||
* | | | | Merge pull request #1377 from ctiller/server-cq-own | 2015-04-28 | |
|\ \ \ \ | | | | | | | | | | | Have server hold a reference to completion queues | ||
* \ \ \ \ | Merge pull request #1388 from jcanizales/fixes-podspec | 2015-04-28 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fixes podspec and removes old generated files | ||
* | | | | | Merge pull request #1383 from jtattermusch/csharp_auth | 2015-04-28 | |
|\ \ \ \ \ | | | | | | | | | | | | | ServiceAccountCredentials support for C# | ||
* \ \ \ \ \ | Merge pull request #1375 from ctiller/qps_client | 2015-04-28 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix a race in QPS client shutdown | ||
* \ \ \ \ \ \ | Merge pull request #1378 from nicolasnoble/vs2010 | 2015-04-28 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Few VS2010 fixes. | ||
| | | | * | | | | Checks in Podfile.lock so the build is reproducible | 2015-04-28 | |
| | | | | | | | | |||
| | | | * | | | | Fixes build by moving the prepare_command back up to the top level | 2015-04-28 | |
| | | | | | | | | |||
| | | | * | | | | Warn in the sample's README that pod install must be run | 2015-04-28 | |
| | | | | | | | | |||
| | | | * | | | | Removes Cocoapod-generated files | 2015-04-28 | |
| | | | | | | | | |||
| | | * | | | | | Fix assertion for compute_engine_creds | 2015-04-27 | |
| | | | | | | | | |||
| | | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc | 2015-04-28 | |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | | | | | | * | Merge pull request #1 from nicolasnoble/vs64 | 2015-04-28 | |
| | | | | | | |\ | | | | | | | | | | | | | | | | | | | Updating the templates to create win64 projects. | ||
* | | | | | | | \ | Merge pull request #1384 from jtattermusch/add_csharp_auth_interop | 2015-04-27 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | adding auth interop tests for C# to grpc_docker.sh | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #1376 from ctiller/sigign | 2015-04-27 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Ignore SIGPIPE | ||
| | * | | | | | | | | | adding auth interop tests for C# to grpc_docker.sh | 2015-04-27 | |
| |/ / / / / / / / / |/| | | | | | | | | | |||
| | | | * | | | | | | attempt to support compute_engine_creds interop test | 2015-04-27 | |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #1371 from wkubiak/master | 2015-04-27 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix errors and warnings breaking compilation under GCC+Windows (MSYS2/MinGW) | ||
| | | | | * | | | | | | Make RpcException errors more informative | 2015-04-27 | |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Few VS2010 fixes. | 2015-04-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer. | ||
| | | | | | | | | | * | Updating the templates to create win64 projects. | 2015-04-28 | |
| | | | | | | | | |/ | |||
| | | | | * | | | | | logic for refreshing access token | 2015-04-27 | |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #1379 from soltanmm/cdfix | 2015-04-27 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Pass deadline to call details for batch calls | ||
| * | | | | | | | | | Pass deadline to call details for batch calls | 2015-04-27 | |
|/ / / / / / / / / | |||
| | | | | | * | | | Dont use op outstanding refs to count ownership | 2015-04-27 | |
| | | | | | | | | | |||
| | | | | | * | | | Have server hold a reference to completion queues | 2015-04-27 | |
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the presence of garbage collectors, this helps ensure that completion queues outlive the servers that depend upon them. | ||
| | * | | | | | | Ignore SIGPIPE | 2015-04-27 | |
| |/ / / / / / |/| | | | | | | |||
| | | | * | | | style fixes | 2015-04-27 | |
| | | | | | | | |||
| | | | * | | | First attempt to add service account creds interop test | 2015-04-27 | |
| | | | | | | | |||
| | | | * | | | Added Grpc.Auth project | 2015-04-27 | |
| | | | | | | | |||
| | | | * | | | added dependency on Google.Apis.Auth package | 2015-04-27 | |
| |_|_|/ / / |/| | | | | | |||
| | | * | | | Fix a race in QPS client shutdown | 2015-04-27 | |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | Previously we were cleaning up threads only AFTER local resources were reclaimed, leading to many crashes. | ||
* | | | | | Merge pull request #1373 from ctiller/shutdown | 2015-04-27 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix early shutdown | ||
* \ \ \ \ \ | Merge pull request #1374 from jboeuf/ssl_includes | 2015-04-27 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix includes for Boring SSL. | ||
| * | | | | | | Fix includes for Boring SSL. | 2015-04-27 | |
|/ / / / / / | |||
* | | | | | | Merge pull request #1361 from jtattermusch/run_tests_fixes | 2015-04-27 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve C# support in run_tests.py and run C# on Travis. | ||
* \ \ \ \ \ \ | Merge pull request #1372 from ctiller/latency | 2015-04-27 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Stop kicking ourselves | ||
| | | * | | | | Fix early shutdown: await client context deletion before channel deletion | 2015-04-27 | |
| |_|/ / / / |/| | | | | | |||
| * | | | | | Stop kicking ourselves | 2015-04-27 | |
| | | | | | | |||
| * | | | | | Fix comment | 2015-04-27 | |
| | | | | | | |||
| | | * | | | fix comparison between pointer and integer error | 2015-04-27 | |
| | | | | | | |||
| | | * | | | removed unused variables | 2015-04-27 | |
| |_|/ / / |/| | | | | |||
| | | | * | remove type casting on gpr_time_to_millis | 2015-04-27 | |
| | | | | | |||
| | | | * | add Windows x64 (WIN64) mode and make buildable on MSVC | 2015-04-27 | |
| | | | | |