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
donnadionne
597efb61f2
Merge pull request #281 from ejona86/docker
...
Fix grpc_java* Docker images
10 years ago
Donna Dionne
f017b36751
fixing a small conflict
10 years ago
Donna Dionne
856b0c8b5d
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Craig Tiller
9d96145080
Fix leak
10 years ago
Craig Tiller
db7db998fb
Fix leak
10 years ago
Eric Anderson
c180e9f70c
Fix grpc_java* Docker images
...
The images seem to have been broken starting with 12e12a3
, but the
removal of Maven support from grpc-java also broke them further.
SSH handling no longer uses $HOME as it does not agree with /etc/passwd
in older docker versions[1] and prevented SSH from seeing the config
file.
Some effort was also made to reduce the image sizes by removing
temporary files.
1. https://github.com/docker/docker/issues/2968
10 years ago
Craig Tiller
f63fed74cb
Spam cleanup
10 years ago
Craig Tiller
8884d7f581
Small cleanups
10 years ago
Craig Tiller
2f38be6526
Fix uninitialized variable
10 years ago
Craig Tiller
dddbf69d8f
Fix refcount leak on server rpc_new
10 years ago
Tim Emiola
415bca7939
Merge pull request #268 from murgatroid99/node_metadata_representation
...
Change Node metadata representation to a more reasonable one
10 years ago