aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Updated PHP library to handle generated code without explicit references to grpcGravatar murgatroid992015-01-30
|
* Merge pull request #309 from murgatroid99/php_interop_failuresGravatar Tim Emiola2015-01-30
|\ | | | | Fix a couple of PHP bugs that prevented the PHP interop test client from working
| * Fixed PHP interop testsGravatar murgatroid992015-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 #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.
* | 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
| * | 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
| | |
| | * 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
| | |\ | |_|/ |/| |
* | | 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
* | | | | | Cleaning up some code.Gravatar Nicolas "Pixel" Noble2015-01-29
| | | | | | | | | | | | | | | | | | | | | | | | The correct thing to do here is to use memcpy instead of strncpy.
| * | | | | Freelist grpc_fd objectsGravatar David Klempner2015-01-28
|/ / / / / | | | | | | | | | | | | | | | | | | | | This is necessary for efficient implementations where multiple threads simultaneously sit in epoll_wait and the like on the same pollset.
| | * / / Changed low-level metadata API to be more reasonableGravatar murgatroid992015-01-28
| |/ / / |/| | |
| | | * Added metadata pass-through to server method handlersGravatar murgatroid992015-01-28
| |_|/ |/| |
| * | Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * | Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
| | |
* | | Merge pull request #167 from maxwell-demon/masterGravatar Alistair Veitch2015-01-27
|\ \ \ | | | | | | | | Fix census_log_tests on platforms with only one core.
* \ \ \ Merge pull request #157 from dklempner/eventfdGravatar Craig Tiller2015-01-27
|\ \ \ \ | | | | | | | | | | Add support for eventfd based kicking on linux.
| * | | | Rename wakeup fd accessorGravatar David Klempner2015-01-27
| | | | |
| | | * | Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| | | | |
* | | | | fixup compile error in log_android.cGravatar Todd Poynor2015-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilation errors introduced in the following commit. commit 0cd69562fd8c005361e3f32ac0d3f9d43b713827 Author: ctiller <ctiller@google.com> Date: Fri Jan 9 14:22:10 2015 -0800 Allow logging mechanism to be overridden by applications. This necessitated the removal of gpr_vlog to keep a clean interface. Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634996 Errors are: grpc/src/core/support/log_android.c:75:20: error: 'file' undeclared (first use in this function) display_file = file; ^ grpc/src/core/support/log_android.c:75:20: note: each undeclared identifier is reported only once for each function it appears in grpc/src/core/support/log_android.c:79:13: error: 'prefix' undeclared (first use in this function) asprintf(&prefix, "%s:%d] %s", display_file, args->line, args->message); ^ grpc/src/core/support/log_android.c:85:8: error: 'suffix' undeclared (first use in this function) free(suffix); ^
* | | | | Delete the metadata debug logspamGravatar vjpai2015-01-27
| | | | |
* | | | | Comment out metadata logspamGravatar Vijay Pai2015-01-27
| | | | |
* | | | | Merge pull request #209 from yang-g/interopclientGravatar Chen Wang2015-01-27
|\ \ \ \ \ | | | | | | | | | | | | Interop client with service account credentials test case
| * \ \ \ \ sync up with masterGravatar Yang Gao2015-01-27
| |\ \ \ \ \
* | \ \ \ \ \ Merge pull request #234 from murgatroid99/node_remove_highlandGravatar Tim Emiola2015-01-27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove highland as a dependency of the Node library
* | | | | | | Merge pull request #240 from ctiller/huhGravatar Yang Gao2015-01-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow access to call stack from call.
| * | | | | | | Allow access to call stack from call.Gravatar Craig Tiller2015-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This API parallels the equivalent one in channel.
* | | | | | | | Fix compileGravatar Craig Tiller2015-01-27
| | | | | | | |
* | | | | | | | Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-27
|\| | | | | | |
| * | | | | | | Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flagsGravatar Michael Lumish2015-01-27
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Grpc ruby update interop test flags
| | | * | | | | Finished fixing the testsGravatar murgatroid992015-01-27
| | | | | | | |
| | | * | | | | Merge branch 'master' of github.com:google/grpc into node_remove_highlandGravatar murgatroid992015-01-27
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Allows production certificates to be specifiedGravatar Tim Emiola2015-01-26
| | | | | | | |
| | * | | | | | Adds support for overriding the server host name during SSLGravatar Tim Emiola2015-01-26
| | | | | | | |
| | * | | | | | Adds a dependency on signet. It's to be used for auth, but for now it ↵Gravatar Tim Emiola2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sslconfig module is required
| * | | | | | | Merge pull request #228 from murgatroid99/node_directory_cleanupGravatar Tim Emiola2015-01-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Node directory cleanup
| | | * | | | | | Adds a flag for running all the testsGravatar Tim Emiola2015-01-26
| | | | | | | | |