aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #1370 from zeliard/masterGravatar Nicolas Noble2015-04-28
|\ | | | | add Windows x64 (WIN64) mode and make buildable for the VS project file
* \ Merge pull request #1390 from ctiller/tcp-testGravatar David Klempner2015-04-28
|\ \ | | | | | | Fix test for multiple reads
* \ \ Merge pull request #1393 from stanley-cheung/minor_update_php_dockerfileGravatar Michael Lumish2015-04-28
|\ \ \ | | | | | | | | php dockerfile: one dependency was listed twice
| * | | php dockerfile: one dependency was listed twiceGravatar Stanley Cheung2015-04-28
|/ / /
* | | Merge pull request #1391 from jtattermusch/grpc_docker_sh_fixGravatar Tim Emiola2015-04-28
|\ \ \ | | | | | | | | Fixed grpc_docker.sh to run C# auth tests correctly
| * | | fixed grpc_docker.sh to run C# auth tests correctlyGravatar Jan Tattermusch2015-04-28
| | | |
| | * | Fix test for multiple readsGravatar Craig Tiller2015-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-ownGravatar Vijay Pai2015-04-28
|\ \ \ \ | | | | | | | | | | Have server hold a reference to completion queues
* \ \ \ \ Merge pull request #1388 from jcanizales/fixes-podspecGravatar Michael Lumish2015-04-28
|\ \ \ \ \ | |_|/ / / |/| | | | Fixes podspec and removes old generated files
* | | | | Merge pull request #1383 from jtattermusch/csharp_authGravatar Tim Emiola2015-04-28
|\ \ \ \ \ | | | | | | | | | | | | ServiceAccountCredentials support for C#
* \ \ \ \ \ Merge pull request #1375 from ctiller/qps_clientGravatar Vijay Pai2015-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix a race in QPS client shutdown
* \ \ \ \ \ \ Merge pull request #1378 from nicolasnoble/vs2010Gravatar Craig Tiller2015-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Few VS2010 fixes.
| | | | * | | | Checks in Podfile.lock so the build is reproducibleGravatar Jorge Canizales2015-04-28
| | | | | | | |
| | | | * | | | Fixes build by moving the prepare_command back up to the top levelGravatar Jorge Canizales2015-04-28
| | | | | | | |
| | | | * | | | Warn in the sample's README that pod install must be runGravatar Jorge Canizales2015-04-28
| | | | | | | |
| | | | * | | | Removes Cocoapod-generated filesGravatar Jorge Canizales2015-04-28
| | | | | | | |
| | | * | | | | Fix assertion for compute_engine_credsGravatar Jan Tattermusch2015-04-27
| | | | | | | |
| | | | | | | * Merge branch 'master' of https://github.com/grpc/grpcGravatar zeliard2015-04-28
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | | * Merge pull request #1 from nicolasnoble/vs64Gravatar Seungmo Koo2015-04-28
| | | | | | | |\ | | | | | | | | | | | | | | | | | | Updating the templates to create win64 projects.
* | | | | | | | \ Merge pull request #1384 from jtattermusch/add_csharp_auth_interopGravatar donnadionne2015-04-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | adding auth interop tests for C# to grpc_docker.sh
* \ \ \ \ \ \ \ \ \ Merge pull request #1376 from ctiller/sigignGravatar Vijay Pai2015-04-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Ignore SIGPIPE
| | * | | | | | | | | adding auth interop tests for C# to grpc_docker.shGravatar Jan Tattermusch2015-04-27
| |/ / / / / / / / / |/| | | | | | | | |
| | | | * | | | | | attempt to support compute_engine_creds interop testGravatar Jan Tattermusch2015-04-27
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1371 from wkubiak/masterGravatar Nicolas Noble2015-04-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix errors and warnings breaking compilation under GCC+Windows (MSYS2/MinGW)
| | | | | * | | | | | Make RpcException errors more informativeGravatar Jan Tattermusch2015-04-27
| | | | | | | | | | |
| | | * | | | | | | | Few VS2010 fixes.Gravatar Nicolas Noble2015-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.Gravatar Nicolas "Pixel" Noble2015-04-28
| | | | | | | | | |/
| | | | | * | | | | logic for refreshing access tokenGravatar Jan Tattermusch2015-04-27
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1379 from soltanmm/cdfixGravatar Craig Tiller2015-04-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Pass deadline to call details for batch calls
| * | | | | | | | | Pass deadline to call details for batch callsGravatar Masood Malekghassemi2015-04-27
|/ / / / / / / / /
| | | | | | * | | Dont use op outstanding refs to count ownershipGravatar Craig Tiller2015-04-27
| | | | | | | | |
| | | | | | * | | Have server hold a reference to completion queuesGravatar Craig Tiller2015-04-27
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the presence of garbage collectors, this helps ensure that completion queues outlive the servers that depend upon them.
| | * | | | | | Ignore SIGPIPEGravatar Craig Tiller2015-04-27
| |/ / / / / / |/| | | | | |
| | | | * | | style fixesGravatar Jan Tattermusch2015-04-27
| | | | | | |
| | | | * | | First attempt to add service account creds interop testGravatar Jan Tattermusch2015-04-27
| | | | | | |
| | | | * | | Added Grpc.Auth projectGravatar Jan Tattermusch2015-04-27
| | | | | | |
| | | | * | | added dependency on Google.Apis.Auth packageGravatar Jan Tattermusch2015-04-27
| |_|_|/ / / |/| | | | |
| | | * | | Fix a race in QPS client shutdownGravatar Craig Tiller2015-04-27
| | | |/ / | | | | | | | | | | | | | | | | | | | | Previously we were cleaning up threads only AFTER local resources were reclaimed, leading to many crashes.
* | | | | Merge pull request #1373 from ctiller/shutdownGravatar Yang Gao2015-04-27
|\ \ \ \ \ | | | | | | | | | | | | Fix early shutdown
* \ \ \ \ \ Merge pull request #1374 from jboeuf/ssl_includesGravatar Craig Tiller2015-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix includes for Boring SSL.
| * | | | | | Fix includes for Boring SSL.Gravatar Julien Boeuf2015-04-27
|/ / / / / /
* | | | | | Merge pull request #1361 from jtattermusch/run_tests_fixesGravatar Michael Lumish2015-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve C# support in run_tests.py and run C# on Travis.
* \ \ \ \ \ \ Merge pull request #1372 from ctiller/latencyGravatar Vijay Pai2015-04-27
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Stop kicking ourselves
| | | * | | | Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
| |_|/ / / / |/| | | | |
| * | | | | Stop kicking ourselvesGravatar Craig Tiller2015-04-27
| | | | | |
| * | | | | Fix commentGravatar Craig Tiller2015-04-27
| | | | | |
| | | * | | fix comparison between pointer and integer errorGravatar wkubiak2015-04-27
| | | | | |
| | | * | | removed unused variablesGravatar wkubiak2015-04-27
| |_|/ / / |/| | | |
| | | | * remove type casting on gpr_time_to_millisGravatar zeliard2015-04-27
| | | | |
| | | | * add Windows x64 (WIN64) mode and make buildable on MSVCGravatar zeliard2015-04-27
| | | | |