Yang Gao
72e0fb8341
generate a StubInterface
10 years ago
Craig Tiller
6f0812cd5d
Merge pull request #1437 from jtattermusch/trace_batch_fix
...
fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
10 years ago
Jorge Canizales
5ae895a5d0
Merge pull request #1363 from murgatroid99/objective_c_batch_migration
...
Migrated Objective C library to C batch API
10 years ago
Craig Tiller
a77d3f646a
Merge pull request #1394 from yang-g/bugfix
...
Fix flow control issue
10 years ago
murgatroid99
4925063b8b
Resolved some comments
10 years ago
Yang Gao
87344c88d5
Merge pull request #1397 from ctiller/delete-the-old-api
...
Delete the old api
10 years ago
Yang Gao
4db2954d1e
merge with head
10 years ago
Craig Tiller
5fe7e5d81c
Fix some memory leaks
10 years ago
Yang Gao
e217307a62
Merge pull request #1436 from ctiller/crash-cxx
...
Fix for a crash seen in the wild
10 years ago
Craig Tiller
3d50b30232
Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api
10 years ago
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
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
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
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
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