Yang Gao
c9e39c0728
Fix flow control issue
10 years ago
Michael Lumish
ad2a0e4369
Merge pull request #1393 from stanley-cheung/minor_update_php_dockerfile
...
php dockerfile: one dependency was listed twice
10 years ago
Stanley Cheung
c984d0bcd8
php dockerfile: one dependency was listed twice
10 years ago
Masood Malekghassemi
f579e1d176
Migrate Python to batch core API
10 years ago
Tim Emiola
5324c6a8b9
Merge pull request #1391 from jtattermusch/grpc_docker_sh_fix
...
Fixed grpc_docker.sh to run C# auth tests correctly
10 years ago
Jan Tattermusch
2d131e1c1e
fixed grpc_docker.sh to run C# auth tests correctly
10 years ago
murgatroid99
6cc4680cb4
Changed message handling, fixed line lengths
10 years ago
Craig Tiller
31c489c9eb
Fix test for multiple reads
...
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.
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
Craig Tiller
3691c3322d
clang-format
10 years ago
Craig Tiller
4df412b471
Add some infrastructure for call refcount debugging
10 years ago
Craig Tiller
333ee250b2
Remove errant double finish
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
c9fd80e6e5
Merge github.com:grpc/grpc into one-pass
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
Jorge Canizales
6f1ce1a9c2
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
d27015f7ec
Fixes build by moving the prepare_command back up to the top level
10 years ago
Jorge Canizales
9b3951d8f8
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
f93b11b4e8
Removes Cocoapod-generated files
10 years ago
Jan Tattermusch
aa5fba43b5
Fix assertion for compute_engine_creds
10 years ago
David Garcia Quintas
a9eb302aba
STAP annotation working.
...
Test annotations made to client_channel.c (start_rpc) and channel_create.c
(grpc_channel_create).
10 years ago
Craig Tiller
bec41a298b
Return correct status message for lame client
10 years ago
Craig Tiller
75d5d303ea
Indentation fix
10 years ago
Jorge Canizales
57d9f939bc
Augments the timeout of the large_unary test to 4s
10 years ago
Craig Tiller
b11728b90d
Mac C++ compile fix
10 years ago
Jorge Canizales
9d96aa6e4c
Implements empty_unary, large_unary, and client_streaming integration tests.
...
As defined in the spec.
10 years ago
Craig Tiller
00e5b2a82c
Mac C++ compile fix
10 years ago
Craig Tiller
820b68069a
Merge github.com:grpc/grpc into one-pass
10 years ago
Craig Tiller
320e6112b5
Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass
10 years ago
zeliard
d9a0f24098
Merge branch 'master' of https://github.com/grpc/grpc
10 years ago
Seungmo Koo
6d2311ab21
Merge pull request #1 from nicolasnoble/vs64
...
Updating the templates to create win64 projects.
10 years ago
murgatroid99
b5c076f186
Rewrote comment to match changes
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
David Garcia Quintas
515b2bbfe3
Merge branch 'master' into stap
10 years ago
David Garcia Quintas
2725c6490e
Merge remote-tracking branch 'upstream/master'
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
David Garcia Quintas
b5d19fb1fa
Merge branch 'master' into stap
10 years ago
David Garcia Quintas
d41cbdba22
Merge remote-tracking branch 'upstream/master'
10 years ago
David Garcia Quintas
611b7362c6
Tentative stap version
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