Tim Emiola
|
484bc53582
|
Merge pull request #309 from murgatroid99/php_interop_failures
Fix a couple of PHP bugs that prevented the PHP interop test client from working
|
10 years ago |
murgatroid99
|
0af89aa558
|
Added handling for unimplemeneted methods on the server
|
10 years ago |
Craig Tiller
|
547db2b3ef
|
Allow specifying environment variables.
Refactor the code a little to make this easier to munge around.
|
10 years ago |
murgatroid99
|
f21eb2573b
|
Fixed PHP interop tests
|
10 years ago |
Nicolas Noble
|
16c7d4d1af
|
Merge pull request #308 from ctiller/asan
Fix initialization compile error
|
10 years ago |
Craig Tiller
|
eb272bc6ca
|
Fix valgind
|
10 years ago |
Craig Tiller
|
9977582850
|
Clean up formatting
|
10 years ago |
Craig Tiller
|
4e551c4acf
|
Init fix
|
10 years ago |
Tim Emiola
|
c0514d1f71
|
Merge pull request #300 from murgatroid99/node_fast_buffer
Switched extension to return faster sliceable Buffers
|
10 years ago |
Craig Tiller
|
97c943db8d
|
Remove unused variable
|
10 years ago |
Craig Tiller
|
149c112d00
|
Fix memory leak
|
10 years ago |
Craig Tiller
|
03d5bf7e94
|
Rename some stuff
|
10 years ago |
Craig Tiller
|
8ed35ea35f
|
Fix memory leak
|
10 years ago |
Tim Emiola
|
55a74d13d9
|
resolves the upstream merge
|
10 years ago |
Nicolas "Pixel" Noble
|
c8fd2d1c01
|
Properly selecting chunks of code for the wakeup fd codepath.
|
10 years ago |
Tim Emiola
|
15ae278010
|
Pulls existing tutorial code
|
10 years ago |
murgatroid99
|
d4ee297496
|
Added stock service client and server
|
10 years ago |
Craig Tiller
|
c689ca31e2
|
Free mdout buffers
|
10 years ago |
Jayant Kolhe
|
870e68cc9a
|
Merge pull request #1 from tbetbetbe/tbetbetbe-patch-1
Update README.md
|
10 years ago |
Tim Emiola
|
85e9567a20
|
Update README.md
|
10 years ago |
Jayant Kolhe
|
a5570a457e
|
Initial commit
|
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
|
66d8bd8b61
|
Fix formatting
|
10 years ago |
Craig Tiller
|
db8f3745e2
|
Fix some TSAN reported errors
|
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
|
6dc3f9d617
|
Merge pull request #3 from nicolasnoble/ctiller-typos-patch
Found another typo.
|
10 years ago |
Nicolas "Pixel" Noble
|
1b30394785
|
Found another typo.
|
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 |
murgatroid99
|
67c44110f8
|
Removed stray debugger statement
|
10 years ago |
murgatroid99
|
7bd3250c2a
|
Switched extension to return faster sliceable Buffers
|
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 |