Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring of the Python build. | Nathaniel Manista | 2015-02-02 |
| | | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment. | ||
* | 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 |
| | | | |||
* | | | 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 |
| | | | | | | | | |||
| * | | | | | | | Removes port_picker from rpc_server_spec | Tim Emiola | 2015-01-26 |
| | | | | | | | | |||
| * | | | | | | | Removed port_picker form client_stub_spec | Tim Emiola | 2015-01-26 |
| | |/ / / / / | |/| | | | | | |||
| | | * | | | | Fixed tests by properly half-closing | murgatroid99 | 2015-01-26 |
| | | | | | | | |||
| | | * | | | | Removed all uses of highland | murgatroid99 | 2015-01-26 |
| | |/ / / / | |||
| * | | | | | Merge pull request #227 from tbetbetbe/grpc_ruby_wrapper_fixes_and_test_fixes | Michael Lumish | 2015-01-26 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Grpc ruby wrapper fixes and test fixes | ||
| * \ \ \ \ \ | Merge pull request #224 from murgatroid99/node_fix_test_hang2 | Tim Emiola | 2015-01-26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed Node tests hanging at the end again | ||
| | | * \ \ \ \ | Completes merge | Tim Emiola | 2015-01-26 |
| | | |\ \ \ \ \ | |||
| | | | | | | * | | Rename wakeup_fd.[hc] to wakeup_fd_posix.[hc] | David Klempner | 2015-01-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the transitive closure of this change, including reintroducing pollset_kick_posix/windows where the latter is just a stub. | ||
| | | | | * | | | | Fixed file references to match moved files | murgatroid99 | 2015-01-26 |
| | | | | | | | | | |||
| | | | | * | | | | Moved extension and JS files to separate directories | murgatroid99 | 2015-01-26 |
| | | | | | | | | | |||
| | | | | * | | | | Merge branch 'node_fix_test_hang2' into node_directory_cleanup | murgatroid99 | 2015-01-26 |
| | |_|_|/| | | | | |/| | |/ / / / | | | |/| | | | | | |/| | | | | | |||
| | | * | | | | | Updates client_server_spec to use the server_port | Tim Emiola | 2015-01-26 |
| | | | | | | | | |||
| | | | * | | | | Resolves issues that stopped that stopped tests from running ok | Tim Emiola | 2015-01-26 |
| | |_|/ / / / | |/| | | | | | |||
| * | | | | | | Merge pull request #221 from murgatroid99/node_surface_cancellation | Tim Emiola | 2015-01-26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Node surface cancellation | ||
| | | | | | * \ | Merge branch 'master' into eventfd | David Klempner | 2015-01-26 |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This includes nuking the special pollset_kick_windows.h, since it is no longer relevant. | ||
| * | | | | | | | Merge pull request #212 from tbetbetbe/grpc_ruby_fix_markdown_in_readme | Michael Lumish | 2015-01-26 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixes markdown sytax errors | ||
| | | | | | | * | | Refactor the pipe/eventfd abstraction | David Klempner | 2015-01-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces the wakeup fd interface, corresponding approximately to the existing Google version, complete with a ported giant detailed usage comment. The implementation has two layers, "specialized" and "fallback". The specialized layer is intended to be a suitable platform specific implementation like eventfd, whereas "fallback" is probably pipe, with runtime detection of whether the specialized version works on this system (currently stubbed out). | ||
| | | | * | | | | | Refactored other tests | murgatroid99 | 2015-01-26 |
| | | | | | | | | | |||
| | | | * | | | | | Refactored tests to avoid hanging | murgatroid99 | 2015-01-26 |
| | | |/ / / / / | |||
| | | * | | | | | Added cancel to client APIs and cancelled event to server APIs | murgatroid99 | 2015-01-26 |
| | | | | | | | |