Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | fixing all subsequent errors. | ||
* | Merge pull request #289 from murgatroid99/php_fix_memory_leak | Tim Emiola | 2015-01-29 |
|\ | | | | | Fixed memory leak in PHP byte buffer creation | ||
* \ | Merge pull request #283 from murgatroid99/node_server_metadata | Tim Emiola | 2015-01-29 |
|\ \ | | | | | | | Add an API for servers to send metadata to clients | ||
| | * | Fixed memory leak in PHP byte buffer creation | murgatroid99 | 2015-01-29 |
| |/ |/| | |||
* | | Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup | Michael Lumish | 2015-01-29 |
|\ \ | | | | | | | Grpc ruby unittest cleanup | ||
| * | | Update the suites used in the tests, run the bidi and server tests as their ↵ | Tim Emiola | 2015-01-29 |
| | | | | | | | | | | | | own suites in the default target | ||
| * | | Add tagging to rpc_server multi-threading tests to isolate in their own test ↵ | Tim Emiola | 2015-01-29 |
| | | | | | | | | | | | | suite | ||
| * | | Fix a test that aborts on Docker images | Tim Emiola | 2015-01-29 |
| | | | |||
| | * | Added API for servers to provide metadata | murgatroid99 | 2015-01-29 |
| | | | |||
| | * | Merge branch 'master' of github.com:google/grpc into node_server_metadata | murgatroid99 | 2015-01-29 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #268 from murgatroid99/node_metadata_representation | Tim Emiola | 2015-01-29 |
|\ \ \ | | | | | | | | | Change Node metadata representation to a more reasonable one | ||
| | | * | Merge branch 'master' of github.com:google/grpc into node_server_metadata | murgatroid99 | 2015-01-29 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #168 from nicolasnoble/json | Craig Tiller | 2015-01-29 |
|\ \ \ \ | | | | | | | | | | | Replacing cJSON with our own code instead. | ||
* \ \ \ \ | Merge pull request #271 from dklempner/fd_freelist | Craig Tiller | 2015-01-29 |
|\ \ \ \ \ | | | | | | | | | | | | | Freelist grpc_fd objects | ||
* | | | | | | Cleaning up some code. | Nicolas "Pixel" Noble | 2015-01-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | The correct thing to do here is to use memcpy instead of strncpy. | ||
| * | | | | | Freelist grpc_fd objects | David Klempner | 2015-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 reasonable | murgatroid99 | 2015-01-28 |
| |/ / / |/| | | | |||
| | | * | Added metadata pass-through to server method handlers | murgatroid99 | 2015-01-28 |
| |_|/ |/| | | |||
| * | | Merge branch 'master' of github.com:google/grpc into json | Nicolas Noble | 2015-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. | Nicolas Noble | 2015-01-27 |
| | | | |||
* | | | Merge pull request #167 from maxwell-demon/master | Alistair Veitch | 2015-01-27 |
|\ \ \ | | | | | | | | | Fix census_log_tests on platforms with only one core. | ||
* \ \ \ | Merge pull request #157 from dklempner/eventfd | Craig Tiller | 2015-01-27 |
|\ \ \ \ | | | | | | | | | | | Add support for eventfd based kicking on linux. | ||
| * | | | | Rename wakeup fd accessor | David Klempner | 2015-01-27 |
| | | | | | |||
| | | * | | Addressing latest comments. | Nicolas Noble | 2015-01-28 |
| | | | | | |||
* | | | | | fixup compile error in log_android.c | Todd Poynor | 2015-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 logspam | vjpai | 2015-01-27 |
| | | | | | |||
* | | | | | Comment out metadata logspam | Vijay Pai | 2015-01-27 |
| | | | | | |||
* | | | | | Merge pull request #209 from yang-g/interopclient | Chen Wang | 2015-01-27 |
|\ \ \ \ \ | | | | | | | | | | | | | Interop client with service account credentials test case | ||
| * \ \ \ \ | sync up with master | Yang Gao | 2015-01-27 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge pull request #234 from murgatroid99/node_remove_highland | Tim Emiola | 2015-01-27 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Remove highland as a dependency of the Node library | ||
* | | | | | | | Merge pull request #240 from ctiller/huh | Yang Gao | 2015-01-27 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow access to call stack from call. | ||
| * | | | | | | | Allow access to call stack from call. | Craig Tiller | 2015-01-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This API parallels the equivalent one in channel. | ||
* | | | | | | | | Fix compile | Craig Tiller | 2015-01-27 |
| | | | | | | | | |||
* | | | | | | | | Merge github.com:google/grpc into javascript | Craig Tiller | 2015-01-27 |
|\| | | | | | | | |||
| * | | | | | | | Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags | Michael Lumish | 2015-01-27 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | Grpc ruby update interop test flags | ||
| | | * | | | | | Finished fixing the tests | murgatroid99 | 2015-01-27 |
| | | | | | | | | |||
| | | * | | | | | Merge branch 'master' of github.com:google/grpc into node_remove_highland | murgatroid99 | 2015-01-27 |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| | * | | | | | | Allows production certificates to be specified | Tim Emiola | 2015-01-26 |
| | | | | | | | | |||
| | * | | | | | | Adds support for overriding the server host name during SSL | Tim Emiola | 2015-01-26 |
| | | | | | | | | |||
| | * | | | | | | Adds a dependency on signet. It's to be used for auth, but for now it ↵ | Tim Emiola | 2015-01-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sslconfig module is required | ||
| * | | | | | | | Merge pull request #228 from murgatroid99/node_directory_cleanup | Tim Emiola | 2015-01-26 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Node directory cleanup | ||
| | | * | | | | | | Adds a flag for running all the tests | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| | | * | | | | | | Removes the test state tracking, that's available on Jenkins | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| | | * | | | | | | Added the use_tls flag toggle connecting securely | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| * | | | | | | | | Remove port_picker.rb | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| * | | | | | | | | Removes remaining references to port_picker | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| * | | | | | | | | Removes port_picker from channel_spec | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| * | | | | | | | | Removes port_picker from call_spec.rb, removes a redundant test | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| * | | | | | | | | Removed port_picker from server_spec.rb | Tim Emiola | 2015-01-26 |
| | | | | | | | | | |||
| * | | | | | | | | Removed port_picker from active_call_spec, fixed some style issues | Tim Emiola | 2015-01-26 |
| | | | | | | | | |