aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Allow specifying environment variables.Gravatar Craig Tiller2015-01-30
| | | | Refactor the code a little to make this easier to munge around.
* Fix valgindGravatar Craig Tiller2015-01-30
|
* Clean up formattingGravatar Craig Tiller2015-01-30
|
* Init fixGravatar Craig Tiller2015-01-30
|
* Merge pull request #300 from murgatroid99/node_fast_bufferGravatar Tim Emiola2015-01-30
|\ | | | | Switched extension to return faster sliceable Buffers
* \ Merge pull request #233 from nicolasnoble/propsheetsGravatar Jan Tattermusch2015-01-29
|\ \ | | | | | | Adding property sheets for OpenSSL and Winsock 2 libraries.
* \ \ Merge pull request #301 from nicolasnoble/echo-fixGravatar Craig Tiller2015-01-29
|\ \ \ | | | | | | | | Fixing echo test.
| * | | Fixing echo test.Gravatar Nicolas "Pixel" Noble2015-01-30
|/ / /
* | | Merge pull request #295 from nicolasnoble/warningsGravatar Craig Tiller2015-01-29
|\ \ \ | | | | | | | | Enabling extra warnings during compilation, and fixing code to shun them.
| | | * Removed stray debugger statementGravatar murgatroid992015-01-29
| | | |
| | | * Switched extension to return faster sliceable BuffersGravatar murgatroid992015-01-29
| |_|/ |/| |
| * | Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | | | | | | | fixing all subsequent errors.
* | | Merge pull request #292 from murgatroid99/node_cancellation_interop_testsGravatar Tim Emiola2015-01-29
|\ \ \ | | | | | | | | Added cancellation interop tests to Node interop client
| | * | Enabling extra warnings, and disabling error on warning.Gravatar Nicolas "Pixel" Noble2015-01-30
| |/ / |/| | | | | | | | | | | | | | 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.
| * | Added cancellation interop tests to Node interop clientGravatar murgatroid992015-01-29
|/ /
* | Merge pull request #289 from murgatroid99/php_fix_memory_leakGravatar Tim Emiola2015-01-29
|\ \ | | | | | | Fixed memory leak in PHP byte buffer creation
* \ \ Merge pull request #283 from murgatroid99/node_server_metadataGravatar Tim Emiola2015-01-29
|\ \ \ | | | | | | | | Add an API for servers to send metadata to clients
| | * | Fixed memory leak in PHP byte buffer creationGravatar murgatroid992015-01-29
| |/ / |/| |
* | | Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanupGravatar Michael Lumish2015-01-29
|\ \ \ | | | | | | | | Grpc ruby unittest cleanup
| * | | Runs the ruby tests during docker buildsGravatar Tim Emiola2015-01-29
| | | |
| * | | Removes an unnecessary addition to the bash src fileGravatar Tim Emiola2015-01-29
| | | |
| * | | Update the suites used in the tests, run the bidi and server tests as their ↵Gravatar Tim Emiola2015-01-29
| | | | | | | | | | | | | | | | own suites in the default target
| * | | Add tagging to rpc_server multi-threading tests to isolate in their own test ↵Gravatar Tim Emiola2015-01-29
| | | | | | | | | | | | | | | | suite
| * | | Fix a test that aborts on Docker imagesGravatar Tim Emiola2015-01-29
| | | |
* | | | Merge pull request #286 from nicolasnoble/no-strippingGravatar Craig Tiller2015-01-29
|\ \ \ \ | | | | | | | | | | Let's not strip libraries if compiled in anything other than release.
| * | | | Let's not strip libraries if compiled in anything other than release.Gravatar Nicolas "Pixel" Noble2015-01-29
| | | | | | | | | | | | | | | | | | | | Hopefully works around #90.
* | | | | Merge pull request #285 from nicolasnoble/shared-linksGravatar Nathaniel Manista2015-01-29
|\ \ \ \ \ | |/ / / / |/| | | | Generating library aliases under Linux, hopefully fixing #192.
| * | | | Generating library aliases under Linux, hopefully fixing #192.Gravatar Nicolas "Pixel" Noble2015-01-29
|/ / / /
* | | | Merge pull request #277 from donnadionne/dockerGravatar Yang Gao2015-01-29
|\ \ \ \ | | | | | | | | | | Docker
| | | * | Added API for servers to provide metadataGravatar murgatroid992015-01-29
| | | | |
| | | * | Merge branch 'master' of github.com:google/grpc into node_server_metadataGravatar murgatroid992015-01-29
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | small conflict fixGravatar Donna Dionne2015-01-29
| | | | |
* | | | | Merge pull request #281 from ejona86/dockerGravatar donnadionne2015-01-29
|\ \ \ \ \ | | | | | | | | | | | | Fix grpc_java* Docker images
| | * | | | fixing a small conflictGravatar Donna Dionne2015-01-29
| | | | | |
| | * | | | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-01-29
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix grpc_java* Docker imagesGravatar Eric Anderson2015-01-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #268 from murgatroid99/node_metadata_representationGravatar Tim Emiola2015-01-29
|\ \ \ \ \ | | | | | | | | | | | | Change Node metadata representation to a more reasonable one
| | | | * \ Merge branch 'master' of github.com:google/grpc into node_server_metadataGravatar murgatroid992015-01-29
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #168 from nicolasnoble/jsonGravatar Craig Tiller2015-01-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replacing cJSON with our own code instead.
* \ \ \ \ \ \ Merge pull request #271 from dklempner/fd_freelistGravatar Craig Tiller2015-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Freelist grpc_fd objects
| | * | | | | | Adding a few more tests.Gravatar Nicolas "Pixel" Noble2015-01-29
| | | | | | | |
| | | | * | | | Adding additional comments and fixing reverted code.Gravatar Donna Dionne2015-01-28
| | | | | | | |
| | | | * | | | Adding auth tests; test commands may change in the future andGravatar Donna Dionne2015-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactoring will happen when the commands are final.
* | | | | | | | Merge pull request #273 from nicolasnoble/memcpyGravatar jboeuf2015-01-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cleaning up some code.
* \ \ \ \ \ \ \ \ Merge pull request #266 from chen-wang/masterGravatar Chen Wang2015-01-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add service account credential
| * | | | | | | | | delete default service account emailGravatar Chen Wang2015-01-28
| | | | | | | | | |
| * | | | | | | | | add more tips opsGravatar Chen Wang2015-01-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #244 from ctiller/gitignoreGravatar vjpai2015-01-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Ignore vim swap files
* \ \ \ \ \ \ \ \ \ \ Merge pull request #272 from murgatroid99/node_dockerfileGravatar Tim Emiola2015-01-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added docker files for node interop tests
| * | | | | | | | | | | Fixed alignment issuesGravatar murgatroid992015-01-28
| | | | | | | | | | | |