Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Skiped currently failing test | murgatroid99 | 2015-01-23 |
| | |||
* | Made node library buildable from source tree | murgatroid99 | 2015-01-23 |
| | |||
* | Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api | murgatroid99 | 2015-01-23 |
|\ | |||
| * | Merge pull request #153 from ctiller/windows-fixes | Jan Tattermusch | 2015-01-23 |
| |\ | | | | | | | Windows fixes | ||
| * | | fix a typo | Tim Emiola | 2015-01-23 |
| | | | |||
| | * | Add Newline | Craig Tiller | 2015-01-22 |
| | | | |||
| * | | removed a reference to a google3 dir | Tim Emiola | 2015-01-22 |
| | | | |||
| * | | Remove Go links | Tim Emiola | 2015-01-22 |
| | | | |||
| * | | Removes google3 specifics from the README.md, aligns the description with an ↵ | Tim Emiola | 2015-01-22 |
| | | | | | | | | | | | | open source release | ||
| * | | Removes Google username from TODOs, removes defunct TODOs | Tim Emiola | 2015-01-22 |
| | | | |||
| * | | Removed beefcake extension hook, it was no longer needed | Tim Emiola | 2015-01-22 |
| | | | |||
| * | | Merge pull request #165 from murgatroid99/php_ssl_fix | Tim Emiola | 2015-01-22 |
| |\ \ | | | | | | | | | Fixed junk data bug in PHP SSL Credentials | ||
| * \ \ | Merge pull request #164 from nathanielmanistaatgoogle/python-introduction | Nicolas Noble | 2015-01-22 |
| |\ \ \ | | | | | | | | | | | Python introduction. | ||
| | | * | | Fixed junk data bug in PHP SSL Credentials | murgatroid99 | 2015-01-22 |
| | |/ / | |/| | | |||
| | * | | The logging_pool module. | Nathaniel Manista | 2015-01-22 |
| | | | | |||
* | | | | Merge branch 'master' into merge_new_invoke_api | murgatroid99 | 2015-01-22 |
|\| | | | |||
| * | | | Merge pull request #154 from ctiller/mac-fixes | Nicolas Noble | 2015-01-22 |
| |\ \ \ | | |/ / | |/| | | Mac fixes | ||
| | * | | Fix math in time_posix.c | Craig Tiller | 2015-01-21 |
| | | | | |||
| | * | | Use the right parameters to syscalls | Craig Tiller | 2015-01-21 |
| | | | | |||
| | * | | Fix memory corruption if >2 ports | Craig Tiller | 2015-01-21 |
| | | | | |||
* | | | | Resolved merge conflict with upstream/master | murgatroid99 | 2015-01-21 |
|\| | | | |||
| * | | | Indicated that serialize and deserialize are optional | murgatroid99 | 2015-01-21 |
| | | | | |||
| | * | | Make option setting work on Mac | Craig Tiller | 2015-01-21 |
| | | | | |||
* | | | | Resolved merge conflicts with master | murgatroid99 | 2015-01-21 |
|\ \ \ \ | |_|/ / |/| | | | |||
| | * | | Merge branch 'master' into node_remove_byte_streams | murgatroid99 | 2015-01-21 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #149 from murgatroid99/node_bind_port_zero | Tim Emiola | 2015-01-21 |
|\ \ \ \ | | | | | | | | | | | Bind servers to port 0 in node tests | ||
| | | * \ | Merge branch 'master' into node_remove_byte_streams | murgatroid99 | 2015-01-21 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | | | * | Typo fix | Craig Tiller | 2015-01-21 |
| | | | | | |||
| | | | * | Add platform ifdefs, fix up some MSVC warnings | Craig Tiller | 2015-01-21 |
| | | | | | |||
| | | | * | Disable compilation of some files | Craig Tiller | 2015-01-21 |
| | | | | | | | | | | | | | | | | | | | | They're not needed on Windows | ||
| | | | * | Copy pollset_posix to pollset_windows | Craig Tiller | 2015-01-21 |
| | | | | | |||
* | | | | | Merge pull request #141 from jboeuf/ssl_server_creds_integration | Craig Tiller | 2015-01-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Changing the SSL (Server) Credentials API. | ||
| | | | * | | Switched binary stream to object stream | murgatroid99 | 2015-01-21 |
| |_|_|/ / |/| | | | | |||
| | | * | | Removed unexpected reference to auth.rb | Tim Emiola | 2015-01-21 |
| | | | | | |||
| | | * | | Updates ruby to stop using grpc_start_invoke | Tim Emiola | 2015-01-21 |
| | | | | | |||
| | * | | | Modified interop tests to handle binding to port 0 | murgatroid99 | 2015-01-21 |
| | | | | | |||
| | * | | | Merge branch 'master' into node_bind_port_zero | murgatroid99 | 2015-01-21 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #145 from murgatroid99/node_interop | Tim Emiola | 2015-01-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Node interop tests | ||
| * | | | | | Removed extra debugger statements | murgatroid99 | 2015-01-21 |
| | | | | | | |||
| | | * | | | Removed port_picker and bound to port 0 in tests instead | murgatroid99 | 2015-01-21 |
| | | | | | | |||
| | | * | | | Brought grpc_server_add_secure_http2_port in line with grpc_server_http2_port | murgatroid99 | 2015-01-21 |
| |_|/ / / |/| | | | | |||
| | * | | | Fixing node and ruby builds. | Julien Boeuf | 2015-01-21 |
| | | | | | |||
| * | | | | Added TLS support to interop tests | murgatroid99 | 2015-01-21 |
| | | | | | |||
* | | | | | Merge pull request #139 from ↵ | Michael Lumish | 2015-01-21 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_correct_interop_test_payload_type Corrects the ruby interop tests | ||
| | | | * | | clang-format | Craig Tiller | 2015-01-20 |
| | | | | | | |||
| | | | * | | Merge branch 'new_invoke_api' of github.com:google/grpc into update-api | Craig Tiller | 2015-01-20 |
| |_|_|/| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/stream/stream_context.cc src/cpp/stream/stream_context.h src/php/ext/grpc/call.c test/core/end2end/tests/max_concurrent_streams.c | ||
| | | * | | | Changing the SSL (Server) Credentials API. | Julien Boeuf | 2015-01-20 |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby. | ||
| * | | | | Corrects the ruby interop tests | Tim Emiola | 2015-01-20 |
| | | | | | | | | | | | | | | | | | | | | - they were not returning the correct payload type | ||
| | * | | | Removed temp files | murgatroid99 | 2015-01-20 |
| | | | | | |||
| | * | | | Added and fixed interop tests | murgatroid99 | 2015-01-20 |
| | | | | |