David Garcia Quintas
45d54e4581
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
David Garcia Quintas
8954e90b72
Integration of Systemtap (STAP) for profiling.
...
This commit includes a faulty Makefile to be fixed in a follow commit.
10 years ago
Craig Tiller
f894b1d26f
Merge pull request #1403 from nicolasnoble/slimfast
...
Trimming down useless variables in the Makefile.
10 years ago
Craig Tiller
8a5bce3541
Incoming stream id validation fixes
...
- correct log message on an invalid stream id
- add an additional check that the low bit indicates a client stream id on the server
10 years ago
Nicolas "Pixel" Noble
adaa100e3e
Trimming down useless variables in the Makefile.
...
A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case.
10 years ago
Nathaniel Manista
5b8c255884
Merge pull request #1382 from soltanmm/migrate
...
Python migration to batch core API.
10 years ago
Craig Tiller
1d73b7bffd
Merge github.com:grpc/grpc into one-pass
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
6fb5d56d3d
Merge branch 'one-pass' into delete-the-old-api
10 years ago
Craig Tiller
a0f666aeba
Merge github.com:grpc/grpc into delete-the-old-api
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
9805bb2ce8
Merge github.com:grpc/grpc into one-read
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
4c4d08bdf6
Merge github.com:grpc/grpc into swappy
...
Conflicts:
include/grpc++/channel_interface.h
10 years ago
Craig Tiller
5cf6d0a847
Merge branch 'one-read' into swappy
10 years ago
Craig Tiller
2e3b431676
Merge branch 'one-pass' into one-read
10 years ago
Craig Tiller
c8667056d5
Merge pull request #1367 from yang-g/interop
...
Add two scenarios in interop test
10 years ago
Yang Gao
6eda2d7c8e
Merge pull request #1386 from ctiller/cxx
...
Mac C++ compile fix
10 years ago
Craig Tiller
87ab19f813
Capure thread id with default timer implementation
10 years ago
Craig Tiller
5096849579
Add some helpful timing markers
10 years ago
Craig Tiller
8119c0a08f
Capure thread id with default timer implementation
10 years ago
Craig Tiller
4354a8eb28
Merge github.com:grpc/grpc into one-pass
10 years ago
Craig Tiller
37815e59db
Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass
10 years ago
Craig Tiller
816791ca72
Add comment
10 years ago
murgatroid99
3767f8bdee
Removed Podfile.lock
10 years ago
murgatroid99
b56609c705
Updated GRPCCall comments and spacing
10 years ago
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