Michael Lumish
c48f26f5dc
Merge pull request #1399 from jcanizales/first-objc-integration-tests
...
First objc integration tests
10 years ago
Jorge Canizales
c55a0ca96e
Podfile.lock prevents gRPC to be properly installed
...
When Podfile.lock is present, the prepare_command of the gRPC pod isn’t
executed on “pod install”, even if the Xcode workspace and the Pods/
directory are absent.
10 years ago
Jorge Canizales
87b650b55f
Increases timeout of client_streaming test to 4s
10 years ago
Nicolas Noble
f394616fbc
Merge pull request #1370 from zeliard/master
...
add Windows x64 (WIN64) mode and make buildable for the VS project file
10 years ago
Craig Tiller
fe2b8359c5
Convert some tests to new API
10 years ago
Craig Tiller
3b05a123c4
Test progress
10 years ago
Craig Tiller
8b1d98998b
Convert some tests to new API
10 years ago
Craig Tiller
af20b7108b
Remove legacy tests
10 years ago
Craig Tiller
0e91956b49
Remove _old apis from the core library
10 years ago
Craig Tiller
27aa7afb72
Merge branch 'one-read' into swappy
10 years ago
Craig Tiller
2078c0edb8
Merge branch 'one-pass' into one-read
10 years ago
Craig Tiller
2288b2d61c
Merge github.com:grpc/grpc into one-pass
10 years ago
David Klempner
29c4d0a42d
Merge pull request #1390 from ctiller/tcp-test
...
Fix test for multiple reads
10 years ago
Craig Tiller
7e61d52d03
Faster stream_op_buffer swap
10 years ago
Craig Tiller
bae41c847f
Promote SWAP to GPR_SWAP
10 years ago
Craig Tiller
40158ed856
Optimize slice_buffer_swap
10 years ago
Jorge Canizales
a83ad602a3
Merge commit '6abfd7573dbd813abb28f36d59746a97c6fcff2a' into first-objc-integration-tests
10 years ago
murgatroid99
3a1309b494
Merged changes from master
10 years ago
Yang Gao
c9e39c0728
Fix flow control issue
10 years ago
Craig Tiller
5e066573a8
Merge github.com:grpc/grpc into one-read
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
Craig Tiller
6a8c038d2d
Add flow control tracing
...
Allow some insight into what the flow controller is doing
10 years ago
Craig Tiller
10b9cb5a38
Refine need_more_data
...
We don't need to request more transport data if we:
- already have queued messages
- are not ready to receive messages
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
Craig Tiller
5c07cce72d
Don't wait for EAGAIN before reporting reads up
10 years ago
Craig Tiller
89d304a301
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
Craig Tiller
42d7aa98ad
Merge branch 'one-pass' into one-read
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
Craig Tiller
2b1fd661af
Hoist iov_size into a grpc_tcp member
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