Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Moved deallocation code to the right place | murgatroid99 | 2015-04-29 |
* | Added nil check in GRPCWrappedCall initializer | murgatroid99 | 2015-04-29 |
* | Fixed missing increment | murgatroid99 | 2015-04-29 |
* | Removed thrown error in one case | murgatroid99 | 2015-04-29 |
* | Simplified some batch code, resolved comments | murgatroid99 | 2015-04-29 |
* | Removed Podfile.lock | murgatroid99 | 2015-04-28 |
* | Updated GRPCCall comments and spacing | murgatroid99 | 2015-04-28 |
* | Merged changes from master | murgatroid99 | 2015-04-28 |
|\ | |||
* | | Changed message handling, fixed line lengths | murgatroid99 | 2015-04-28 |
| * | Merge pull request #1377 from ctiller/server-cq-own | Vijay Pai | 2015-04-28 |
| |\ | |||
| * \ | Merge pull request #1388 from jcanizales/fixes-podspec | Michael Lumish | 2015-04-28 |
| |\ \ | |||
| * \ \ | Merge pull request #1383 from jtattermusch/csharp_auth | Tim Emiola | 2015-04-28 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #1375 from ctiller/qps_client | Vijay Pai | 2015-04-28 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #1378 from nicolasnoble/vs2010 | Craig Tiller | 2015-04-28 |
| |\ \ \ \ \ | |||
| | | | | * | | Checks in Podfile.lock so the build is reproducible | Jorge Canizales | 2015-04-28 |
| | | | | * | | Fixes build by moving the prepare_command back up to the top level | Jorge Canizales | 2015-04-28 |
| | | | | * | | Warn in the sample's README that pod install must be run | Jorge Canizales | 2015-04-28 |
| | | | | * | | Removes Cocoapod-generated files | Jorge Canizales | 2015-04-28 |
| | | | * | | | Fix assertion for compute_engine_creds | Jan Tattermusch | 2015-04-27 |
* | | | | | | | Rewrote comment to match changes | murgatroid99 | 2015-04-27 |
| * | | | | | | Merge pull request #1384 from jtattermusch/add_csharp_auth_interop | donnadionne | 2015-04-27 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #1376 from ctiller/sigign | Vijay Pai | 2015-04-27 |
| |\ \ \ \ \ \ \ | |||
| | | * | | | | | | adding auth interop tests for C# to grpc_docker.sh | Jan Tattermusch | 2015-04-27 |
| | |/ / / / / / | |/| | | | | | | |||
| | | | | * | | | attempt to support compute_engine_creds interop test | Jan Tattermusch | 2015-04-27 |
| * | | | | | | | Merge pull request #1371 from wkubiak/master | Nicolas Noble | 2015-04-27 |
| |\ \ \ \ \ \ \ | |||
| | | | | | * | | | Make RpcException errors more informative | Jan Tattermusch | 2015-04-27 |
| | | | * | | | | | Few VS2010 fixes. | Nicolas Noble | 2015-04-28 |
| | | | | | * | | | logic for refreshing access token | Jan Tattermusch | 2015-04-27 |
* | | | | | | | | | Re-added completion_queue_destroy call | murgatroid99 | 2015-04-27 |
* | | | | | | | | | Simplified an initializer call | murgatroid99 | 2015-04-27 |
| * | | | | | | | | Merge pull request #1379 from soltanmm/cdfix | Craig Tiller | 2015-04-27 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||
| | * | | | | | | | Pass deadline to call details for batch calls | Masood Malekghassemi | 2015-04-27 |
| |/ / / / / / / | |||
| | | | | | | * | Dont use op outstanding refs to count ownership | Craig Tiller | 2015-04-27 |
| | | | | | | * | Have server hold a reference to completion queues | Craig Tiller | 2015-04-27 |
| | |_|_|_|_|/ | |/| | | | | | |||
| | | * | | | | Ignore SIGPIPE | Craig Tiller | 2015-04-27 |
| | |/ / / / | |/| | | | | |||
* | | | | | | Fixed spacing | murgatroid99 | 2015-04-27 |
| | | | | * | style fixes | Jan Tattermusch | 2015-04-27 |
| | | | | * | First attempt to add service account creds interop test | Jan Tattermusch | 2015-04-27 |
| | | | | * | Added Grpc.Auth project | Jan Tattermusch | 2015-04-27 |
| | | | | * | added dependency on Google.Apis.Auth package | Jan Tattermusch | 2015-04-27 |
| | |_|_|/ | |/| | | | |||
| | | | * | Fix a race in QPS client shutdown | Craig Tiller | 2015-04-27 |
| * | | | | Merge pull request #1373 from ctiller/shutdown | Yang Gao | 2015-04-27 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #1374 from jboeuf/ssl_includes | Craig Tiller | 2015-04-27 |
| |\ \ \ \ \ | |||
| | * | | | | | Fix includes for Boring SSL. | Julien Boeuf | 2015-04-27 |
| |/ / / / / | |||
| * | | | | | Merge pull request #1361 from jtattermusch/run_tests_fixes | Michael Lumish | 2015-04-27 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #1372 from ctiller/latency | Vijay Pai | 2015-04-27 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||
* | | | | | | | Made startBatch more strongly typed | murgatroid99 | 2015-04-27 |
| | | | * | | | Fix early shutdown: await client context deletion before channel deletion | Craig Tiller | 2015-04-27 |
| | |_|/ / / | |/| | | | | |||
| | * | | | | Stop kicking ourselves | Craig Tiller | 2015-04-27 |
| | * | | | | Fix comment | Craig Tiller | 2015-04-27 |