Craig Tiller
76eabbd3af
Merge github.com:grpc/grpc into delete-the-old-api
...
Conflicts:
vsprojects/Grpc.mak
10 years ago
Vijay Pai
18d43bfcfe
Merge pull request #1443 from ctiller/travis_sorted
...
Stopgap fix for fling_stream_test timing out
10 years ago
Tim Emiola
915b4ef644
Merge pull request #1442 from jtattermusch/csharp_kill_unused_function
...
remove unused function from grpc_csharp_ext
10 years ago
Craig Tiller
ff1ad1308e
Stopgap fix for fling_stream_test timing out
10 years ago
Jan Tattermusch
a9a3e884fe
remove unused function from grpc_csharp_ext
10 years ago
Nicolas Noble
9da3be5112
Merge pull request #1435 from ctiller/fix-windows-tests
...
Ensure all unsecure tests are built on Windows
10 years ago
Nicolas Noble
6e5bad3f3d
Merge pull request #1421 from zeliard/master
...
implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
10 years ago
Simon Koo
81b67112b8
make Windows.h lowercase for cross compiling from Linux
10 years ago
Craig Tiller
ff4ee964d4
Remove another old function
10 years ago
Nicolas Noble
70e299f2eb
Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-it
...
Ensure call alarms are cancelled when the underlying stream closes
10 years ago
Yang Gao
3921c56bee
Expose max message size at the server side
10 years ago
Jan Tattermusch
532cd4d73d
added param names for grpc_call_start_batch trace.
10 years ago
Masood Malekghassemi
51fe022db0
Merge pull request #1439 from nicolasnoble/python-c89
...
C89-ify the python code.
10 years ago
Tim Emiola
0225f5cbf5
Merge pull request #1438 from soltanmm/fix-mac
...
Release Python 0.5.0a2
10 years ago
Nicolas "Pixel" Noble
64237fb02d
C89-ify the python code.
10 years ago
Masood Malekghassemi
9f8682c578
Release Python 0.5.0a2
10 years ago
Jan Tattermusch
0420d7cb63
fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
10 years ago
Craig Tiller
f96dbc784d
Fix for a crash seen in the wild
10 years ago
Nathaniel Manista
7e8ecf7afe
Merge pull request #1434 from soltanmm/fix-mac
...
Extern-ify symbols to avoid collision.
10 years ago
Craig Tiller
26dfbb2d15
Merge branch 'fix-windows-tests' into delete-the-old-api
10 years ago
Craig Tiller
74bbc41175
Ensure all unsecure tests are built on Windows
10 years ago
Craig Tiller
c1469c4e79
Bump version
10 years ago
Masood Malekghassemi
f722b0cd6f
Extern-ify symbols so they don't collide
10 years ago
Craig Tiller
12608921f6
Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api
10 years ago
Craig Tiller
06eb5ae157
Fix this test too
10 years ago
Craig Tiller
19f7121335
Merge github.com:grpc/grpc into delete-the-old-api
10 years ago
Craig Tiller
12c4d4e4a3
Merge branch 'one-read' into swappy
10 years ago
Craig Tiller
71c77bebea
Merge github.com:grpc/grpc into one-read
10 years ago
Craig Tiller
f107120907
Fixing some tests I broke during conversion
10 years ago
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