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
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
murgatroid99
23ed7b1fb9
Add node client and server to the list of interop tests to run
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
Nicolas "Pixel" Noble
3a2551c0bd
Let's not strip libraries if compiled in anything other than release.
...
Hopefully works around #90 .
10 years ago
Nathaniel Manista
6641bb03dd
Merge pull request #285 from nicolasnoble/shared-links
...
Generating library aliases under Linux, hopefully fixing #192 .
10 years ago
Craig Tiller
d0179b4c34
Add missing ref
10 years ago
Craig Tiller
3b8599f2e0
Fix uninitialized value
10 years ago
Nicolas "Pixel" Noble
d8f8b6b57c
Generating library aliases under Linux, hopefully fixing #192 .
10 years ago
Craig Tiller
8cfd624c99
Small cleanup
10 years ago
Craig Tiller
ba7a43fbd1
Fix uninitialized value, naming
10 years ago
Craig Tiller
a991687818
Increment write index
10 years ago
Craig Tiller
a5d4e770fe
Dont skip first call element
10 years ago
Yang Gao
8299760ca0
Merge pull request #277 from donnadionne/docker
...
Docker
10 years ago
Craig Tiller
a4541105a9
More fixes
10 years ago
murgatroid99
4d2d0f0f3a
Added API for servers to provide metadata
10 years ago
murgatroid99
6373ba01d4
Merge branch 'master' of github.com:google/grpc into node_server_metadata
10 years ago
Donna Dionne
72bf29cbba
small conflict fix
10 years ago