murgatroid99
1cb8bbcf0a
Fix thread local storage error in iOS build
10 years ago
Vijay Pai
20ecfc81d0
Merge pull request #1377 from ctiller/server-cq-own
...
Have server hold a reference to completion queues
10 years ago
Michael Lumish
809bcffb02
Merge pull request #1388 from jcanizales/fixes-podspec
...
Fixes podspec and removes old generated files
10 years ago
Tim Emiola
0619af7bfe
Merge pull request #1383 from jtattermusch/csharp_auth
...
ServiceAccountCredentials support for C#
10 years ago
Vijay Pai
fec0c2cdda
Merge pull request #1375 from ctiller/qps_client
...
Fix a race in QPS client shutdown
10 years ago
Craig Tiller
a3c42cdcaf
Merge pull request #1378 from nicolasnoble/vs2010
...
Few VS2010 fixes.
10 years ago
Jorge Canizales
6abfd7573d
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
146f177fb1
Fixes build by moving the prepare_command back up to the top level
10 years ago
Jorge Canizales
5488d2820b
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
624b694cf9
Removes Cocoapod-generated files
10 years ago
Jan Tattermusch
aa5fba43b5
Fix assertion for compute_engine_creds
10 years ago
donnadionne
b33e2d3bc2
Merge pull request #1384 from jtattermusch/add_csharp_auth_interop
...
adding auth interop tests for C# to grpc_docker.sh
10 years ago
Vijay Pai
6ea9e290e3
Merge pull request #1376 from ctiller/sigign
...
Ignore SIGPIPE
10 years ago
Jan Tattermusch
e9b549fbd1
adding auth interop tests for C# to grpc_docker.sh
10 years ago
Jan Tattermusch
0bbfa382ea
attempt to support compute_engine_creds interop test
10 years ago
Nicolas Noble
64a6eed59e
Merge pull request #1371 from wkubiak/master
...
Fix errors and warnings breaking compilation under GCC+Windows (MSYS2/MinGW)
10 years ago
Jan Tattermusch
1f18e80a5a
Make RpcException errors more informative
10 years ago
Nicolas Noble
3086203834
Few VS2010 fixes.
...
-) = 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.
10 years ago
Jan Tattermusch
b4ef7c9f37
logic for refreshing access token
10 years ago
Craig Tiller
cac5f1d532
Merge pull request #1379 from soltanmm/cdfix
...
Pass deadline to call details for batch calls
10 years ago
Masood Malekghassemi
bf177c884f
Pass deadline to call details for batch calls
10 years ago
Craig Tiller
5717a9801e
Dont use op outstanding refs to count ownership
10 years ago
Craig Tiller
8950461da7
Have server hold a reference to completion queues
...
In the presence of garbage collectors, this helps ensure that completion
queues outlive the servers that depend upon them.
10 years ago
Craig Tiller
98ae48d63c
Ignore SIGPIPE
10 years ago
Jan Tattermusch
1ca56b9d8a
style fixes
10 years ago
Jan Tattermusch
dca6e884ce
First attempt to add service account creds interop test
10 years ago
Jan Tattermusch
bb9d788096
Added Grpc.Auth project
10 years ago
Jan Tattermusch
119761f789
added dependency on Google.Apis.Auth package
10 years ago
Craig Tiller
77e0d64b4d
Fix a race in QPS client shutdown
...
Previously we were cleaning up threads only AFTER local resources were
reclaimed, leading to many crashes.
10 years ago
Yang Gao
8bf5fc88d4
Merge pull request #1373 from ctiller/shutdown
...
Fix early shutdown
10 years ago
Craig Tiller
c5a6394e17
Merge pull request #1374 from jboeuf/ssl_includes
...
Fix includes for Boring SSL.
10 years ago
Julien Boeuf
330f4c8c39
Fix includes for Boring SSL.
10 years ago
Michael Lumish
50a4324830
Merge pull request #1361 from jtattermusch/run_tests_fixes
...
Improve C# support in run_tests.py and run C# on Travis.
10 years ago
Vijay Pai
924ef9a09b
Merge pull request #1372 from ctiller/latency
...
Stop kicking ourselves
10 years ago
Craig Tiller
1fb99552b7
Fix early shutdown: await client context deletion before channel deletion
10 years ago
Craig Tiller
1be373cf12
Stop kicking ourselves
10 years ago
Craig Tiller
a9274b89dc
Fix comment
10 years ago
wkubiak
0d20f42c93
fix comparison between pointer and integer error
10 years ago
wkubiak
49185a8f78
removed unused variables
10 years ago
Craig Tiller
7305dc69e6
Merge pull request #1227 from nicolasnoble/the-purge-2
...
Refactoring std::chrono out.
10 years ago
Nicolas Noble
1eef5aa1eb
Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix
...
Renamed make variables for protoc presence and version checking.
10 years ago
Nicolas Noble
eae6973b00
Merge pull request #1366 from ctiller/mwha
...
A little Makefile spring cleaning
10 years ago
David Garcia Quintas
f5fcafde81
Renamed make variables for protoc presence and version checking.
10 years ago
Yang Gao
fa74ec4617
Merge pull request #1359 from a11r/cc2
...
Test client stream cancellation and fix bug exposed by the test.
10 years ago
Yang Gao
9a5eee1d34
Merge pull request #1360 from nicolasnoble/flakes
...
Flagging some tests as flaky.
10 years ago
Craig Tiller
04f8156f65
Cleanup
10 years ago
Craig Tiller
2660ebcff0
Actually remove them
10 years ago
Craig Tiller
d896fa5640
Remove some useless lines in the Makefile
10 years ago
Nicolas "Pixel" Noble
fd2bf675f7
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
...
Conflicts:
include/grpc++/completion_queue.h
10 years ago
Craig Tiller
4107ba2897
Merge pull request #1365 from yang-g/init
...
Attempt to remove the need of calling grpc_init/shutdown in c++ application code
10 years ago