Craig Tiller
c689ca31e2
Free mdout buffers
10 years ago
Craig Tiller
7c886bd4c6
Fix memory leak
10 years ago
Craig Tiller
4df31a60b8
Free host, path strings
10 years ago
Craig Tiller
924e1bbe1e
Free some leaks in http_server_filter
10 years ago
Craig Tiller
05b034dbd1
Free the messages
10 years ago
Craig Tiller
1500b952ec
Free the messages
10 years ago
Craig Tiller
68f55a0804
Free the messages
10 years ago
Craig Tiller
3a4749fd79
Call owns all metadata until its destroyed
10 years ago
Craig Tiller
79ce823fb1
Cleanup unused state
10 years ago
Craig Tiller
cffbcb7be8
Actually, dont start reading until initial metadata send is done
10 years ago
Craig Tiller
e6b92e62f1
Dont request more data until the first message is received
10 years ago
Craig Tiller
f5c914694d
Fix spam
10 years ago
Craig Tiller
50524cc67d
Properly deal with end of stream
10 years ago
Craig Tiller
48d01aef37
Fix some TSAN reported errors
10 years ago
Craig Tiller
f25b0eea42
Init fix
10 years ago
Craig Tiller
4acdbb3352
Signedness fix
10 years ago
Craig Tiller
44c02738ed
Merge github.com:google/grpc into async-api
...
Conflicts:
test/core/echo/echo_test.c
10 years ago
Jan Tattermusch
b24b50094c
Merge pull request #233 from nicolasnoble/propsheets
...
Adding property sheets for OpenSSL and Winsock 2 libraries.
10 years ago
Craig Tiller
27e109ed39
Merge pull request #301 from nicolasnoble/echo-fix
...
Fixing echo test.
10 years ago
Nicolas "Pixel" Noble
2b16bc4656
Fixing echo test.
10 years ago
Craig Tiller
904b711cdd
Merge pull request #295 from nicolasnoble/warnings
...
Enabling extra warnings during compilation, and fixing code to shun them.
10 years ago
Craig Tiller
a0935d9e36
Add missing wait
10 years ago
Craig Tiller
aef25da3e8
Allow asynchronous call destruction in some cases
...
If there's a chance we're being called via a callback, we need to delay destruction until later. Otherwise, for performance, destroy it inline.
10 years ago
Nicolas "Pixel" Noble
213ed91850
Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors.
10 years ago
Craig Tiller
cb818ba745
Free stream ops outside transport lock
...
Resolves a deadlock caused by flow control callbacks being made under the lock.
10 years ago
Craig Tiller
4433e6e68d
Fix echo test
10 years ago
Craig Tiller
bb3f22f4d6
Fix somewhat obvious error
10 years ago
Craig Tiller
b58f95d285
Fix early edge cases
10 years ago
Craig Tiller
fa8f4016ee
Fix typo
10 years ago
Craig Tiller
11e3c929bc
NULL pointer check
10 years ago
Craig Tiller
928fbc8ed0
Robust status overriding
10 years ago
Tim Emiola
c4e09f667b
Merge pull request #292 from murgatroid99/node_cancellation_interop_tests
...
Added cancellation interop tests to Node interop client
10 years ago
Nicolas "Pixel" Noble
c630682ad8
Enabling extra warnings, and disabling error on warning.
...
We have too many warnings going unchecked. The next step is to
fix all these warnings. One can re-enable errors on warning by
doing: CPPFLAGS=-Werror make in order to start fixing them.
10 years ago
Craig Tiller
6875272b86
Robust status overriding
10 years ago
Craig Tiller
b4d3eb0520
Remove some silly code
10 years ago
Craig Tiller
fbd96e1148
Spam cleanup
10 years ago
Craig Tiller
1b40944424
Better check start edge conditions
10 years ago
murgatroid99
bca2f955ba
Added cancellation interop tests to Node interop client
10 years ago
Tim Emiola
3726a4d477
Merge pull request #289 from murgatroid99/php_fix_memory_leak
...
Fixed memory leak in PHP byte buffer creation
10 years ago
Tim Emiola
502196669b
Merge pull request #283 from murgatroid99/node_server_metadata
...
Add an API for servers to send metadata to clients
10 years ago
Craig Tiller
2e10357eba
Fix read path
10 years ago
Craig Tiller
4069b682b3
Fix server starting
10 years ago
murgatroid99
c4c3bff814
Fixed memory leak in PHP byte buffer creation
10 years ago
Michael Lumish
d87c9ea3c9
Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup
...
Grpc ruby unittest cleanup
10 years ago
Tim Emiola
303af9f322
Runs the ruby tests during docker builds
10 years ago
Tim Emiola
8331591d92
Removes an unnecessary addition to the bash src file
10 years ago
Tim Emiola
397fda0b0c
Update the suites used in the tests, run the bidi and server tests as their own suites in the default target
10 years ago
Tim Emiola
91044c10d1
Add tagging to rpc_server multi-threading tests to isolate in their own test suite
10 years ago
Tim Emiola
dd73f10122
Fix a test that aborts on Docker images
10 years ago
Craig Tiller
14a2b8d1f4
Merge pull request #286 from nicolasnoble/no-stripping
...
Let's not strip libraries if compiled in anything other than release.
10 years ago