Yang Gao
b753ab4cbb
Merge pull request #1426 from ctiller/bad-frame
...
Fix errant empty data frame after trailers
10 years ago
Craig Tiller
48373dfab0
Merge github.com:grpc/grpc into delete-the-old-api
10 years ago
Vijay Pai
e10ebf15eb
Keep code that is common between both async client versions in a new async superclass and only use unary/streaming-specific material in the subclass.
10 years ago
Craig Tiller
f2791ab02b
Merge pull request #1408 from dgquintas/stap
...
Integration of Systemtap as a profiling mechanism.
10 years ago
Nicolas Noble
d30457a348
Merge pull request #1427 from ctiller/gcov-is-basically-debug-lets-save-time-and-ride-unicorns
...
Remove dbg build from Travis, use gcov instead
10 years ago
Tim Emiola
e4cf6e1cf3
Merge pull request #1431 from soltanmm/py-release
...
Release Python 0.5.0a1
10 years ago
Masood Malekghassemi
fae9d99e6a
Release Python 0.5.0a1
10 years ago
Tim Emiola
be02e15cf6
Merge pull request #1429 from stanley-cheung/php_auth_interop_test
...
Php auth interop test
10 years ago
Craig Tiller
94d7f8542c
Merge github.com:grpc/grpc into delete-the-old-api
10 years ago
Stanley Cheung
4fbc53e82d
more comments
10 years ago
Craig Tiller
624d43015a
Merge branch 'one-read' into swappy
10 years ago
Craig Tiller
9c43fa8bf2
Merge github.com:grpc/grpc into one-read
10 years ago
Craig Tiller
67bfefdbd1
Ensure call alarms are cancelled when the underlying stream closes
10 years ago
Stanley Cheung
0e08aed61c
add php service account credentials auth interop test, tested against cloud server
10 years ago
Craig Tiller
2e4a7dc2fe
Make gcov compile flags reflect dbg
10 years ago
Craig Tiller
42b14cba51
Remove dbg build from Travis, use gcov instead
10 years ago
Craig Tiller
3b1e37d16d
Fix errant empty data frame after trailers
...
With the metadata batching changes recently, I introduced a bug whereby
the http2 stream encoder would end up not being able to set the close bit on a header frame, and instead placed it on a new data frame, which is illegal by the HTTP2 spec.
10 years ago
David Garcia Quintas
34c396325a
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
David Garcia Quintas
0e67cb2c39
Fixed missing name change from timers.h refactor.
10 years ago
Tim Emiola
6d42a73bb9
Merge pull request #1412 from murgatroid99/node_stub_expose_address
...
Exposed server address string in stub
10 years ago
zeliard
06d64cda3c
implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
10 years ago
Nicolas Noble
7a509048f6
Merge pull request #1420 from zeliard/master
...
make initializing overlapped-struct obvious for preventing a ciritical bug
10 years ago
zeliard
3874ad0833
make initializing overlapped-struct obvious for preventing a ciritical bug
10 years ago
Craig Tiller
d3e4be5f03
Merge pull request #1417 from nicolasnoble/travis-speedup
...
Travis speedup.
10 years ago
Nicolas Noble
ceb20ae45c
Merge pull request #1419 from ctiller/travvy
...
Merge C/C++ build steps on Travis
10 years ago
Nicolas "Pixel" Noble
f0668c83bb
Alright, fine Travis. You can try and build for another version of gcc.
10 years ago
Craig Tiller
93e4a386a5
Merge github.com:grpc/grpc into travvy
...
Conflicts:
.travis.yml
10 years ago
Craig Tiller
7d9df1b23a
Merge C/C++ build steps on Travis
10 years ago
Nicolas "Pixel" Noble
9adbf48970
Adjusting scripts to fake-install.
10 years ago
Nicolas "Pixel" Noble
f173793e51
Merge branch 'master' of github.com:grpc/grpc into travis-speedup
...
Conflicts:
.travis.yml
10 years ago
Craig Tiller
76dcd38332
Hack to get Mac end2end test working
10 years ago
David Garcia Quintas
31e3a6fc69
Removed redundant if from basic_timers.c
10 years ago
Craig Tiller
81e57d9acf
Add a thread stress end2end test
10 years ago
David Garcia Quintas
7af45f2821
Fixed bad merge on basic_timers.c
10 years ago
Craig Tiller
581737ce27
Kill thread stress test - to be replaced with something new
10 years ago
Craig Tiller
0ced984233
Kill echo test
10 years ago
David Garcia Quintas
5c3686990b
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
8ad26f7f74
Remove test for an old API corner case
10 years ago
Craig Tiller
2f36d4682c
Remove test for an old API corner case
10 years ago
David Garcia Quintas
5f9f455682
Merge remote-tracking branch 'upstream/master' into stap
10 years ago
Craig Tiller
68bad431a2
Dualstack fixup
10 years ago
David Garcia Quintas
b220c1d213
Added missing globals declaration to STAP script.
10 years ago
Craig Tiller
f968980665
Fix cq test
10 years ago
Craig Tiller
1df06263fc
Fix fling
10 years ago
Craig Tiller
abd4cc905e
Further tidyup
10 years ago
Craig Tiller
900e451407
Remove ungeneratable enum values and union members
10 years ago
Craig Tiller
5f5fd6719b
Remove ungeneratable enum values and union members
10 years ago
David Garcia Quintas
bbc0b775e1
Merge comments. See below.
...
- Added ptag ignore annotation threshold
- prefixed everythig with grpc_
- removed spurious annotations in channel_create.c and client_channel.c
- removed stap_probes.h (it's generated from stap_probes.d by make)
- Updated Makefile and its template with the right way to generate stap
probe headers from its .d definition.
10 years ago
Craig Tiller
eeb428865b
Fix no-server-test
10 years ago
Craig Tiller
9f3675f10a
clang-format
10 years ago